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: * Make per-cpu mmaps the default in 'perf record', from Adrian Hunter. * Default -t/--thread 'perf record' option to no inheritance, from Adrian Hunter. * Make 'perf top -g' refer to callchains, for consistency with other tools, from David Ahern. * Skip ignored symbols while printing callchain, from David Ahern. * Print callchains and symbols if they exist in 'perf script', from David Ahern. * Remove thread summary coloring in 'perf trace', from Pekka Enberg. * zsh completion support, from Ramkumar Ramachandra. * 'perf timechart' improvements, including backtrace support, from Stanislav Fomichev. * Fix using kcore files stored in the buildid cache when doing report/annotate in non-live sessions, from Adrian Hunter * Minor 'timechart' cleanups. * Fix tags/TAGS targets rebuilding, from Jiri Olsa. * Add options to show comm, fork, exit and mmap PERF_RECORD_ events in 'perf script', from Namhyung Kim. 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 6 additions, 1 deletiontools/lib/traceevent/event-parse.c
- tools/perf/Documentation/perf-record.txt 7 additions, 5 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-script.txt 6 additions, 0 deletionstools/perf/Documentation/perf-script.txt
- tools/perf/Documentation/perf-timechart.txt 22 additions, 4 deletionstools/perf/Documentation/perf-timechart.txt
- tools/perf/Documentation/perf-top.txt 2 additions, 3 deletionstools/perf/Documentation/perf-top.txt
- tools/perf/Makefile 6 additions, 1 deletiontools/perf/Makefile
- tools/perf/Makefile.perf 2 additions, 2 deletionstools/perf/Makefile.perf
- tools/perf/builtin-record.c 9 additions, 4 deletionstools/perf/builtin-record.c
- tools/perf/builtin-script.c 203 additions, 6 deletionstools/perf/builtin-script.c
- tools/perf/builtin-timechart.c 282 additions, 136 deletionstools/perf/builtin-timechart.c
- tools/perf/builtin-top.c 4 additions, 25 deletionstools/perf/builtin-top.c
- tools/perf/builtin-trace.c 2 additions, 11 deletionstools/perf/builtin-trace.c
- tools/perf/perf-completion.sh 88 additions, 12 deletionstools/perf/perf-completion.sh
- tools/perf/perf.h 1 addition, 0 deletionstools/perf/perf.h
- tools/perf/tests/attr/test-record-no-inherit 1 addition, 1 deletiontools/perf/tests/attr/test-record-no-inherit
- tools/perf/util/event.c 1 addition, 2 deletionstools/perf/util/event.c
- tools/perf/util/evlist.c 4 additions, 2 deletionstools/perf/util/evlist.c
- tools/perf/util/evsel.c 3 additions, 2 deletionstools/perf/util/evsel.c
- tools/perf/util/parse-options.c 21 additions, 0 deletionstools/perf/util/parse-options.c
- tools/perf/util/parse-options.h 8 additions, 0 deletionstools/perf/util/parse-options.h
Loading
Please register or sign in to comment