-
- Downloads
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 refactorings from Arnaldo Carvalho de Melo: New features: . In perf timechart: - Add backtrace support to CPU info . Print pid along the name . Add support for CPU topology . Add new option --highlight'ing threads, be it by name or, if a numeric value is provided, that run more than given duration. From Stanislav Fomichev. Refactorings: . Rename some struct DSO binary_type related members and methods, to clarify its purpose and need for differentiation from symtab_type, i.e. one is about the files .text, CFI, etc, i.e. its binary contents, and the other is about where the symbol table came from. . Convert to new topic libraries, starting with an API one (sysfs, debugfs, etc), renaming liblk in the process, from Borislav Petkov. . Get rid of some more panic() like error handling in libtraceevent, from Namhyung Kim. 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/Makefile 6 additions, 6 deletionstools/Makefile
- tools/lib/api/Makefile 11 additions, 7 deletionstools/lib/api/Makefile
- tools/lib/api/fs/debugfs.c 0 additions, 0 deletionstools/lib/api/fs/debugfs.c
- tools/lib/api/fs/debugfs.h 3 additions, 3 deletionstools/lib/api/fs/debugfs.h
- tools/lib/traceevent/parse-filter.c 19 additions, 48 deletionstools/lib/traceevent/parse-filter.c
- tools/perf/Documentation/perf-timechart.txt 16 additions, 0 deletionstools/perf/Documentation/perf-timechart.txt
- tools/perf/Makefile.perf 16 additions, 17 deletionstools/perf/Makefile.perf
- tools/perf/builtin-kvm.c 1 addition, 1 deletiontools/perf/builtin-kvm.c
- tools/perf/builtin-probe.c 1 addition, 1 deletiontools/perf/builtin-probe.c
- tools/perf/builtin-timechart.c 70 additions, 9 deletionstools/perf/builtin-timechart.c
- tools/perf/perf.c 1 addition, 1 deletiontools/perf/perf.c
- tools/perf/tests/parse-events.c 1 addition, 1 deletiontools/perf/tests/parse-events.c
- tools/perf/util/dso.c 12 additions, 12 deletionstools/perf/util/dso.c
- tools/perf/util/dso.h 7 additions, 7 deletionstools/perf/util/dso.h
- tools/perf/util/evlist.c 1 addition, 1 deletiontools/perf/util/evlist.c
- tools/perf/util/evsel.c 1 addition, 1 deletiontools/perf/util/evsel.c
- tools/perf/util/parse-events.c 1 addition, 1 deletiontools/perf/util/parse-events.c
- tools/perf/util/probe-event.c 1 addition, 1 deletiontools/perf/util/probe-event.c
- tools/perf/util/setup.py 2 additions, 2 deletionstools/perf/util/setup.py
- tools/perf/util/svghelper.c 153 additions, 6 deletionstools/perf/util/svghelper.c
Loading
Please register or sign in to comment