Re: [PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

2016-07-03 Thread Masami Hiramatsu
On Fri, 1 Jul 2016 15:56:49 -0300 Arnaldo Carvalho de Melo wrote: > Em Fri, Jul 01, 2016 at 05:03:46PM +0900, Masami Hiramatsu escreveu: > > From: Hemant Kumar > > > > This patch serves the initial support to identify and list SDT events in > >

Re: [PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

2016-07-03 Thread Masami Hiramatsu
On Fri, 1 Jul 2016 15:56:49 -0300 Arnaldo Carvalho de Melo wrote: > Em Fri, Jul 01, 2016 at 05:03:46PM +0900, Masami Hiramatsu escreveu: > > From: Hemant Kumar > > > > This patch serves the initial support to identify and list SDT events in > > binaries. > > When programs containing SDT

Re: [PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

2016-07-01 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 01, 2016 at 05:03:46PM +0900, Masami Hiramatsu escreveu: > From: Hemant Kumar > > This patch serves the initial support to identify and list SDT events in > binaries. > When programs containing SDT markers are compiled, gcc with the help of > assembler >

Re: [PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

2016-07-01 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 01, 2016 at 05:03:46PM +0900, Masami Hiramatsu escreveu: > From: Hemant Kumar > > This patch serves 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

[PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

2016-07-01 Thread Masami Hiramatsu
From: Hemant Kumar This patch serves 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

[PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

2016-07-01 Thread Masami Hiramatsu
From: Hemant Kumar This patch serves 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