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: - Rename libtraceevent 'private' struct member to 'priv' so that it works in C++, from Steven Rostedt - Remove lots of exit()/die() calls from tools so that the main perf exit routine can take place, from David Ahern - Fix x86 build on x86-64, from David Ahern. - Remove some headers that prevented perf from building on Android, from David Ahern - {int,str,rb}list fixes from Suzuki K Poulose - perf.data header fixes from Namhyung Kim - Replace needless mempcpy with memcpy, to allow build on Android, from Irina Tirdea - Allow user to indicate objdump path, needed in cross environments, from Maciek Borzecki - Fix hardware cache event name generation, fix from Jiri Olsa - Add round trip test for sw, hw and cache event names, catching the problem Jiri fixed, after Jiri's patch, the test passes successfully. - Clean target should do clean for lib/traceevent too, fix from David Ahern - Check the right variable for allocation failure, fix from Namhyung Kim - Set up evsel->tp_format regardless of evsel->name being set already, fix from Namhyung Kim Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- tools/lib/traceevent/event-parse.h 2 additions, 2 deletionstools/lib/traceevent/event-parse.h
- tools/perf/Documentation/perf-annotate.txt 3 additions, 0 deletionstools/perf/Documentation/perf-annotate.txt
- tools/perf/Documentation/perf-report.txt 3 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/Makefile 6 additions, 3 deletionstools/perf/Makefile
- tools/perf/builtin-annotate.c 2 additions, 0 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-help.c 34 additions, 14 deletionstools/perf/builtin-help.c
- tools/perf/builtin-lock.c 124 additions, 57 deletionstools/perf/builtin-lock.c
- tools/perf/builtin-record.c 109 additions, 49 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 2 additions, 0 deletionstools/perf/builtin-report.c
- tools/perf/builtin-script.c 41 additions, 19 deletionstools/perf/builtin-script.c
- tools/perf/builtin-stat.c 4 additions, 3 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-test.c 114 additions, 0 deletionstools/perf/builtin-test.c
- tools/perf/util/annotate.c 3 additions, 1 deletiontools/perf/util/annotate.c
- tools/perf/util/annotate.h 1 addition, 0 deletionstools/perf/util/annotate.h
- tools/perf/util/event.c 26 additions, 9 deletionstools/perf/util/event.c
- tools/perf/util/evlist.c 13 additions, 0 deletionstools/perf/util/evlist.c
- tools/perf/util/evlist.h 2 additions, 0 deletionstools/perf/util/evlist.h
- tools/perf/util/evsel.c 3 additions, 3 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 4 additions, 2 deletionstools/perf/util/evsel.h
- tools/perf/util/header.c 29 additions, 16 deletionstools/perf/util/header.c
Loading
Please register or sign in to comment