Merge tag 'perf-core-for-mingo-4.11-20170126' of...
Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core Pull the latest perf/core updates from Arnaldo Carvalho de Melo: New features: - Introduce 'perf ftrace' a perf front end to the kernel's ftrace function and function_graph tracer, defaulting to the "function_graph" tracer, more work will be done in reviving this effort, forward porting it from its initial patch submission (Namhyung Kim) - Add 'e' and 'c' hotkeys to expand/collapse call chains for a single hist entry in the 'perf report' and 'perf top' TUI (Jiri Olsa) Fixes: - Fix wrong register name for arm64, used in 'perf probe' (He Kuang) - Fix map offsets in relocation in libbpf (Joe Stringer) - Fix looking up dwarf unwind stack info (Matija Glavinic Pecotic) Infrastructure changes: - libbpf prog functions sync with what is exported via uapi (Joe Stringer) Trivial changes: - Remove unnecessary checks and assignments in 'perf probe's try_to_find_absolute_address() (Markus Elfring) Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
No related branches found
No related tags found
Showing
- tools/lib/bpf/libbpf.c 41 additions, 28 deletionstools/lib/bpf/libbpf.c
- tools/lib/bpf/libbpf.h 13 additions, 1 deletiontools/lib/bpf/libbpf.h
- tools/perf/Build 1 addition, 0 deletionstools/perf/Build
- tools/perf/Documentation/perf-c2c.txt 1 addition, 1 deletiontools/perf/Documentation/perf-c2c.txt
- tools/perf/Documentation/perf-ftrace.txt 36 additions, 0 deletionstools/perf/Documentation/perf-ftrace.txt
- tools/perf/arch/arm64/include/dwarf-regs-table.h 6 additions, 6 deletionstools/perf/arch/arm64/include/dwarf-regs-table.h
- tools/perf/builtin-c2c.c 2 additions, 1 deletiontools/perf/builtin-c2c.c
- tools/perf/builtin-ftrace.c 243 additions, 0 deletionstools/perf/builtin-ftrace.c
- tools/perf/builtin.h 1 addition, 0 deletionstools/perf/builtin.h
- tools/perf/command-list.txt 1 addition, 0 deletionstools/perf/command-list.txt
- tools/perf/perf.c 1 addition, 0 deletionstools/perf/perf.c
- tools/perf/tests/llvm.c 1 addition, 1 deletiontools/perf/tests/llvm.c
- tools/perf/ui/browsers/hists.c 42 additions, 18 deletionstools/perf/ui/browsers/hists.c
- tools/perf/util/dso.c 37 additions, 11 deletionstools/perf/util/dso.c
- tools/perf/util/header.c 3 additions, 1 deletiontools/perf/util/header.c
- tools/perf/util/probe-event.c 4 additions, 7 deletionstools/perf/util/probe-event.c
- tools/perf/util/scripting-engines/trace-event-perl.c 4 additions, 2 deletionstools/perf/util/scripting-engines/trace-event-perl.c
- tools/perf/util/trace-event-info.c 32 additions, 1 deletiontools/perf/util/trace-event-info.c
- tools/perf/util/trace-event-parse.c 17 additions, 0 deletionstools/perf/util/trace-event-parse.c
- tools/perf/util/trace-event-read.c 64 additions, 13 deletionstools/perf/util/trace-event-read.c
Loading
Please register or sign in to comment