-
- Downloads
Merge tag 'perf-urgent-for-mingo-5.7-20200403' of...
Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/urgent fixes and improvements from Arnaldo Carvalho de Melo: perf python: Arnaldo Carvalho de Melo: - Fix clang detection to strip out options passed in $CC. build: He Zhe: - Normalize gcc parameter when generating arch errno table, fixing the build by removing options from $(CC). Sam Lunt: - Support Python 3.8+ in Makefile. perf report/top: Arnaldo Carvalho de Melo: - Fix title line formatting. perf script: Andreas Gerstmayr: - Fix SEGFAULT when using DWARF mode. - Fix invalid read of directory entry after closedir(), found with valgrind. Hagen Paul Pfeifer: - Introduce --deltatime option. Stephane Eranian: - Allow --symbol to accept hexadecimal addresses. Ian Rogers: - Add -S/--symbols documentation Namhyung Kim: - Add --show-cgroup-events option. perf python: Arnaldo Carvalho de Melo: - Include rwsem.c in the python binding, needed by the cgroups improvements. build-test: Arnaldo Carvalho de Melo: - Honour JOBS to override detection of number of cores perf top: Jin Yao: - Support --group-sort-idx to change the sort order - perf top: Support hotkey to change sort order perf pmu-events x86: Jin Yao: - Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metric perf symbols arm64: Kemeng Shi: - Fix arm64 gap between kernel start and module end kernel perf subsystem: Namhyung Kim: - Add PERF_RECORD_CGROUP event and Add PERF_SAMPLE_CGROUP feature, to allow cgroup tracking, saving a link between cgroup path and its id number. perf cgroup: Namhyung Kim: - Maintain cgroup hierarchy. perf report: Namhyung Kim: - Add 'cgroup' sort key. perf record: Namhyung Kim: - Support synthesizing cgroup events for pre-existing cgroups. - Add --all-cgroups option Documentation: Tony Jones: - Update docs regarding kernel/user space unwinding. Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
No related branches found
No related tags found
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 5 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