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: . Check for flex and bison before continuing building, from Borislav Petkov. . Make event_copy local to mmaps, fixing buffer wrap around problems, from David Ahern. . Add option for runtime switching perf data file in perf report, just press 's' and a menu with the valid files found in the current directory will be presented, from Feng Tang. . Add support to display whole group data for raw columns, from Jiri Olsa. . Fix SIGALRM and pipe read race for the rwtop perl script. from Jiri Olsa. . Fix perf_evsel::exclude_GH handling and add a test to catch regressions, from Jiri Olsa. . Error checking fixes, from Namhyung Kim. . Fix calloc argument ordering, from Paul Gortmaker. . Fix set event list leader, from Stephane Eranian. . Add per processor socket count aggregation in perf stat, from Stephane Eranian. . Fix perf python binding breakage. 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/perf/Documentation/perf-stat.txt 8 additions, 1 deletiontools/perf/Documentation/perf-stat.txt
- tools/perf/Makefile 10 additions, 3 deletionstools/perf/Makefile
- tools/perf/builtin-annotate.c 2 additions, 1 deletiontools/perf/builtin-annotate.c
- tools/perf/builtin-diff.c 3 additions, 1 deletiontools/perf/builtin-diff.c
- tools/perf/builtin-evlist.c 2 additions, 2 deletionstools/perf/builtin-evlist.c
- tools/perf/builtin-report.c 29 additions, 12 deletionstools/perf/builtin-report.c
- tools/perf/builtin-stat.c 115 additions, 11 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-top.c 2 additions, 1 deletiontools/perf/builtin-top.c
- tools/perf/perf.h 0 additions, 26 deletionstools/perf/perf.h
- tools/perf/scripts/perl/rwtop.pl 5 additions, 1 deletiontools/perf/scripts/perl/rwtop.pl
- tools/perf/tests/hists_link.c 2 additions, 1 deletiontools/perf/tests/hists_link.c
- tools/perf/tests/parse-events.c 177 additions, 1 deletiontools/perf/tests/parse-events.c
- tools/perf/ui/browsers/hists.c 111 additions, 1 deletiontools/perf/ui/browsers/hists.c
- tools/perf/ui/hist.c 26 additions, 27 deletionstools/perf/ui/hist.c
- tools/perf/ui/keysyms.h 1 addition, 0 deletionstools/perf/ui/keysyms.h
- tools/perf/util/callchain.c 1 addition, 1 deletiontools/perf/util/callchain.c
- tools/perf/util/cpumap.c 54 additions, 0 deletionstools/perf/util/cpumap.c
- tools/perf/util/cpumap.h 9 additions, 0 deletionstools/perf/util/cpumap.h
- tools/perf/util/evlist.c 3 additions, 4 deletionstools/perf/util/evlist.c
- tools/perf/util/evlist.h 28 additions, 1 deletiontools/perf/util/evlist.h
Loading
Please register or sign in to comment