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 larger than usual: the main reason are the ARM symbol lookup speedups that came in late and were hard to resist. There's also a kprobes fix and various tooling fixes, plus the minimal re-enablement of the mmap2 support interface" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (36 commits) x86/kprobes: Fix build errors and blacklist context_track_user perf tests: Add test for closing dso objects on EMFILE error perf tests: Add test for caching dso file descriptors perf tests: Allow reuse of test_file function perf tests: Spawn child for each test perf tools: Add dso__data_* interface descriptons perf tools: Allow to close dso fd in case of open failure perf tools: Add file size check and factor dso__data_read_offset perf tools: Cache dso data file descriptor perf tools: Add global count of opened dso objects perf tools: Add global list of opened dso objects perf tools: Add data_fd into dso object perf tools: Separate dso data related variables perf tools: Cache register accesses for unwind processing perf record: Fix to honor user freq/interval properly perf timechart: Reflow documentation perf probe: Improve error messages in --line option perf probe: Improve an error message of perf probe --vars mode perf probe: Show error code and description in verbose mode perf probe: Improve error message for unknown member of data structure ...
No related branches found
No related tags found
Showing
- arch/x86/kernel/traps.c 4 additions, 3 deletionsarch/x86/kernel/traps.c
- include/uapi/linux/perf_event.h 1 addition, 0 deletionsinclude/uapi/linux/perf_event.h
- kernel/context_tracking.c 3 additions, 0 deletionskernel/context_tracking.c
- kernel/events/core.c 33 additions, 4 deletionskernel/events/core.c
- tools/lib/traceevent/event-parse.c 113 additions, 0 deletionstools/lib/traceevent/event-parse.c
- tools/lib/traceevent/event-parse.h 22 additions, 3 deletionstools/lib/traceevent/event-parse.h
- tools/lib/traceevent/event-plugin.c 202 additions, 1 deletiontools/lib/traceevent/event-plugin.c
- tools/lib/traceevent/plugin_function.c 37 additions, 6 deletionstools/lib/traceevent/plugin_function.c
- tools/perf/Documentation/perf-report.txt 23 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/Documentation/perf-timechart.txt 20 additions, 21 deletionstools/perf/Documentation/perf-timechart.txt
- tools/perf/Makefile.perf 3 additions, 3 deletionstools/perf/Makefile.perf
- tools/perf/builtin-inject.c 1 addition, 1 deletiontools/perf/builtin-inject.c
- tools/perf/builtin-probe.c 14 additions, 9 deletionstools/perf/builtin-probe.c
- tools/perf/config/Makefile 5 additions, 1 deletiontools/perf/config/Makefile
- tools/perf/perf.c 1 addition, 0 deletionstools/perf/perf.c
- tools/perf/tests/builtin-test.c 40 additions, 2 deletionstools/perf/tests/builtin-test.c
- tools/perf/tests/dso-data.c 210 additions, 4 deletionstools/perf/tests/dso-data.c
- tools/perf/tests/dwarf-unwind.c 1 addition, 1 deletiontools/perf/tests/dwarf-unwind.c
- tools/perf/tests/make 2 additions, 5 deletionstools/perf/tests/make
- tools/perf/tests/tests.h 2 additions, 0 deletionstools/perf/tests/tests.h
Loading
Please register or sign in to comment