-
- Downloads
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tooling updates from Ingo Molnar: "Perf tooling updates and fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB perf stat: Only auto-merge events that are PMU aliases perf test: Add test case for PERF_SAMPLE_PHYS_ADDR perf script: Support physical address perf mem: Support physical address perf sort: Add sort option for physical address perf tools: Support new sample type for physical address perf vendor events powerpc: Remove duplicate events perf intel-pt: Fix syntax in documentation of config option perf test powerpc: Fix 'Object code reading' test perf trace: Support syscall name globbing perf syscalltbl: Support glob matching on syscall names perf report: Calculate the average cycles of iterations
No related branches found
No related tags found
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