Merge tag 'perf-core-for-mingo-20160630' of...
Merge tag 'perf-core-for-mingo-20160630' 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: New features: - Allow running 'perf test' entries in the same process, not forking to test each testcase, useful for debugging (Jiri Olsa) - Show number of samples in the stdio annotate header (Peter Zijlstra) Documentation changes: - Add documentation for perf.data on disk format (Andi Kleen) Build fixes: - Fix 'perf trace' build on old systems wrt missing SCHED_RESET_ON_FORK and eventfd.h (Arnaldo Carvalho de Melo) Infrastructure changes: - Utility function to fetch arch from evsel/evlist (Ravi Bangoria) Trivial changes: - Fix spelling mistake: "missmatch" -> "mismatch" in libbpf (Colin Ian King) 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/libbpf.c 1 addition, 1 deletiontools/lib/bpf/libbpf.c
- tools/lib/bpf/libbpf.h 1 addition, 1 deletiontools/lib/bpf/libbpf.h
- tools/perf/Documentation/perf-test.txt 4 additions, 0 deletionstools/perf/Documentation/perf-test.txt
- tools/perf/Documentation/perf.data-file-format.txt 442 additions, 0 deletionstools/perf/Documentation/perf.data-file-format.txt
- tools/perf/tests/builtin-test.c 37 additions, 22 deletionstools/perf/tests/builtin-test.c
- tools/perf/tests/cpumap.c 24 additions, 0 deletionstools/perf/tests/cpumap.c
- tools/perf/tests/dso-data.c 6 additions, 0 deletionstools/perf/tests/dso-data.c
- tools/perf/tests/tests.h 1 addition, 0 deletionstools/perf/tests/tests.h
- tools/perf/tests/thread-map.c 13 additions, 3 deletionstools/perf/tests/thread-map.c
- tools/perf/trace/beauty/eventfd.c 0 additions, 2 deletionstools/perf/trace/beauty/eventfd.c
- tools/perf/trace/beauty/sched_policy.c 3 additions, 0 deletionstools/perf/trace/beauty/sched_policy.c
- tools/perf/util/annotate.c 5 additions, 7 deletionstools/perf/util/annotate.c
- tools/perf/util/cpumap.c 48 additions, 6 deletionstools/perf/util/cpumap.c
- tools/perf/util/cpumap.h 1 addition, 0 deletionstools/perf/util/cpumap.h
- tools/perf/util/dso.c 16 additions, 6 deletionstools/perf/util/dso.c
- tools/perf/util/dso.h 2 additions, 0 deletionstools/perf/util/dso.h
- tools/perf/util/event.c 1 addition, 1 deletiontools/perf/util/event.c
- tools/perf/util/evsel.c 7 additions, 0 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 2 additions, 0 deletionstools/perf/util/evsel.h
Loading
Please register or sign in to comment