-
- Downloads
perf symbols: Generalize filter in __fprintf_buildid methods
We had that 'with_hits' filter to show just the build ids for DSOs that had samples, make that generic so that we can use it in the upcoming buildid-cache --missing feature, to show just the build ids that are not in the cache. Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-9nfesdfpnx7zp96yn3tmfbx0@git.kernel.org Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/builtin-buildid-list.c 6 additions, 1 deletiontools/perf/builtin-buildid-list.c
- tools/perf/util/dso.c 2 additions, 2 deletionstools/perf/util/dso.c
- tools/perf/util/dso.h 1 addition, 1 deletiontools/perf/util/dso.h
- tools/perf/util/machine.h 4 additions, 4 deletionstools/perf/util/machine.h
- tools/perf/util/session.c 3 additions, 3 deletionstools/perf/util/session.c
- tools/perf/util/session.h 2 additions, 2 deletionstools/perf/util/session.h
- tools/perf/util/symbol.c 6 additions, 6 deletionstools/perf/util/symbol.c
Loading
Please register or sign in to comment