Re: [PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image

2020-11-17 Thread Jiri Olsa
On Tue, Nov 17, 2020 at 02:43:33PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 17, 2020 at 04:16:51PM +0100, Jiri Olsa escreveu: > > On Tue, Nov 17, 2020 at 09:44:37AM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Tue, Nov 17, 2020 at 12:00:42PM +0100, Jiri Olsa escreveu: > > > > Allow

Re: [PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image

2020-11-17 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 17, 2020 at 04:16:51PM +0100, Jiri Olsa escreveu: > On Tue, Nov 17, 2020 at 09:44:37AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Tue, Nov 17, 2020 at 12:00:42PM +0100, Jiri Olsa escreveu: > > > Allow mmap2 event to synthesize kernel image, > > > so we can synthesize kernel build id

Re: [PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image

2020-11-17 Thread Jiri Olsa
On Tue, Nov 17, 2020 at 09:44:37AM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 17, 2020 at 12:00:42PM +0100, Jiri Olsa escreveu: > > Allow mmap2 event to synthesize kernel image, > > so we can synthesize kernel build id data in > > following changes. > > > > It's enabled by new

Re: [PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image

2020-11-17 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 17, 2020 at 12:00:42PM +0100, Jiri Olsa escreveu: > Allow mmap2 event to synthesize kernel image, > so we can synthesize kernel build id data in > following changes. > > It's enabled by new symbol_conf.buildid_mmap2 > bool, which will be switched in following > changes. Why make this

[PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image

2020-11-17 Thread Jiri Olsa
Allow mmap2 event to synthesize kernel image, so we can synthesize kernel build id data in following changes. It's enabled by new symbol_conf.buildid_mmap2 bool, which will be switched in following changes. Signed-off-by: Jiri Olsa --- tools/perf/util/symbol_conf.h | 3 ++-

[PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image

2020-11-09 Thread Jiri Olsa
Allow mmap2 event to synthesize kernel image, so we can synthesize kernel build id data in following changes. It's enabled by new symbol_conf.buildid_mmap2 bool, which will be switched in following changes. Signed-off-by: Jiri Olsa --- tools/perf/util/symbol_conf.h | 3 ++-