Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of...
Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events in 'perf stat'. - Fix x86's arch__intr_reg_mask() for the hybrid platform. - Address 'perf bench numa' compiler error on s390. - Fix check for btf__load_from_kernel_by_id() in libbpf. - Fix "all PMU test" 'perf test' to skip hv_24x7/hv_gpci tests on powerpc. - Fix session topology test to skip the test in guest environment. - Skip BPF 'perf test' if clang is not present. - Avoid shell test description infinite loop in 'perf test'. - Fix Intel LBR callstack entries and nr print message. * tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf session: Fix Intel LBR callstack entries and nr print message perf test bpf: Skip test if clang is not present perf test session topology: Fix test to skip the test in guest environment perf bench numa: Address compiler error on s390 perf test: Avoid shell test description infinite loop perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
Showing
- tools/build/Makefile.feature 1 addition, 0 deletionstools/build/Makefile.feature
- tools/build/feature/Makefile 4 additions, 0 deletionstools/build/feature/Makefile
- tools/build/feature/test-libbpf-btf__load_from_kernel_by_id.c 7 additions, 0 deletions...s/build/feature/test-libbpf-btf__load_from_kernel_by_id.c
- tools/perf/Makefile.config 7 additions, 0 deletionstools/perf/Makefile.config
- tools/perf/arch/x86/util/perf_regs.c 12 additions, 0 deletionstools/perf/arch/x86/util/perf_regs.c
- tools/perf/bench/numa.c 1 addition, 1 deletiontools/perf/bench/numa.c
- tools/perf/tests/bpf.c 6 additions, 4 deletionstools/perf/tests/bpf.c
- tools/perf/tests/builtin-test.c 6 additions, 2 deletionstools/perf/tests/builtin-test.c
- tools/perf/tests/shell/stat_all_pmu.sh 10 additions, 0 deletionstools/perf/tests/shell/stat_all_pmu.sh
- tools/perf/tests/topology.c 11 additions, 0 deletionstools/perf/tests/topology.c
- tools/perf/util/bpf-event.c 3 additions, 1 deletiontools/perf/util/bpf-event.c
- tools/perf/util/session.c 21 additions, 5 deletionstools/perf/util/session.c
- tools/perf/util/stat.c 14 additions, 3 deletionstools/perf/util/stat.c
Loading
Please register or sign in to comment