Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Thomas Gleixner: "Mostly updates to the perf tool plus two fixes to the kernel core code: - Handle tracepoint filters correctly for inherited events (Peter Zijlstra) - Prevent a deadlock in perf_lock_task_context (Paul McKenney) - Add missing newlines to some pr_err() calls (Arnaldo Carvalho de Melo) - Print full source file paths when using 'perf annotate --print-line --full-paths' (Michael Petlan) - Fix 'perf probe -d' when just one out of uprobes and kprobes is enabled (Wang Nan) - Add compiler.h to list.h to fix 'make perf-tar-src-pkg' generated tarballs, i.e. out of tree building (Arnaldo Carvalho de Melo) - Add the llvm-src-base.c and llvm-src-kbuild.c files, generated by the 'perf test' LLVM entries, when running it in-tree, to .gitignore (Yunlong Song) - libbpf error reporting improvements, using a strerror interface to more precisely tell the user about problems with the provided scriptlet, be it in C or as a ready made object file (Wang Nan) - Do not be case sensitive when searching for matching 'perf test' entries (Arnaldo Carvalho de Melo) - Inform the user about objdump failures in 'perf annotate' (Andi Kleen) - Improve the LLVM 'perf test' entry, introduce a new ones for BPF and kbuild tests to check the environment used by clang to compile .c scriptlets (Wang Nan)" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (32 commits) perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macro tools include: Add compiler.h to list.h perf probe: Verify parameters in two functions perf session: Add missing newlines to some pr_err() calls perf annotate: Support full source file paths for srcline fix perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore perf: Fix inherited events vs. tracepoint filters perf: Disable IRQs across RCU RS CS that acquires scheduler lock perf test: Do not be case sensitive when searching for matching tests perf test: Add 'perf test BPF' perf test: Enhance the LLVM tests: add kbuild test perf test: Enhance the LLVM test: update basic BPF test program perf bpf: Improve BPF related error messages perf tools: Make fetch_kernel_version() publicly available bpf tools: Add new API bpf_object__get_kversion() bpf tools: Improve libbpf error reporting perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy perf annotate: Inform the user about objdump failures in --stdio perf stat: Make stat options global perf sched latency: Fix thread pid reuse issue ...
Showing
- arch/x86/kernel/cpu/perf_event_intel_rapl.c 0 additions, 6 deletionsarch/x86/kernel/cpu/perf_event_intel_rapl.c
- kernel/events/core.c 13 additions, 8 deletionskernel/events/core.c
- tools/include/linux/list.h 1 addition, 0 deletionstools/include/linux/list.h
- tools/lib/bpf/.gitignore 1 addition, 1 deletiontools/lib/bpf/.gitignore
- tools/lib/bpf/Makefile 1 addition, 1 deletiontools/lib/bpf/Makefile
- tools/lib/bpf/libbpf.c 120 additions, 51 deletionstools/lib/bpf/libbpf.c
- tools/lib/bpf/libbpf.h 22 additions, 1 deletiontools/lib/bpf/libbpf.h
- tools/perf/Documentation/perf-trace.txt 0 additions, 1 deletiontools/perf/Documentation/perf-trace.txt
- tools/perf/Makefile 1 addition, 1 deletiontools/perf/Makefile
- tools/perf/builtin-sched.c 3 additions, 2 deletionstools/perf/builtin-sched.c
- tools/perf/builtin-stat.c 102 additions, 120 deletionstools/perf/builtin-stat.c
- tools/perf/tests/.gitignore 2 additions, 0 deletionstools/perf/tests/.gitignore
- tools/perf/tests/Build 16 additions, 1 deletiontools/perf/tests/Build
- tools/perf/tests/attr.c 1 addition, 2 deletionstools/perf/tests/attr.c
- tools/perf/tests/bpf-script-example.c 4 additions, 0 deletionstools/perf/tests/bpf-script-example.c
- tools/perf/tests/bpf-script-test-kbuild.c 21 additions, 0 deletionstools/perf/tests/bpf-script-test-kbuild.c
- tools/perf/tests/bpf.c 209 additions, 0 deletionstools/perf/tests/bpf.c
- tools/perf/tests/builtin-test.c 5 additions, 1 deletiontools/perf/tests/builtin-test.c
- tools/perf/tests/code-reading.c 4 additions, 4 deletionstools/perf/tests/code-reading.c
- tools/perf/tests/keep-tracking.c 2 additions, 2 deletionstools/perf/tests/keep-tracking.c
Loading
Please register or sign in to comment