-
- Downloads
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: "Kernel side changes: - Improved kbprobes robustness - Intel PEBS support for PT hardware tracing - Other Intel PT improvements: high order pages memory footprint reduction and various related cleanups - Misc cleanups The perf tooling side has been very busy in this cycle, with over 300 commits. This is an incomplete high-level summary of the many improvements done by over 30 developers: - Lots of updates to the following tools: 'perf c2c' 'perf config' 'perf record' 'perf report' 'perf script' 'perf test' 'perf top' 'perf trace' - Updates to libperf and libtraceevent, and a consolidation of the proliferation of x86 instruction decoder libraries. - Vendor event updates for Intel and PowerPC CPUs, - Updates to hardware tracing tooling for ARM and Intel CPUs, - ... and lots of other changes and cleanups - see the shortlog and Git log for details" * 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (322 commits) kprobes: Prohibit probing on BUG() and WARN() address perf/x86: Make more stuff static x86, perf: Fix the dependency of the x86 insn decoder selftest objtool: Ignore intentional differences for the x86 insn decoder objtool: Update sync-check.sh from perf's check-headers.sh perf build: Ignore intentional differences for the x86 insn decoder perf intel-pt: Use shared x86 insn decoder perf intel-pt: Remove inat.c from build dependency list perf: Update .gitignore file objtool: Move x86 insn decoder to a common location perf metricgroup: Support multiple events for metricgroup perf metricgroup: Scale the metric result perf pmu: Change convert_scale from static to global perf symbols: Move mem_info and branch_info out of symbol.h perf auxtrace: Uninline functions that touch perf_session perf tools: Remove needless evlist.h include directives perf tools: Remove needless evlist.h include directives perf tools: Remove needless thread_map.h include directives perf tools: Remove needless thread.h include directives perf tools: Remove needless map.h include directives ...
Showing
- arch/x86/Kconfig.debug 1 addition, 1 deletionarch/x86/Kconfig.debug
- arch/x86/events/core.c 34 additions, 0 deletionsarch/x86/events/core.c
- arch/x86/events/intel/core.c 18 additions, 0 deletionsarch/x86/events/intel/core.c
- arch/x86/events/intel/cstate.c 2 additions, 2 deletionsarch/x86/events/intel/cstate.c
- arch/x86/events/intel/ds.c 50 additions, 1 deletionarch/x86/events/intel/ds.c
- arch/x86/events/intel/lbr.c 1 addition, 1 deletionarch/x86/events/intel/lbr.c
- arch/x86/events/intel/pt.c 209 additions, 121 deletionsarch/x86/events/intel/pt.c
- arch/x86/events/intel/pt.h 6 additions, 6 deletionsarch/x86/events/intel/pt.h
- arch/x86/events/intel/rapl.c 1 addition, 1 deletionarch/x86/events/intel/rapl.c
- arch/x86/events/msr.c 1 addition, 1 deletionarch/x86/events/msr.c
- arch/x86/events/perf_event.h 17 additions, 0 deletionsarch/x86/events/perf_event.h
- arch/x86/include/asm/intel_pt.h 2 additions, 0 deletionsarch/x86/include/asm/intel_pt.h
- arch/x86/include/asm/msr-index.h 4 additions, 0 deletionsarch/x86/include/asm/msr-index.h
- include/linux/bug.h 5 additions, 0 deletionsinclude/linux/bug.h
- include/linux/perf_event.h 14 additions, 0 deletionsinclude/linux/perf_event.h
- include/uapi/linux/perf_event.h 2 additions, 1 deletioninclude/uapi/linux/perf_event.h
- kernel/events/core.c 93 additions, 0 deletionskernel/events/core.c
- kernel/kprobes.c 2 additions, 1 deletionkernel/kprobes.c
- tools/Makefile 2 additions, 2 deletionstools/Makefile
- tools/arch/x86/include/asm/cpufeatures.h 3 additions, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
Loading
Please register or sign in to comment