[Bug translator/6826] shorthand or variable for probed executable's path
joshua dot i dot stone at intel dot com
sourceware-bugzilla@sourceware.org
Fri Aug 8 22:06:00 GMT 2008
------- Additional Comments From joshua dot i dot stone at intel dot com 2008-08-08 22:04 -------
Maybe the probe aliases could be expanded to allow incomplete names, something like:
probe myproc.* = process("/a/really/long/pathname").*
probe myproc.whatever { /* ... */ }
Or we could do this with preprocessor defines, which would also be useful in
other scenarios:
%( define myproc process("/a/really/long/pathname") %)
probe myproc.whatever { /* ... */ }
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6826
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list