Re: [PATCH 6/9] perf tools: Pass build_id object to dso__set_build_id

2020-09-30 Thread Ian Rogers
On Wed, Sep 30, 2020 at 10:15 AM Jiri Olsa wrote: > > Passing build_id object to dso__set_build_id, so it's easier > to initialize dos's build id object. > > Signed-off-by: Jiri Olsa Acked-by: Ian Rogers Thanks, Ian > --- > tools/perf/util/dso.c| 4 ++-- > tools/perf/util/dso.h

[PATCH 6/9] perf tools: Pass build_id object to dso__set_build_id

2020-09-30 Thread Jiri Olsa
Passing build_id object to dso__set_build_id, so it's easier to initialize dos's build id object. Signed-off-by: Jiri Olsa --- tools/perf/util/dso.c| 4 ++-- tools/perf/util/dso.h| 2 +- tools/perf/util/header.c | 4 +++- tools/perf/util/symbol-minimal.c | 2 +- t