Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: - Make /sys/devices/cpu/rdpmc based RDPMC enforcement more instantaneous - decoder: Update the Intel opcode map - Various tooling fixes, including a few late optimizations and cleanups. * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits) perf script: Fix invalid LBR/binary mismatch error perf script: Fix brstackinsn for AUXTRACE perf affinity: Add infrastructure to save/restore affinity perf pmu: Use file system cache to optimize sysfs access perf regs: Make perf_reg_name() return "unknown" instead of NULL perf diff: Use llabs() with 64-bit values perf diff: Use llabs() with 64-bit values perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0 perf tools: Allow to link with libbpf dynamicaly perf tests: Rename tests/map_groups.c to tests/maps.c perf tests: Rename thread-mg-share to thread-maps-share perf maps: Rename map_groups.h to maps.h perf maps: Rename 'mg' variables to 'maps' perf map_symbol: Rename ms->mg to ms->maps perf addr_location: Rename al->mg to al->maps perf thread: Rename thread->mg to thread->maps perf maps: Merge 'struct maps' with 'struct map_groups' x86/insn: perf tools: Add some more instructions to the new instructions test x86/insn: Add some more Intel instructions to the opcode map perf map: Remove unused functions ...
Showing
- arch/x86/events/core.c 12 additions, 6 deletionsarch/x86/events/core.c
- arch/x86/include/asm/mmu_context.h 3 additions, 1 deletionarch/x86/include/asm/mmu_context.h
- arch/x86/lib/x86-opcode-map.txt 32 additions, 12 deletionsarch/x86/lib/x86-opcode-map.txt
- tools/arch/x86/lib/x86-opcode-map.txt 32 additions, 12 deletionstools/arch/x86/lib/x86-opcode-map.txt
- tools/build/Makefile.feature 2 additions, 1 deletiontools/build/Makefile.feature
- tools/build/feature/Makefile 4 additions, 0 deletionstools/build/feature/Makefile
- tools/build/feature/test-libbpf.c 7 additions, 0 deletionstools/build/feature/test-libbpf.c
- tools/perf/Makefile.config 10 additions, 0 deletionstools/perf/Makefile.config
- tools/perf/Makefile.perf 5 additions, 1 deletiontools/perf/Makefile.perf
- tools/perf/arch/arm/tests/dwarf-unwind.c 2 additions, 2 deletionstools/perf/arch/arm/tests/dwarf-unwind.c
- tools/perf/arch/arm64/tests/dwarf-unwind.c 2 additions, 2 deletionstools/perf/arch/arm64/tests/dwarf-unwind.c
- tools/perf/arch/powerpc/tests/dwarf-unwind.c 2 additions, 2 deletionstools/perf/arch/powerpc/tests/dwarf-unwind.c
- tools/perf/arch/s390/annotate/instructions.c 1 addition, 1 deletiontools/perf/arch/s390/annotate/instructions.c
- tools/perf/arch/x86/tests/dwarf-unwind.c 2 additions, 2 deletionstools/perf/arch/x86/tests/dwarf-unwind.c
- tools/perf/arch/x86/tests/insn-x86-dat-32.c 366 additions, 0 deletionstools/perf/arch/x86/tests/insn-x86-dat-32.c
- tools/perf/arch/x86/tests/insn-x86-dat-64.c 484 additions, 0 deletionstools/perf/arch/x86/tests/insn-x86-dat-64.c
- tools/perf/arch/x86/tests/insn-x86-dat-src.c 655 additions, 0 deletionstools/perf/arch/x86/tests/insn-x86-dat-src.c
- tools/perf/arch/x86/util/event.c 2 additions, 3 deletionstools/perf/arch/x86/util/event.c
- tools/perf/builtin-diff.c 3 additions, 3 deletionstools/perf/builtin-diff.c
- tools/perf/builtin-report.c 1 addition, 6 deletionstools/perf/builtin-report.c
Please register or sign in to comment