From 760695dbfa5711e68555c192f5f4341e451d1d0c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 23 Jun 2009 16:00:44 -0400 Subject: mention that process.* probes are limited to -c/-x hierarchy if given --- stapprobes.3stap.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stapprobes.3stap.in b/stapprobes.3stap.in index 795a9a92..2cb206c5 100644 --- a/stapprobes.3stap.in +++ b/stapprobes.3stap.in @@ -536,7 +536,10 @@ to the working directory if they contain a "/" character, otherwise in If a process probe is specified without a PID or PATH, all user threads are probed. PATH may sometimes name a shared library in which case all processes that map that shared library may be -probed. +probed. However, if systemtap was invoked with the +.IR -c " or " -x +options, then process probes are restricted to the process +hierarchy associated with the target process. .SS PROCFS -- cgit