Merge tag 'perf-core-for-mingo-4.14-20170821' of...
Merge tag 'perf-core-for-mingo-4.14-20170821' 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: - Support --show-nr-samples in annotate's --stdio and --tui, using the existing 't' toggle to circulate 'percent', 'total-period' and 'nr-samples' as the first column (Taeung Song) - Support FCMask and PortMask in JSON vendor events (Andi Kleen) - Fix off by one string allocation problem in 'perf trace' (Arnaldo Carvalho de Melo) - Use just one parse events state struct in yyparse(), fixing one reported segfault when a routine received a different data struct, smaller than the one it expected to use (Arnaldo Carvalho de Melo) - Remove unused cpu_relax() macros, they stopped being used when tools/perf lived in Documentation/ (Arnaldo Carvalho de Melo) - Fix double file test in libbpf's Makefile (Daniel Díaz): 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/bpf/Makefile 2 additions, 2 deletionstools/lib/bpf/Makefile
- tools/perf/Documentation/perf-annotate.txt 6 additions, 0 deletionstools/perf/Documentation/perf-annotate.txt
- tools/perf/builtin-annotate.c 14 additions, 2 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-trace.c 1 addition, 1 deletiontools/perf/builtin-trace.c
- tools/perf/perf-sys.h 2 additions, 26 deletionstools/perf/perf-sys.h
- tools/perf/pmu-events/jevents.c 2 additions, 0 deletionstools/perf/pmu-events/jevents.c
- tools/perf/tests/bpf.c 8 additions, 8 deletionstools/perf/tests/bpf.c
- tools/perf/ui/browsers/annotate.c 19 additions, 6 deletionstools/perf/ui/browsers/annotate.c
- tools/perf/util/annotate.c 5 additions, 1 deletiontools/perf/util/annotate.c
- tools/perf/util/header.c 0 additions, 3 deletionstools/perf/util/header.c
- tools/perf/util/parse-events.c 48 additions, 48 deletionstools/perf/util/parse-events.c
- tools/perf/util/parse-events.h 8 additions, 11 deletionstools/perf/util/parse-events.h
- tools/perf/util/parse-events.y 44 additions, 50 deletionstools/perf/util/parse-events.y
Loading
Please register or sign in to comment