This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/6826] shorthand or variable for probed executable's path


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]