perf inject: Add --buildid-all option
authorNamhyung Kim <namhyung@kernel.org>
Mon, 12 Oct 2020 07:02:13 +0000 (16:02 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 13 Oct 2020 14:01:42 +0000 (11:01 -0300)
commit27c9c3424fc217dab4077122069fe4b4413dbf18
tree6408f6a0774aa6e14d1a8f955d14f1efa279b0a7
parente7b60c5a0c4b9c02fa3b471f8d5edb4989ebdf60
perf inject: Add --buildid-all option

Like 'perf record', we can even more speedup build-id processing by just
using all DSOs.  Then we don't need to look at all the sample events
anymore.  The following patch will update 'perf bench' to show the result
of the --buildid-all option too.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Original-patch-by: Stephane Eranian <eranian@google.com>
Acked-by: Ian Rogers <irogers@google.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/r/20201012070214.2074921-6-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-inject.txt
tools/perf/builtin-inject.c