-
- Downloads
perf tools: Add mem access sampling core support
This patch adds the sorting and histogram support functions to enable profiling of memory accesses. The following sorting orders are added: - symbol_daddr: data address symbol (or raw address) - dso_daddr: data address shared object - locked: access uses locked transaction - tlb : TLB access - mem : memory level of the access (L1, L2, L3, RAM, ...) - snoop: access snoop mode Signed-off-by:Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-12-git-send-email-eranian@google.com [ committer note: changed to cope with fc5871ed, the move of methods to machine.[ch], and the rename of dsrc to data_src, to match the change made in the PERF_SAMPLE_DSRC in a previous patch. ] Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/util/event.h 8 additions, 0 deletionstools/perf/util/event.h
- tools/perf/util/evsel.c 6 additions, 0 deletionstools/perf/util/evsel.c
- tools/perf/util/hist.c 83 additions, 3 deletionstools/perf/util/hist.c
- tools/perf/util/hist.h 13 additions, 0 deletionstools/perf/util/hist.h
- tools/perf/util/machine.c 32 additions, 0 deletionstools/perf/util/machine.c
- tools/perf/util/machine.h 3 additions, 0 deletionstools/perf/util/machine.h
- tools/perf/util/session.c 3 additions, 0 deletionstools/perf/util/session.c
- tools/perf/util/sort.c 363 additions, 6 deletionstools/perf/util/sort.c
- tools/perf/util/sort.h 8 additions, 1 deletiontools/perf/util/sort.h
- tools/perf/util/symbol.h 6 additions, 0 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment