Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "Tooling fixes, mostly related to the KASLR fallout, but also other fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf buildid-cache: Check relocation when checking for existing kcore perf tools: Adjust kallsyms for relocated kernel perf tests: No need to set up ref_reloc_sym perf symbols: Prevent the use of kcore if the kernel has moved perf record: Get ref_reloc_sym from kernel map perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() perf machine: Add machine__get_kallsyms_filename() perf tools: Add kallsyms__get_function_start() perf symbols: Fix symbol annotation for relocated kernel perf tools: Fix include for non x86 architectures perf tools: Fix AAAAARGH64 memory barriers perf tools: Demangle kernel and kernel module symbols too perf/doc: Remove mention of non-existent set_perf_event_pending() from design.txt
Showing
- tools/perf/builtin-buildid-cache.c 29 additions, 4 deletionstools/perf/builtin-buildid-cache.c
- tools/perf/builtin-record.c 2 additions, 8 deletionstools/perf/builtin-record.c
- tools/perf/design.txt 0 additions, 1 deletiontools/perf/design.txt
- tools/perf/perf.h 2 additions, 2 deletionstools/perf/perf.h
- tools/perf/tests/vmlinux-kallsyms.c 0 additions, 10 deletionstools/perf/tests/vmlinux-kallsyms.c
- tools/perf/util/event.c 17 additions, 19 deletionstools/perf/util/event.c
- tools/perf/util/event.h 4 additions, 2 deletionstools/perf/util/event.h
- tools/perf/util/include/asm/hash.h 6 additions, 0 deletionstools/perf/util/include/asm/hash.h
- tools/perf/util/machine.c 34 additions, 8 deletionstools/perf/util/machine.c
- tools/perf/util/machine.h 2 additions, 0 deletionstools/perf/util/machine.h
- tools/perf/util/map.c 3 additions, 2 deletionstools/perf/util/map.c
- tools/perf/util/map.h 1 addition, 0 deletionstools/perf/util/map.h
- tools/perf/util/symbol-elf.c 3 additions, 1 deletiontools/perf/util/symbol-elf.c
- tools/perf/util/symbol.c 59 additions, 6 deletionstools/perf/util/symbol.c
Loading
Please register or sign in to comment