Merge tag 'perf-core-for-mingo' of...
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: * Add new COMM infrastructure, further improving histogram processing, from Frédéric Weisbecker, one fix from Namhyung Kim. * Enhance option parse error message, showing just the help lines of the options affected, from Namhyung Kim. * Fixup PERF_SAMPLE_TRANSACTION handling in sample synthesizing and 'perf test', from Adrian Hunter. * Set up output options for in-stream attributes, from Adrian Hunter. * Fix 32-bit cross build, from Adrian Hunter. * Fix libunwind build and feature detection for 32-bit build, from Adrian Hunter. * Always use perf_evsel__set_sample_bit to set sample_type, from Adrian Hunter. perf evlist: Add a debug print if event buffer mmap fails * Add missing data.h into LIB_H headers, fix from Jiri Olsa. * libtraceevent updates from upstream trace-cmd repo, from Steven Rostedt. 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/traceevent/event-parse.c 124 additions, 41 deletionstools/lib/traceevent/event-parse.c
- tools/lib/traceevent/event-parse.h 12 additions, 2 deletionstools/lib/traceevent/event-parse.h
- tools/perf/Makefile.perf 4 additions, 1 deletiontools/perf/Makefile.perf
- tools/perf/builtin-kmem.c 1 addition, 1 deletiontools/perf/builtin-kmem.c
- tools/perf/builtin-lock.c 1 addition, 1 deletiontools/perf/builtin-lock.c
- tools/perf/builtin-report.c 16 additions, 14 deletionstools/perf/builtin-report.c
- tools/perf/builtin-sched.c 8 additions, 8 deletionstools/perf/builtin-sched.c
- tools/perf/builtin-script.c 51 additions, 19 deletionstools/perf/builtin-script.c
- tools/perf/builtin-stat.c 27 additions, 15 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-top.c 6 additions, 4 deletionstools/perf/builtin-top.c
- tools/perf/builtin-trace.c 8 additions, 8 deletionstools/perf/builtin-trace.c
- tools/perf/config/Makefile 5 additions, 3 deletionstools/perf/config/Makefile
- tools/perf/config/feature-checks/Makefile 3 additions, 3 deletionstools/perf/config/feature-checks/Makefile
- tools/perf/tests/code-reading.c 1 addition, 1 deletiontools/perf/tests/code-reading.c
- tools/perf/tests/hists_link.c 3 additions, 3 deletionstools/perf/tests/hists_link.c
- tools/perf/tests/sample-parsing.c 6 additions, 1 deletiontools/perf/tests/sample-parsing.c
- tools/perf/ui/browsers/hists.c 5 additions, 5 deletionstools/perf/ui/browsers/hists.c
- tools/perf/util/comm.c 121 additions, 0 deletionstools/perf/util/comm.c
- tools/perf/util/comm.h 21 additions, 0 deletionstools/perf/util/comm.h
- tools/perf/util/event.c 16 additions, 16 deletionstools/perf/util/event.c
Loading
Please register or sign in to comment