From 4c5ff1bb5bb35cb35e30c45e385043c5f8383cd0 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 6 Sep 2005 17:40:12 +0000 Subject: 2005-09-06 Martin Hunt * tapset/context.stp: Add function target(). * stapfuncs.5.in (target): Document it. * elaborate.h (struct systemtap_session): Add cmd and target_pid to the struct. * main.cxx (usage): Add secriptions of "-c" and "-x" options. (main): Set s.cmd and s.target_pid. * buildrun.cxx (stringify): Copy this utility func here too. (run_pass): Add new options to set cmd and pid to the stpd command line. --- stapfuncs.5.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stapfuncs.5.in') diff --git a/stapfuncs.5.in b/stapfuncs.5.in index dbecf0d3..77514e28 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -150,6 +150,10 @@ pp:string () Return the probe point associated with the currently running probe handler, including alias and wildcard expansion effects. +.TP +target:long () +Returns the pid of the target process. + .SH FILES .nh .IR /usr/share/systemtap/tapset -- cgit