perf symbols: Add a 'type' field to struct map
That way we will be able to check if the right symtab is loaded in the underlying DSO. Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1259346563-12568-5-git-send-email-acme@infradead.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- tools/perf/builtin-top.c 1 addition, 1 deletiontools/perf/builtin-top.c
- tools/perf/util/event.h 9 additions, 3 deletionstools/perf/util/event.h
- tools/perf/util/map.c 7 additions, 5 deletionstools/perf/util/map.c
- tools/perf/util/process_events.c 1 addition, 1 deletiontools/perf/util/process_events.c
- tools/perf/util/symbol.c 21 additions, 10 deletionstools/perf/util/symbol.c
- tools/perf/util/symbol.h 3 additions, 1 deletiontools/perf/util/symbol.h
Please register or sign in to comment