perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table
So that we can restore them to the right DSO list (either dsos__kernel or dsos__user). We do that just like the kernel does for the other events, encoding PERF_RECORD_MISC_{KERNEL,USER} in perf_event_header. 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: <1262901583-8074-2-git-send-email-acme@infradead.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- tools/perf/util/header.c 6 additions, 3 deletionstools/perf/util/header.c
- tools/perf/util/session.c 5 additions, 1 deletiontools/perf/util/session.c
- tools/perf/util/symbol.c 3 additions, 3 deletionstools/perf/util/symbol.c
- tools/perf/util/symbol.h 9 additions, 2 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment