public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/2949] New: need "probe listing" command line option
@ 2006-07-21 17:55 fche at redhat dot com
  2006-07-27 16:28 ` [Bug translator/2949] " joshua dot i dot stone at intel dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fche at redhat dot com @ 2006-07-21 17:55 UTC (permalink / raw)
  To: systemtap

The stap program should have a command line option that
- lists available probes matching a probe-point wildcard
  (something like "-p2 -e 'probe $PATTERN' {}" but prettier)
- for probe aliases from a tapset, lists their local variables

This should enable tapsets that neglect to document themselves
in stapprobes(5) to still be presentable.

-- 
           Summary: need "probe listing" command line option
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

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

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

* [Bug translator/2949] need "probe listing" command line option
  2006-07-21 17:55 [Bug translator/2949] New: need "probe listing" command line option fche at redhat dot com
@ 2006-07-27 16:28 ` joshua dot i dot stone at intel dot com
  2007-05-05 13:50 ` fche at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joshua dot i dot stone at intel dot com @ 2006-07-27 16:28 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From joshua dot i dot stone at intel dot com  2006-07-27 16:28 -------
For tapsets, it might be nice if we had inline documentation describing probe
points and local variables, and then a 'stapdoc' command-line could present that
in a nice way.  I would imagine this would work something like a doxygen syntax,
or Perl's POD, or Python's pydoc.

-- 


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

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

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

* [Bug translator/2949] need "probe listing" command line option
  2006-07-21 17:55 [Bug translator/2949] New: need "probe listing" command line option fche at redhat dot com
  2006-07-27 16:28 ` [Bug translator/2949] " joshua dot i dot stone at intel dot com
@ 2007-05-05 13:50 ` fche at redhat dot com
  2008-01-26  2:37 ` fche at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2007-05-05 13:50 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2007-05-05 14:50 -------
Maybe we could kill two birds with one stone.

Many of our tapset functions/probes remain undocumented (and some untested,
but that's another problem).   We could ease the former problem by including
documentation right within the tapset script files, a la the javadoc experiment
in the runtime.

This would enable the translator to parse these documentation bits, and print
them alongside the raw data produced by the future list-probes option.


-- 


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

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

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

* [Bug translator/2949] need "probe listing" command line option
  2006-07-21 17:55 [Bug translator/2949] New: need "probe listing" command line option fche at redhat dot com
  2006-07-27 16:28 ` [Bug translator/2949] " joshua dot i dot stone at intel dot com
  2007-05-05 13:50 ` fche at redhat dot com
@ 2008-01-26  2:37 ` fche at redhat dot com
  2008-04-11  0:57 ` fche at redhat dot com
  2009-09-13 12:48 ` fche at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2008-01-26  2:37 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |5679


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

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

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

* [Bug translator/2949] need "probe listing" command line option
  2006-07-21 17:55 [Bug translator/2949] New: need "probe listing" command line option fche at redhat dot com
                   ` (2 preceding siblings ...)
  2008-01-26  2:37 ` fche at redhat dot com
@ 2008-04-11  0:57 ` fche at redhat dot com
  2009-09-13 12:48 ` fche at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2008-04-11  0:57 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-04-10 19:40 -------
patch committed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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

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

* [Bug translator/2949] need "probe listing" command line option
  2006-07-21 17:55 [Bug translator/2949] New: need "probe listing" command line option fche at redhat dot com
                   ` (3 preceding siblings ...)
  2008-04-11  0:57 ` fche at redhat dot com
@ 2009-09-13 12:48 ` fche at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2009-09-13 12:48 UTC (permalink / raw)
  To: systemtap



-- 
Bug 2949 depends on bug 5679, which changed state.

Bug 5679 Summary: inline documentation for scripts/tapsets
http://sourceware.org/bugzilla/show_bug.cgi?id=5679

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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

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

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

end of thread, other threads:[~2009-09-13 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-21 17:55 [Bug translator/2949] New: need "probe listing" command line option fche at redhat dot com
2006-07-27 16:28 ` [Bug translator/2949] " joshua dot i dot stone at intel dot com
2007-05-05 13:50 ` fche at redhat dot com
2008-01-26  2:37 ` fche at redhat dot com
2008-04-11  0:57 ` fche at redhat dot com
2009-09-13 12:48 ` fche 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).