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 tapsets/10745] Give access to "hidden" tracepoints


------- Additional Comments From fche at redhat dot com  2010-03-18 21:29 -------
This sort of thing should work at some point:

probe perf.type(2).config(NN)

where NN comes from /debugfs/tracing/events/*/*/id

We could supply a shell script to parse the latter directory to come up with
a tapset correct for the currently running kernel.  Or the translator could
do it, and store it cached based on kernel build-id or somesuch.

See also /proc/sys/kernel/perf_event_paranoid


-- 


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

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