-
- Downloads
Merge tag 'perf-core-for-mingo-4.14-20170901' of...
Merge tag 'perf-core-for-mingo-4.14-20170901' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: - Support syscall name glob matching in 'perf trace' (Arnaldo Carvalho de Melo) e.g.: # perf trace -e pkey_* 32.784 (0.006 ms): pkey/16018 pkey_alloc(init_val: DISABLE_WRITE) = -1 EINVAL Invalid argument 32.795 (0.004 ms): pkey/16018 pkey_mprotect(start: 0x7f380d0a6000, len: 4096, prot: READ|WRITE, pkey: -1) = 0 32.801 (0.002 ms): pkey/16018 pkey_free(pkey: -1 ) = -1 EINVAL Invalid argument ^C# - Do not auto merge counts for explicitely specified events in 'perf stat' (Arnaldo Carvalho de Melo) - Fix syntax in documentation of .perfconfig intel-pt option (Jack Henschel) - Calculate the average cycles of iterations for loops detected by the branch history support in 'perf report' (Jin Yao) - Support PERF_SAMPLE_PHYS_ADDR as a sort key "phys_daddr" in the 'script', 'mem', 'top' and 'report'. Also add a test entry for it in 'perf test' (Kan Liang) - Fix 'Object code reading' 'perf test' entry in PowerPC (Ravi Bangoria) - Remove some duplicate Power9 duplicate vendor events (described in JSON files) (Sukadev Bhattiprolu) - Add help entry in the TUI annotate browser about cycling thru hottest instructions with TAB/shift+TAB (Arnaldo Carvalho de Melo) Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- tools/include/uapi/linux/perf_event.h 3 additions, 1 deletiontools/include/uapi/linux/perf_event.h
- tools/perf/Documentation/intel-pt.txt 1 addition, 1 deletiontools/perf/Documentation/intel-pt.txt
- tools/perf/Documentation/perf-mem.txt 4 additions, 0 deletionstools/perf/Documentation/perf-mem.txt
- tools/perf/Documentation/perf-record.txt 4 additions, 1 deletiontools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-report.txt 1 addition, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/Documentation/perf-script.txt 1 addition, 1 deletiontools/perf/Documentation/perf-script.txt
- tools/perf/Documentation/perf-trace.txt 1 addition, 1 deletiontools/perf/Documentation/perf-trace.txt
- tools/perf/builtin-mem.c 71 additions, 26 deletionstools/perf/builtin-mem.c
- tools/perf/builtin-record.c 2 additions, 0 deletionstools/perf/builtin-record.c
- tools/perf/builtin-script.c 13 additions, 2 deletionstools/perf/builtin-script.c
- tools/perf/builtin-stat.c 1 addition, 1 deletiontools/perf/builtin-stat.c
- tools/perf/builtin-trace.c 35 additions, 4 deletionstools/perf/builtin-trace.c
- tools/perf/perf.h 1 addition, 0 deletionstools/perf/perf.h
- tools/perf/pmu-events/arch/powerpc/power9/frontend.json 1 addition, 6 deletionstools/perf/pmu-events/arch/powerpc/power9/frontend.json
- tools/perf/pmu-events/arch/powerpc/power9/other.json 0 additions, 120 deletionstools/perf/pmu-events/arch/powerpc/power9/other.json
- tools/perf/pmu-events/arch/powerpc/power9/pipeline.json 1 addition, 6 deletionstools/perf/pmu-events/arch/powerpc/power9/pipeline.json
- tools/perf/pmu-events/arch/powerpc/power9/pmc.json 1 addition, 6 deletionstools/perf/pmu-events/arch/powerpc/power9/pmc.json
- tools/perf/tests/code-reading.c 5 additions, 0 deletionstools/perf/tests/code-reading.c
- tools/perf/tests/sample-parsing.c 5 additions, 1 deletiontools/perf/tests/sample-parsing.c
- tools/perf/ui/browsers/annotate.c 2 additions, 1 deletiontools/perf/ui/browsers/annotate.c
Loading
Please register or sign in to comment