Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull more perf updates from Thomas Gleixner: "Perf updates all over the place: core: - Support for cgroup tracking in samples to allow cgroup based analysis tools: - Support for cgroup analysis - Commandline option and hotkey for perf top to change the sort order - A set of fixes all over the place - Various build system related improvements - Updates of the X86 pmu event JSON data - Documentation updates" * tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (55 commits) perf python: Fix clang detection to strip out options passed in $CC perf tools: Support Python 3.8+ in Makefile perf script: Fix invalid read of directory entry after closedir() perf script report: Fix SEGFAULT when using DWARF mode perf script: add -S/--symbols documentation perf pmu-events x86: Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metric perf events parser: Add missing Intel CPU events to parser perf script: Allow --symbol to accept hexadecimal addresses perf report/top TUI: Fix title line formatting perf top: Support hotkey to change sort order perf top: Support --group-sort-idx to change the sort order perf symbols: Fix arm64 gap between kernel start and module end perf build-test: Honour JOBS to override detection of number of cores perf script: Add --show-cgroup-events option perf top: Add --all-cgroups option perf record: Add --all-cgroups option perf record: Support synthesizing cgroup events perf report: Add 'cgroup' sort key perf cgroup: Maintain cgroup hierarchy perf tools: Basic support for CGROUP event ...
Showing
- include/linux/perf_event.h 1 addition, 0 deletionsinclude/linux/perf_event.h
- include/uapi/linux/perf_event.h 14 additions, 2 deletionsinclude/uapi/linux/perf_event.h
- init/Kconfig 2 additions, 1 deletioninit/Kconfig
- kernel/events/core.c 133 additions, 0 deletionskernel/events/core.c
- tools/build/Makefile.feature 2 additions, 1 deletiontools/build/Makefile.feature
- tools/build/feature/Makefile 4 additions, 1 deletiontools/build/feature/Makefile
- tools/build/feature/test-file-handle.c 17 additions, 0 deletionstools/build/feature/test-file-handle.c
- tools/include/uapi/linux/perf_event.h 14 additions, 2 deletionstools/include/uapi/linux/perf_event.h
- tools/lib/perf/include/perf/event.h 7 additions, 0 deletionstools/lib/perf/include/perf/event.h
- tools/perf/Documentation/perf-config.txt 8 additions, 6 deletionstools/perf/Documentation/perf-config.txt
- tools/perf/Documentation/perf-record.txt 16 additions, 7 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-report.txt 6 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/Documentation/perf-script.txt 14 additions, 0 deletionstools/perf/Documentation/perf-script.txt
- tools/perf/Documentation/perf-top.txt 9 additions, 0 deletionstools/perf/Documentation/perf-top.txt
- tools/perf/Makefile.config 14 additions, 1 deletiontools/perf/Makefile.config
- tools/perf/Makefile.perf 6 additions, 5 deletionstools/perf/Makefile.perf
- tools/perf/arch/arm64/util/Build 1 addition, 1 deletiontools/perf/arch/arm64/util/Build
- tools/perf/arch/arm64/util/machine.c 27 additions, 0 deletionstools/perf/arch/arm64/util/machine.c
- tools/perf/arch/arm64/util/sym-handling.c 0 additions, 19 deletionstools/perf/arch/arm64/util/sym-handling.c
- tools/perf/arch/powerpc/util/Build 0 additions, 1 deletiontools/perf/arch/powerpc/util/Build
Loading
Please register or sign in to comment