This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: draft RPC tapset
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: Steve Dickson <SteveD at redhat dot com>
- Cc: systemtap at sources dot redhat dot com
- Date: 05 Sep 2006 09:36:18 -0400
- Subject: Re: draft RPC tapset
- References: <44FD393F.8080202@cn.ltcfwd.linux.ibm.com> <44FD64CE.8080606@RedHat.com>
Steve Dickson <SteveD@redhat.com> writes:
> [...]
> Question, should these probes be broken up into separate files?
> and if so, where do they need to live so they will be defined
> by the stap command?
As outlined by the stap(1) man page, tapset files will be found in any
directory named by the "-I DIR" option, the "SYSTEMTAP_TAPSET"
environment variable, or the installation directory
$prefix/shared/systemtap/tapset.
- FChE