Re: [PATCH 15/26] perf tools: Synthesize proc tasks with mmap3

2020-09-14 Thread Jiri Olsa
On Mon, Sep 14, 2020 at 01:07:38PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Sep 13, 2020 at 11:03:02PM +0200, Jiri Olsa escreveu: > > Synthesizing proc tasks with mmap3 events so we can > > get build id data for synthesized maps as well. > > > > Signed-off-by: Jiri Olsa > > --- > > tools

Re: [PATCH 15/26] perf tools: Synthesize proc tasks with mmap3

2020-09-14 Thread Arnaldo Carvalho de Melo
Em Sun, Sep 13, 2020 at 11:03:02PM +0200, Jiri Olsa escreveu: > Synthesizing proc tasks with mmap3 events so we can > get build id data for synthesized maps as well. > > Signed-off-by: Jiri Olsa > --- > tools/perf/util/mmap.c | 2 +- > tools/perf/util/synthetic-events.c | 72 +++

[PATCH 15/26] perf tools: Synthesize proc tasks with mmap3

2020-09-13 Thread Jiri Olsa
Synthesizing proc tasks with mmap3 events so we can get build id data for synthesized maps as well. Signed-off-by: Jiri Olsa --- tools/perf/util/mmap.c | 2 +- tools/perf/util/synthetic-events.c | 72 +- 2 files changed, 43 insertions(+), 31 deletions(-)