Merge branch 'perfcounters-fixes-for-linus' of...
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (47 commits) perf report: Add --symbols parameter perf report: Add --comms parameter perf report: Add --dsos parameter perf_counter tools: Adjust only prelinked symbol's addresses perf_counter: Provide a way to enable counters on exec perf_counter tools: Reduce perf stat measurement overhead/skew perf stat: Use percentages for scaling output perf_counter, x86: Update x86_pmu after WARN() perf stat: Micro-optimize the code: memcpy is only required if no event is selected and !null_run perf stat: Improve output perf stat: Fix multi-run stats perf stat: Add -n/--null option to run without counters perf_counter tools: Remove dead code perf_counter: Complete counter swap perf report: Print sorted callchains per histogram entries perf_counter tools: Prepare a small callchain framework perf record: Fix unhandled io return value perf_counter tools: Add alias for 'l1d' and 'l1i' perf-report: Add bare minimum PERF_EVENT_READ parsing perf-report: Add modes for inherited stats and no-samples ...
Showing
- arch/powerpc/include/asm/perf_counter.h 2 additions, 0 deletionsarch/powerpc/include/asm/perf_counter.h
- arch/x86/include/asm/perf_counter.h 3 additions, 0 deletionsarch/x86/include/asm/perf_counter.h
- arch/x86/kernel/cpu/perf_counter.c 10 additions, 12 deletionsarch/x86/kernel/cpu/perf_counter.c
- include/linux/perf_counter.h 39 additions, 7 deletionsinclude/linux/perf_counter.h
- kernel/perf_counter.c 271 additions, 49 deletionskernel/perf_counter.c
- tools/perf/CREDITS 30 additions, 0 deletionstools/perf/CREDITS
- tools/perf/Documentation/perf-report.txt 13 additions, 1 deletiontools/perf/Documentation/perf-report.txt
- tools/perf/Documentation/perf-stat.txt 3 additions, 3 deletionstools/perf/Documentation/perf-stat.txt
- tools/perf/Makefile 5 additions, 1 deletiontools/perf/Makefile
- tools/perf/builtin-annotate.c 4 additions, 4 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-record.c 87 additions, 40 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 197 additions, 39 deletionstools/perf/builtin-report.c
- tools/perf/builtin-stat.c 102 additions, 69 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-top.c 6 additions, 5 deletionstools/perf/builtin-top.c
- tools/perf/perf.h 4 additions, 5 deletionstools/perf/perf.h
- tools/perf/util/callchain.c 174 additions, 0 deletionstools/perf/util/callchain.c
- tools/perf/util/callchain.h 33 additions, 0 deletionstools/perf/util/callchain.h
- tools/perf/util/header.c 242 additions, 0 deletionstools/perf/util/header.c
- tools/perf/util/header.h 37 additions, 0 deletionstools/perf/util/header.h
- tools/perf/util/help.c 0 additions, 15 deletionstools/perf/util/help.c
Loading
Please register or sign in to comment