Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Thomas Gleixner: "Kernel: - Improve kallsyms coverage - Add x86 entry trampolines to kcore - Fix ARM SPE handling - Correct PPC event post processing Tools: - Make the build system more robust - Small fixes and enhancements all over the place - Update kernel ABI header copies - Preparatory work for converting libtraceevnt to a shared library - License cleanups" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (100 commits) tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' tools arch x86: Update tools's copy of cpufeatures.h perf python: Fix pyrf_evlist__read_on_cpu() interface perf mmap: Store real cpu number in 'struct perf_mmap' perf tools: Remove ext from struct kmod_path perf tools: Add gzip_is_compressed function perf tools: Add lzma_is_compressed function perf tools: Add is_compressed callback to compressions array perf tools: Move the temp file processing into decompress_kmodule perf tools: Use compression id in decompress_kmodule() perf tools: Store compression id into struct dso perf tools: Add compression id into 'struct kmod_path' perf tools: Make is_supported_compression() static perf tools: Make decompress_to_file() function static perf tools: Get rid of dso__needs_decompress() call in __open_dso() perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() perf tools: Get rid of dso__needs_decompress() call in read_object_code() tools lib traceevent: Change to SPDX License format perf llvm: Allow passing options to llc in addition to clang perf parser: Improve error message for PMU address filters ...
No related branches found
No related tags found
Showing
- arch/x86/mm/cpu_entry_area.c 33 additions, 0 deletionsarch/x86/mm/cpu_entry_area.c
- fs/proc/kcore.c 5 additions, 2 deletionsfs/proc/kcore.c
- include/linux/kcore.h 13 additions, 0 deletionsinclude/linux/kcore.h
- kernel/kallsyms.c 37 additions, 14 deletionskernel/kallsyms.c
- tools/arch/x86/include/asm/cpufeatures.h 2 additions, 1 deletiontools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/lib/memcpy_64.S 1 addition, 1 deletiontools/arch/x86/lib/memcpy_64.S
- tools/lib/lockdep/Makefile 2 additions, 2 deletionstools/lib/lockdep/Makefile
- tools/lib/traceevent/Makefile 2 additions, 2 deletionstools/lib/traceevent/Makefile
- tools/lib/traceevent/event-parse.c 349 additions, 363 deletionstools/lib/traceevent/event-parse.c
- tools/lib/traceevent/event-parse.h 229 additions, 229 deletionstools/lib/traceevent/event-parse.h
- tools/lib/traceevent/event-plugin.c 36 additions, 50 deletionstools/lib/traceevent/event-plugin.c
- tools/lib/traceevent/event-utils.h 1 addition, 15 deletionstools/lib/traceevent/event-utils.h
- tools/lib/traceevent/kbuffer-parse.c 1 addition, 16 deletionstools/lib/traceevent/kbuffer-parse.c
- tools/lib/traceevent/parse-filter.c 145 additions, 159 deletionstools/lib/traceevent/parse-filter.c
- tools/lib/traceevent/parse-utils.c 1 addition, 15 deletionstools/lib/traceevent/parse-utils.c
- tools/lib/traceevent/plugin_cfg80211.c 10 additions, 10 deletionstools/lib/traceevent/plugin_cfg80211.c
- tools/lib/traceevent/plugin_function.c 17 additions, 17 deletionstools/lib/traceevent/plugin_function.c
- tools/lib/traceevent/plugin_hrtimer.c 28 additions, 28 deletionstools/lib/traceevent/plugin_hrtimer.c
- tools/lib/traceevent/plugin_jbd2.c 18 additions, 18 deletionstools/lib/traceevent/plugin_jbd2.c
- tools/lib/traceevent/plugin_kmem.c 33 additions, 33 deletionstools/lib/traceevent/plugin_kmem.c
Loading
Please register or sign in to comment