Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "No kernel side changes, all tooling fixes plus two tooling cleanups that were committed late in the merge window alongside the perf annotate fixes, delayed by Arnaldo's European trip" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits) perf annotate: Fix segfault with source toggle perf annotate: Align struct annotate_args perf annotate: Simplify disasm_line allocation and freeing code perf annotate: Remove privsize from symbol__annotate() args perf probe: Check return value of strlist__add() for -ENOMEM perf config: Document missing config options perf annotate: Fix perf config option description perf annotate: Prefer cmdline option over default config perf annotate: Make perf config effective perf config: Introduce perf_config_u8() perf annotate: Fix --show-nr-samples for tui/stdio2 perf annotate: Fix --show-total-period for tui/stdio2 perf annotate/tui: Re-render title bar after switching back from script browser tools headers UAPI: Update tools's copy of kvm.h headers tools arch x86: Sync the msr-index.h copy with the kernel sources perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources perf auxtrace: Add auxtrace_record__read_finish() perf arm-spe: Fix endless record after being terminated perf cs-etm: Fix endless record after being terminated perf intel-bts: Fix endless record after being terminated ...
No related branches found
No related tags found
Showing
- tools/arch/x86/include/asm/msr-index.h 2 additions, 0 deletionstools/arch/x86/include/asm/msr-index.h
- tools/arch/x86/include/uapi/asm/kvm.h 1 addition, 0 deletionstools/arch/x86/include/uapi/asm/kvm.h
- tools/perf/Documentation/perf-config.txt 73 additions, 1 deletiontools/perf/Documentation/perf-config.txt
- tools/perf/arch/arm/util/cs-etm.c 2 additions, 16 deletionstools/perf/arch/arm/util/cs-etm.c
- tools/perf/arch/arm64/util/arm-spe.c 2 additions, 15 deletionstools/perf/arch/arm64/util/arm-spe.c
- tools/perf/arch/powerpc/entry/syscalls/syscall.tbl 2 additions, 0 deletionstools/perf/arch/powerpc/entry/syscalls/syscall.tbl
- tools/perf/arch/x86/util/intel-bts.c 2 additions, 15 deletionstools/perf/arch/x86/util/intel-bts.c
- tools/perf/arch/x86/util/intel-pt.c 2 additions, 15 deletionstools/perf/arch/x86/util/intel-pt.c
- tools/perf/builtin-annotate.c 2 additions, 2 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-probe.c 4 additions, 2 deletionstools/perf/builtin-probe.c
- tools/perf/builtin-report.c 1 addition, 1 deletiontools/perf/builtin-report.c
- tools/perf/builtin-top.c 2 additions, 2 deletionstools/perf/builtin-top.c
- tools/perf/include/bpf/pid_filter.h 1 addition, 1 deletiontools/perf/include/bpf/pid_filter.h
- tools/perf/include/bpf/stdio.h 1 addition, 1 deletiontools/perf/include/bpf/stdio.h
- tools/perf/include/bpf/unistd.h 1 addition, 1 deletiontools/perf/include/bpf/unistd.h
- tools/perf/tests/shell/lib/probe_vfs_getname.sh 1 addition, 1 deletiontools/perf/tests/shell/lib/probe_vfs_getname.sh
- tools/perf/ui/browsers/annotate.c 9 additions, 10 deletionstools/perf/ui/browsers/annotate.c
- tools/perf/ui/gtk/annotate.c 1 addition, 1 deletiontools/perf/ui/gtk/annotate.c
- tools/perf/util/annotate.c 75 additions, 119 deletionstools/perf/util/annotate.c
- tools/perf/util/annotate.h 3 additions, 6 deletionstools/perf/util/annotate.h
Loading
Please register or sign in to comment