On Tue, 03 Sep 2013 13:49:35 +0530, Hemant wrote:On 09/03/2013 01:06 PM, Hemant Kumar wrote:I guess it should beThis patch will enable perf to list all the sdt markers presentThere is a mismatch between usage and the patch here. This should be:
in an elf file. The markers are present in the .note.stapsdt section
of the elf. We can traverse through this section and collect the
required info about the markers.
This hasn't been thoroughly tested with the other
options of perf.
----
Usage :
./perf probe --list -x /lib64/libc.so.6
perf probe --list -S /lib64/libc.so.6
perf probe -S -x /lib64/libc.so.6
Thanks,
Namhyung