Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tool fixes from Thomas Gleixner: "A couple of fixes for perf tools: - Build system updates - Plug a memory leak in an error path of perf probe - Tear down probes correctly when adding fails - Fixes to the perf symbol handling - Fix ordering of event processing in buildid-list - Fix per DSO filtering in the histogram browser" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf probe: Clear probe_trace_event when add_probe_trace_event() fails perf probe: Fix memory leaking on failure by clearing all probe_trace_events perf inject: Also re-pipe lost_samples event perf buildid-list: Requires ordered events perf symbols: Fix dso lookup by long name and missing buildids perf symbols: Allow forcing reading of non-root owned files by root perf hists browser: The dso can be obtained from popup_action->ms.map->dso perf hists browser: Fix 'd' hotkey action to filter by DSO perf symbols: Rebuild rbtree when adjusting symbols for kcore tools: Add a "make all" rule tools: Actually install tmon in the install rule
Showing
- tools/Makefile 10 additions, 1 deletiontools/Makefile
- tools/perf/builtin-inject.c 1 addition, 0 deletionstools/perf/builtin-inject.c
- tools/perf/builtin-report.c 3 additions, 3 deletionstools/perf/builtin-report.c
- tools/perf/ui/browsers/hists.c 1 addition, 6 deletionstools/perf/ui/browsers/hists.c
- tools/perf/util/build-id.c 1 addition, 0 deletionstools/perf/util/build-id.c
- tools/perf/util/dso.c 17 additions, 0 deletionstools/perf/util/dso.c
- tools/perf/util/dso.h 1 addition, 0 deletionstools/perf/util/dso.h
- tools/perf/util/machine.c 1 addition, 0 deletionstools/perf/util/machine.c
- tools/perf/util/probe-finder.c 17 additions, 7 deletionstools/perf/util/probe-finder.c
- tools/perf/util/symbol.c 16 additions, 18 deletionstools/perf/util/symbol.c
- tools/perf/util/symbol.h 1 addition, 0 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment