-
- Downloads
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: (27 commits) perf_counter: Zero dead bytes from ftrace raw samples size alignment perf_counter: Subtract the buffer size field from the event record size perf_counter: Require CAP_SYS_ADMIN for raw tracepoint data perf_counter: Correct PERF_SAMPLE_RAW output perf tools: callchain: Fix bad rounding of minimum rate perf_counter tools: Fix libbfd detection for systems with libz dependency perf: "Longum est iter per praecepta, breve et efficax per exempla" perf_counter: Fix a race on perf_counter_ctx perf_counter: Fix tracepoint sampling to be part of generic sampling perf_counter: Work around gcc warning by initializing tracepoint record unconditionally perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal mode perf tools: callchain: Fix 'perf report' display to be callchain by default perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchains perf record: Fix the -A UI for empty or non-existent perf.data perf util: Fix do_read() to fail on EOF instead of busy-looping perf list: Fix the output to not include tracepoints without an id perf_counter/powerpc: Fix oops on cpus without perf_counter hardware support perf stat: Fix tool option consistency: rename -S/--scale to -c/--scale perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc) perf report: Fix per task mult-counter stat reporting ...
Showing
- arch/powerpc/kernel/perf_counter.c 8 additions, 0 deletionsarch/powerpc/kernel/perf_counter.c
- include/linux/perf_counter.h 7 additions, 5 deletionsinclude/linux/perf_counter.h
- include/trace/ftrace.h 13 additions, 2 deletionsinclude/trace/ftrace.h
- kernel/perf_counter.c 145 additions, 94 deletionskernel/perf_counter.c
- tools/perf/Documentation/perf-examples.txt 225 additions, 0 deletionstools/perf/Documentation/perf-examples.txt
- tools/perf/Documentation/perf-stat.txt 1 addition, 1 deletiontools/perf/Documentation/perf-stat.txt
- tools/perf/Documentation/perf-top.txt 99 additions, 13 deletionstools/perf/Documentation/perf-top.txt
- tools/perf/Makefile 4 additions, 0 deletionstools/perf/Makefile
- tools/perf/builtin-record.c 8 additions, 4 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 89 additions, 10 deletionstools/perf/builtin-report.c
- tools/perf/builtin-stat.c 1 addition, 1 deletiontools/perf/builtin-stat.c
- tools/perf/builtin-top.c 508 additions, 44 deletionstools/perf/builtin-top.c
- tools/perf/util/callchain.c 20 additions, 12 deletionstools/perf/util/callchain.c
- tools/perf/util/callchain.h 7 additions, 1 deletiontools/perf/util/callchain.h
- tools/perf/util/header.c 4 additions, 1 deletiontools/perf/util/header.c
- tools/perf/util/parse-events.c 24 additions, 2 deletionstools/perf/util/parse-events.c
- tools/perf/util/parse-events.h 1 addition, 0 deletionstools/perf/util/parse-events.h
- tools/perf/util/symbol.c 46 additions, 11 deletionstools/perf/util/symbol.c
- tools/perf/util/symbol.h 2 additions, 0 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment