Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fix 'CPU too large' error in Intel PT - Correct event attribute sizes in 'perf inject' - Sync build_bug.h and kvm.h kernel copies - Fix bpf.h header include directive in 5sec.c 'perf trace' bpf example - libbpf tests fixes - Fix shadow stat 'perf test' for non-bash shells - Take cgroups into account for shadow stats in 'perf stat' * tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf inject: Correct event attribute sizes perf intel-pt: Fix 'CPU too large' error perf stat: Take cgroups into account for shadow stats perf stat: Introduce struct runtime_stat_data libperf tests: Fail when failing to get a tracepoint id libperf tests: If a test fails return non-zero libperf tests: Avoid uninitialized variable warning perf test: Fix shadow stat test for non-bash shells tools headers: Syncronize linux/build_bug.h with the kernel sources tools headers UAPI: Sync kvm.h headers with the kernel sources perf bpf examples: Fix bpf.h header include directive in 5sec.c example
No related branches found
No related tags found
Showing
- tools/include/linux/build_bug.h 0 additions, 5 deletionstools/include/linux/build_bug.h
- tools/include/uapi/linux/kvm.h 2 additions, 0 deletionstools/include/uapi/linux/kvm.h
- tools/lib/perf/tests/test-cpumap.c 1 addition, 1 deletiontools/lib/perf/tests/test-cpumap.c
- tools/lib/perf/tests/test-evlist.c 4 additions, 3 deletionstools/lib/perf/tests/test-evlist.c
- tools/lib/perf/tests/test-evsel.c 1 addition, 1 deletiontools/lib/perf/tests/test-evsel.c
- tools/lib/perf/tests/test-threadmap.c 1 addition, 1 deletiontools/lib/perf/tests/test-threadmap.c
- tools/perf/examples/bpf/5sec.c 1 addition, 1 deletiontools/perf/examples/bpf/5sec.c
- tools/perf/tests/shell/stat+shadow_stat.sh 14 additions, 16 deletionstools/perf/tests/shell/stat+shadow_stat.sh
- tools/perf/util/header.c 8 additions, 0 deletionstools/perf/util/header.c
- tools/perf/util/machine.c 2 additions, 2 deletionstools/perf/util/machine.c
- tools/perf/util/session.c 1 addition, 1 deletiontools/perf/util/session.c
- tools/perf/util/stat-shadow.c 189 additions, 177 deletionstools/perf/util/stat-shadow.c
Loading
Please register or sign in to comment