public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/9771] Detecting probes classes system wide
       [not found] <bug-9771-6586@http.sourceware.org/bugzilla/>
@ 2013-05-24 21:28 ` fche at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2013-05-24 21:28 UTC (permalink / raw)
  To: systemtap

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |fche at redhat dot com
         Resolution|---                         |FIXED

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
stap -l '**'
stap --dump-probe-types

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/9771] Detecting probes classes system wide
  2009-01-21 12:12 [Bug translator/9771] New: " mjw at redhat dot com
                   ` (2 preceding siblings ...)
  2009-02-18  4:52 ` fche at redhat dot com
@ 2009-02-19 18:55 ` mjw at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: mjw at redhat dot com @ 2009-02-19 18:55 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From mjw at redhat dot com  2009-02-19 18:02 -------
(In reply to comment #1)
> > For processes and libraries with markers compiled in it makes sense to have a
> > system wide registry (directory?) where marker files can be placed
> 
> This doesn't sound that practical.  Would process path globbing as above
> be sufficient?

Maybe, it was just an idea that seemed simpler than trying to do "globbing". For
globbing to be really useful IMHO it needs to use the PATH and it needs to
figure out which libraries are (dynamically) used that might contain markers.

-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/9771] Detecting probes classes system wide
  2009-01-21 12:12 [Bug translator/9771] New: " mjw at redhat dot com
  2009-02-16 19:58 ` [Bug translator/9771] " scox at redhat dot com
  2009-02-17 15:05 ` scox at redhat dot com
@ 2009-02-18  4:52 ` fche at redhat dot com
  2009-02-19 18:55 ` mjw at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2009-02-18  4:52 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2009-02-17 15:04 -------
> stap -l and stap -L are great if you know what kind of probes there are and/or
> which processes have markers in them.

We should support globbing on the process parameter (process("/bin/*")....)
to make this easier.

> Ideally stap -l without any arguments would give you the probe classes 

More concretely, -l could work by traversing the match_node tree in addition
or instead of making a -p2 run via a synthetic probe script fragment.  The
latter would still be necessary for wildcards that are *inside* probe point
arguments -- kernel.function("*").  For wildcards outside, traversing the
match_node tree should be fine.  (I would probably avoid allowing '-l' to
have an optional parameter, for compatibility with current parsing.)

The various combinations should be enumerated here for analysis to decide
on the best mechanism.


> For processes and libraries with markers compiled in it makes sense to have a
> system wide registry (directory?) where marker files can be placed

This doesn't sound that practical.  Would process path globbing as above
be sufficient?


-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/9771] Detecting probes classes system wide
  2009-01-21 12:12 [Bug translator/9771] New: " mjw at redhat dot com
  2009-02-16 19:58 ` [Bug translator/9771] " scox at redhat dot com
@ 2009-02-17 15:05 ` scox at redhat dot com
  2009-02-18  4:52 ` fche at redhat dot com
  2009-02-19 18:55 ` mjw at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: scox at redhat dot com @ 2009-02-17 15:05 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|scox at redhat dot com      |systemtap at sources dot
                   |                            |redhat dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/9771] Detecting probes classes system wide
  2009-01-21 12:12 [Bug translator/9771] New: " mjw at redhat dot com
@ 2009-02-16 19:58 ` scox at redhat dot com
  2009-02-17 15:05 ` scox at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: scox at redhat dot com @ 2009-02-16 19:58 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |scox at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-24 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9771-6586@http.sourceware.org/bugzilla/>
2013-05-24 21:28 ` [Bug translator/9771] Detecting probes classes system wide fche at redhat dot com
2009-01-21 12:12 [Bug translator/9771] New: " mjw at redhat dot com
2009-02-16 19:58 ` [Bug translator/9771] " scox at redhat dot com
2009-02-17 15:05 ` scox at redhat dot com
2009-02-18  4:52 ` fche at redhat dot com
2009-02-19 18:55 ` mjw at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).