Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "This is mostly tooling fixes, plus an instruction pointer filtering fix. It's more fixes than usual - Arnaldo got back from a longer vacation and there was a backlog" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (27 commits) perf symbols: Kill dso__build_id_is_kmod() perf symbols: Keep DSO->symtab_type after decompress perf tests: Decompress kernel module before objdump perf tools: Consolidate error path in __open_dso() perf tools: Decompress kernel module when reading DSO data perf annotate: Use dso__decompress_kmodule_path() perf tools: Introduce dso__decompress_kmodule_{fd,path} perf tools: Fix a memory leak in __open_dso() perf annotate: Fix symbolic link of build-id cache perf/core: Drop kernel samples even though :u is specified perf script python: Remove dups in documentation examples perf script python: Updated trace_unhandled() signature perf script python: Fix wrong code snippets in documentation perf script: Fix documentation errors perf script: Fix outdated comment for perf-trace-python perf probe: Fix examples section of documentation perf report: Ensure the perf DSO mapping matches what libdw sees perf report: Include partial stacks unwound with libdw perf annotate: Add missing powerpc triplet perf test: Disable breakpoint signal tests for powerpc ...
No related branches found
No related tags found
Showing
- kernel/events/core.c 21 additions, 0 deletionskernel/events/core.c
- tools/perf/Documentation/perf-probe.txt 6 additions, 2 deletionstools/perf/Documentation/perf-probe.txt
- tools/perf/Documentation/perf-script-perl.txt 1 addition, 1 deletiontools/perf/Documentation/perf-script-perl.txt
- tools/perf/Documentation/perf-script-python.txt 9 additions, 14 deletionstools/perf/Documentation/perf-script-python.txt
- tools/perf/arch/common.c 1 addition, 0 deletionstools/perf/arch/common.c
- tools/perf/builtin-stat.c 4 additions, 1 deletiontools/perf/builtin-stat.c
- tools/perf/builtin-trace.c 4 additions, 0 deletionstools/perf/builtin-trace.c
- tools/perf/tests/bp_signal.c 14 additions, 0 deletionstools/perf/tests/bp_signal.c
- tools/perf/tests/builtin-test.c 7 additions, 0 deletionstools/perf/tests/builtin-test.c
- tools/perf/tests/code-reading.c 19 additions, 1 deletiontools/perf/tests/code-reading.c
- tools/perf/tests/tests.h 3 additions, 0 deletionstools/perf/tests/tests.h
- tools/perf/util/annotate.c 43 additions, 29 deletionstools/perf/util/annotate.c
- tools/perf/util/build-id.c 0 additions, 45 deletionstools/perf/util/build-id.c
- tools/perf/util/build-id.h 0 additions, 1 deletiontools/perf/util/build-id.h
- tools/perf/util/dso.c 94 additions, 6 deletionstools/perf/util/dso.c
- tools/perf/util/dso.h 9 additions, 0 deletionstools/perf/util/dso.h
- tools/perf/util/header.c 10 additions, 2 deletionstools/perf/util/header.c
- tools/perf/util/machine.c 1 addition, 10 deletionstools/perf/util/machine.c
- tools/perf/util/scripting-engines/trace-event-python.c 1 addition, 1 deletiontools/perf/util/scripting-engines/trace-event-python.c
- tools/perf/util/symbol-elf.c 3 additions, 38 deletionstools/perf/util/symbol-elf.c
Loading
Please register or sign in to comment