-
- Downloads
perf annotate: Use the sym_priv_size area for the histogram
We have this sym_priv_size mechanism for attaching private areas to struct symbol entries but annotate wasn't using it, adding private areas to struct symbol in addition to a ->priv pointer. Scrap all that and use the sym_priv_size mechanism. Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Mike Galbraith <efault@gmx.de> LKML-Reference: <1256055940-19511-1-git-send-email-acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- tools/perf/builtin-annotate.c 79 additions, 30 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-report.c 1 addition, 1 deletiontools/perf/builtin-report.c
- tools/perf/util/data_map.c 1 addition, 1 deletiontools/perf/util/data_map.c
- tools/perf/util/event.h 7 additions, 1 deletiontools/perf/util/event.h
- tools/perf/util/map.c 19 additions, 2 deletionstools/perf/util/map.c
- tools/perf/util/symbol.c 19 additions, 37 deletionstools/perf/util/symbol.c
- tools/perf/util/symbol.h 6 additions, 11 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment