stappaths

Langue: en

Version: Systemtap Team (fedora - 01/12/10)

Section: 7 (Divers)

NAME

stappaths - systemtap miscellaneous and paths

DESCRIPTION

This manual page was generated on 2010-08-24 for systemtap 1.3. The following section will list the main paths in systemtap that are important to know and may be required to reference.
Systemtap Tapset Path: /usr/share/systemtap/tapset/
Systemtap data directory for cached systemtap files, unless overridden by the SYSTEMTAP_TAPSET environment variable or the XDG_DATA_DIRS environment variable. This directory stores a set of builtin functions and probe point aliases are provided by the scripts installed here. These are described in the stapfuncs(3stap) and stapprobes(3stap) manual pages.
Systemtap Runtime Path: /usr/share/systemtap/runtime/
The runtime sources, unless overridden by the SYSTEMTAP_RUNTIME environment variable.
Systemtap Staprun Path: /usr/bin/staprun/
The auxiliary program supervising module loading, interaction, and unloading.
Systemtap Stapio Path: /usr/libexec/systemtap/stapio/
The Systemtap module input and output handler.
sdt.h Path: /usr/include/include/sys/std.h
$HOME/.systemtap
Systemtap data directory for cached systemtap files, unless overridden by the SYSTEMTAP_DIR environment variable.
/tmp/stapXXXXXX
Temporary directory for systemtap files, including translated C code and kernel object.
/lib/modules/VERSION/build
The location of kernel module building infrastructure.
/usr/lib/debug/lib/modules/Kernel-Debuginfo-Version/
The location of kernel debugging information when packaged into the kernel-debuginfo RPM, unless overridden by the SYSTEMTAP_DEBUGINFO_PATH environment variable. The default value for this variable is +:.debug:/usr/lib/debug:build. Elfutils searches vmlinux in this path and it interprets the path as a base directory of which various subdirectories will be searched for finding modules.
/usr/doc/systemtap*/examples
Examples with greater detail, can be found here. Each example comes with a .txt or .meta file explaining what the example, sample or demo does and how it is ordinarily run.
stap-authorize-server-cert - Certfile
/etc/systemtap/ssl/server For root users (EUID=0), the database can be found in
stap-authorize-server-cert - Dirname
/etc/systemtap/ssl/client Global client-side certificate database for root users (EUID=0) can be found in.
stap-authorize-signing-cert - Certfile
/etc/systemtap/ssl/server For root users (EUID=0), the database can be found in
stap-authorize-signing-cert - Dirname
/etc/systemtap/staprun/ staprun[aq]s trusted signer certificate database.
/etc/systemtap/ssl/client/
Public (root[aq]s) client side certificate database.

FILES

/usr/share/systemtap/tapset

SEE ALSO

stapprobes(3stap), stapfuncs(3stap), staprun(8), stapvars(3stap), stapex(3stap), stap-client(8), stap-server(8), awk(1), gdb(1)

BUGS

Use the Bugzilla link of the project web page or our mailing list. http://sources.redhat.com/systemtap/,<systemtap@sources.redhat.com>.