Merge branch 'perf-fixes-for-linus' of...
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (52 commits) perf record: Use per-task-per-cpu events for inherited events perf record: Properly synchronize child creation perf events: Allow per-task-per-cpu counters perf diff: Percent calcs should use double values perf diff: Change the default sort order to "dso,symbol" perf diff: Use perf_session__fprintf_hists just like 'perf record' perf report: Fix cut'n'paste error recently introduced perf session: Move perf report specific hits out of perf_session__fprintf_hists perf tools: Move hist entries printing routines from perf report perf report: Generalize perf_session__fprintf_hists() perf symbols: Move symbol filtering to event__preprocess_sample() perf symbols: Adopt the strlists for dso, comm perf symbols: Make symbol_conf global perf probe: Fix to show which probe point is not found perf probe: Check symbols in symtab/kallsyms perf probe: Check build-id of vmlinux perf probe: Reject second attempt of adding same-name event perf probe: Support event name for --add option perf probe: Add glob matching support on --del perf probe: Use strlist__for_each macros in probe-event.c ...
No related branches found
No related tags found
Showing
- include/linux/perf_event.h 3 additions, 9 deletionsinclude/linux/perf_event.h
- kernel/perf_event.c 9 additions, 6 deletionskernel/perf_event.c
- tools/perf/Documentation/perf-diff.txt 55 additions, 0 deletionstools/perf/Documentation/perf-diff.txt
- tools/perf/Documentation/perf-probe.txt 2 additions, 1 deletiontools/perf/Documentation/perf-probe.txt
- tools/perf/Documentation/perf-report.txt 4 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/Documentation/perf-trace.txt 26 additions, 1 deletiontools/perf/Documentation/perf-trace.txt
- tools/perf/Makefile 1 addition, 3 deletionstools/perf/Makefile
- tools/perf/builtin-annotate.c 23 additions, 43 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-buildid-list.c 2 additions, 2 deletionstools/perf/builtin-buildid-list.c
- tools/perf/builtin-diff.c 248 additions, 0 deletionstools/perf/builtin-diff.c
- tools/perf/builtin-kmem.c 26 additions, 38 deletionstools/perf/builtin-kmem.c
- tools/perf/builtin-probe.c 78 additions, 63 deletionstools/perf/builtin-probe.c
- tools/perf/builtin-record.c 93 additions, 48 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 59 additions, 664 deletionstools/perf/builtin-report.c
- tools/perf/builtin-sched.c 50 additions, 43 deletionstools/perf/builtin-sched.c
- tools/perf/builtin-timechart.c 24 additions, 35 deletionstools/perf/builtin-timechart.c
- tools/perf/builtin-top.c 27 additions, 18 deletionstools/perf/builtin-top.c
- tools/perf/builtin-trace.c 306 additions, 43 deletionstools/perf/builtin-trace.c
- tools/perf/builtin.h 1 addition, 0 deletionstools/perf/builtin.h
- tools/perf/command-list.txt 1 addition, 0 deletionstools/perf/command-list.txt
Loading
Please register or sign in to comment