Re: [PATCH v4 1/3] perf/sdt : Raw SDT parsing functions

2014-08-29 Thread Namhyung Kim
Hi Hemant, On Thu, 28 Aug 2014 03:14:20 +0530, Hemant Kumar wrote: > This patch serves as the initial support to identify and list SDT events in > binaries. > When programs containing SDT markers are compiled, gcc with the help of > assembler > directives identifies them and places them in the s

[PATCH v4 1/3] perf/sdt : Raw SDT parsing functions

2014-08-27 Thread Hemant Kumar
This patch serves as the initial support to identify and list SDT events in binaries. When programs containing SDT markers are compiled, gcc with the help of assembler directives identifies them and places them in the section ".note.stapsdt". To find these markers from the binaries, one needs to