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/6445] extend utrace probes with "system-wide" and target-process syntax


------- Additional Comments From fche at redhat dot com  2008-07-30 15:20 -------
For purposes of this, it would be sufficient to have two
extensions:

- process("*") syntax
  that maps to the task_finder's unrestricted pathname/pid

- target-process syntax
  that maps to another task_finder option that restricts its
  monitoring to the target() (stap -c/-x) hierarchy

Maybe these two could be the same -- i.e., if someone runs "stap -c/-x",
then process("*").foo (or simpler, process.foo) probes would automagically
be restricted to the target process hierarchy.

Finally, bug #6456 could be a followup to support finer-grained
wildcards as in process("/bin/*").


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|extend utrace probes with   |extend utrace probes with
                   |wildcard and target-process |"system-wide" and target-
                   |syntax                      |process syntax


http://sourceware.org/bugzilla/show_bug.cgi?id=6445

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