Merge tag 'perf-core-for-mingo-20160615' of...
Merge tag 'perf-core-for-mingo-20160615' 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: User visible changes: - Add --ldlat option to 'perf mem' to specify load latency for loads event (e.g. cpu/mem-loads/ ) (Jiri Olsa) Build fixes: - Fix libunwind related compile error for static cross build (He Kuang) Infrastructure changes: - UI refactorings to support headers with multiple lines, non-evsel hists browsers, toggle showing callchains, etc (Jiri Olsa) - More prep work for caching probe definitions, paving the way for supporting SDT (Statically Defined Traces) userspace probes (Masami Hiramatsu) - Handle NULL at perf_config_set__delete() (Taeung Song) 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-mem.txt 3 additions, 0 deletionstools/perf/Documentation/perf-mem.txt
- tools/perf/Documentation/perf-probe.txt 4 additions, 0 deletionstools/perf/Documentation/perf-probe.txt
- tools/perf/builtin-diff.c 4 additions, 3 deletionstools/perf/builtin-diff.c
- tools/perf/builtin-mem.c 1 addition, 0 deletionstools/perf/builtin-mem.c
- tools/perf/builtin-probe.c 1 addition, 0 deletionstools/perf/builtin-probe.c
- tools/perf/builtin-report.c 2 additions, 1 deletiontools/perf/builtin-report.c
- tools/perf/builtin-top.c 1 addition, 1 deletiontools/perf/builtin-top.c
- tools/perf/config/Makefile 3 additions, 0 deletionstools/perf/config/Makefile
- tools/perf/ui/browsers/hists.c 28 additions, 11 deletionstools/perf/ui/browsers/hists.c
- tools/perf/ui/gtk/hists.c 1 addition, 1 deletiontools/perf/ui/gtk/hists.c
- tools/perf/ui/hist.c 6 additions, 5 deletionstools/perf/ui/hist.c
- tools/perf/ui/stdio/hist.c 78 additions, 55 deletionstools/perf/ui/stdio/hist.c
- tools/perf/util/build-id.c 5 additions, 7 deletionstools/perf/util/build-id.c
- tools/perf/util/build-id.h 2 additions, 0 deletionstools/perf/util/build-id.h
- tools/perf/util/config.c 3 additions, 0 deletionstools/perf/util/config.c
- tools/perf/util/hist.c 1 addition, 1 deletiontools/perf/util/hist.c
- tools/perf/util/hist.h 4 additions, 3 deletionstools/perf/util/hist.h
- tools/perf/util/mem-events.c 16 additions, 1 deletiontools/perf/util/mem-events.c
- tools/perf/util/mem-events.h 1 addition, 0 deletionstools/perf/util/mem-events.h
- tools/perf/util/probe-event.c 108 additions, 20 deletionstools/perf/util/probe-event.c
Loading
Please register or sign in to comment