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: * Don't pass const char pointers to basename, so that we can unconditionally use libgen.h and thus avoid ifdef BIONIC lines, from David Ahern * Fix assert/BUG_ON when NDEBUG is defined, from Irina Tirdea. * Refactor hist formatting so that it can be reused with the GTK browser, From Namhyung Kim Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- tools/perf/Makefile 2 additions, 0 deletionstools/perf/Makefile
- tools/perf/bench/sched-pipe.c 3 additions, 3 deletionstools/perf/bench/sched-pipe.c
- tools/perf/builtin-diff.c 1 addition, 0 deletionstools/perf/builtin-diff.c
- tools/perf/ui/browsers/hists.c 73 additions, 23 deletionstools/perf/ui/browsers/hists.c
- tools/perf/ui/gtk/browser.c 85 additions, 16 deletionstools/perf/ui/gtk/browser.c
- tools/perf/ui/gtk/gtk.h 1 addition, 0 deletionstools/perf/ui/gtk/gtk.h
- tools/perf/ui/gtk/setup.c 1 addition, 0 deletionstools/perf/ui/gtk/setup.c
- tools/perf/ui/hist.c 389 additions, 0 deletionstools/perf/ui/hist.c
- tools/perf/ui/setup.c 5 additions, 3 deletionstools/perf/ui/setup.c
- tools/perf/ui/stdio/hist.c 42 additions, 197 deletionstools/perf/ui/stdio/hist.c
- tools/perf/ui/tui/setup.c 4 additions, 0 deletionstools/perf/ui/tui/setup.c
- tools/perf/util/annotate.c 8 additions, 1 deletiontools/perf/util/annotate.c
- tools/perf/util/hist.c 0 additions, 33 deletionstools/perf/util/hist.c
- tools/perf/util/hist.h 37 additions, 0 deletionstools/perf/util/hist.h
- tools/perf/util/include/linux/kernel.h 4 additions, 0 deletionstools/perf/util/include/linux/kernel.h
- tools/perf/util/probe-event.c 10 additions, 2 deletionstools/perf/util/probe-event.c
- tools/perf/util/symbol.h 0 additions, 2 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment