-
- Downloads
perf tools: Add cpumode to struct perf_sample
To avoid parsing event->header.misc in many locations. This will also allow setting perf.sample.{ip,cpumode} in a single place, from tracepoint fields, as needed by 'perf kvm' with PPC guests, where the guest hardware counters is not available at the host. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Hemant Kumar <hemant@linux.vnet.ibm.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Cc: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-qp3yradhyt6q3wl895b1aat0@git.kernel.org Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/builtin-inject.c 1 addition, 4 deletionstools/perf/builtin-inject.c
- tools/perf/builtin-script.c 3 additions, 4 deletionstools/perf/builtin-script.c
- tools/perf/builtin-top.c 1 addition, 4 deletionstools/perf/builtin-top.c
- tools/perf/builtin-trace.c 4 additions, 5 deletionstools/perf/builtin-trace.c
- tools/perf/tests/code-reading.c 1 addition, 4 deletionstools/perf/tests/code-reading.c
- tools/perf/tests/hists_common.c 4 additions, 2 deletionstools/perf/tests/hists_common.c
- tools/perf/tests/hists_cumulate.c 1 addition, 0 deletionstools/perf/tests/hists_cumulate.c
- tools/perf/tests/hists_filter.c 1 addition, 0 deletionstools/perf/tests/hists_filter.c
- tools/perf/tests/hists_link.c 1 addition, 0 deletionstools/perf/tests/hists_link.c
- tools/perf/tests/hists_output.c 1 addition, 0 deletionstools/perf/tests/hists_output.c
- tools/perf/util/build-id.c 1 addition, 2 deletionstools/perf/util/build-id.c
- tools/perf/util/event.c 6 additions, 9 deletionstools/perf/util/event.c
- tools/perf/util/event.h 1 addition, 0 deletionstools/perf/util/event.h
- tools/perf/util/evsel.c 1 addition, 0 deletionstools/perf/util/evsel.c
- tools/perf/util/machine.c 6 additions, 8 deletionstools/perf/util/machine.c
- tools/perf/util/session.c 2 additions, 3 deletionstools/perf/util/session.c
Loading
Please register or sign in to comment