Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "Mostly tooling fixes, but also some kernel side fixes: uncore PMU driver fix, user regs sampling fix and an instruction decoder fix that unbreaks PEBS precise sampling" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/uncore/hsw-ep: Handle systems with only two SBOXes perf/x86_64: Improve user regs sampling perf: Move task_pt_regs sampling into arch code x86: Fix off-by-one in instruction decoder perf hists browser: Fix segfault when showing callchain perf callchain: Free callchains when hist entries are deleted perf hists: Fix children sort key behavior perf diff: Fix to sort by baseline field by default perf list: Fix --raw-dump option perf probe: Fix crash in dwarf_getcfi_elf perf probe: Fix to fall back to find probe point in symbols perf callchain: Append callchains only when requested perf ui/tui: Print backtrace symbols when segfault occurs perf report: Show progress bar for output resorting
Showing
- arch/arm/kernel/perf_regs.c 8 additions, 0 deletionsarch/arm/kernel/perf_regs.c
- arch/arm64/kernel/perf_regs.c 8 additions, 0 deletionsarch/arm64/kernel/perf_regs.c
- arch/x86/kernel/cpu/perf_event_intel_uncore.h 1 addition, 1 deletionarch/x86/kernel/cpu/perf_event_intel_uncore.h
- arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c 17 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c
- arch/x86/kernel/perf_regs.c 90 additions, 0 deletionsarch/x86/kernel/perf_regs.c
- arch/x86/lib/insn.c 1 addition, 1 deletionarch/x86/lib/insn.c
- include/linux/perf_event.h 7 additions, 5 deletionsinclude/linux/perf_event.h
- include/linux/perf_regs.h 16 additions, 0 deletionsinclude/linux/perf_regs.h
- kernel/events/core.c 8 additions, 11 deletionskernel/events/core.c
- tools/perf/builtin-annotate.c 1 addition, 1 deletiontools/perf/builtin-annotate.c
- tools/perf/builtin-diff.c 45 additions, 1 deletiontools/perf/builtin-diff.c
- tools/perf/builtin-list.c 10 additions, 3 deletionstools/perf/builtin-list.c
- tools/perf/builtin-report.c 22 additions, 2 deletionstools/perf/builtin-report.c
- tools/perf/builtin-top.c 2 additions, 2 deletionstools/perf/builtin-top.c
- tools/perf/tests/hists_cumulate.c 33 additions, 33 deletionstools/perf/tests/hists_cumulate.c
- tools/perf/tests/hists_filter.c 1 addition, 1 deletiontools/perf/tests/hists_filter.c
- tools/perf/tests/hists_output.c 5 additions, 5 deletionstools/perf/tests/hists_output.c
- tools/perf/ui/browsers/hists.c 1 addition, 1 deletiontools/perf/ui/browsers/hists.c
- tools/perf/ui/hist.c 3 additions, 0 deletionstools/perf/ui/hist.c
- tools/perf/ui/tui/setup.c 24 additions, 2 deletionstools/perf/ui/tui/setup.c
Please register or sign in to comment