-
- Downloads
perf session: Use evlist/evsel for managing perf.data attributes
So that we can reuse things like the id to attr lookup routine
(perf_evlist__id2evsel) that uses a hash table instead of the linear
lookup done in the older perf_header_attr routines, etc.
Also to make evsels/evlist more pervasive an API, simplyfing using the
emerging perf lib.
cc: Arun Sharma <arun@sharma-home.net>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/builtin-record.c 35 additions, 66 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 2 additions, 2 deletionstools/perf/builtin-report.c
- tools/perf/builtin-top.c 2 additions, 3 deletionstools/perf/builtin-top.c
- tools/perf/util/evlist.c 17 additions, 9 deletionstools/perf/util/evlist.c
- tools/perf/util/evlist.h 2 additions, 2 deletionstools/perf/util/evlist.h
- tools/perf/util/evsel.c 17 additions, 4 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 7 additions, 2 deletionstools/perf/util/evsel.h
- tools/perf/util/header.c 84 additions, 141 deletionstools/perf/util/header.c
- tools/perf/util/header.h 8 additions, 28 deletionstools/perf/util/header.h
- tools/perf/util/session.c 5 additions, 69 deletionstools/perf/util/session.c
- tools/perf/util/session.h 0 additions, 2 deletionstools/perf/util/session.h
Loading
Please register or sign in to comment