Merge branch 'perfcounters-for-linus' of...
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (574 commits) perf_counter: Turn off by default perf_counter: Add counter->id to the throttle event perf_counter: Better align code perf_counter: Rename L2 to LL cache perf_counter: Standardize event names perf_counter: Rename enums perf_counter tools: Clean up u64 usage perf_counter: Rename perf_counter_limit sysctl perf_counter: More paranoia settings perf_counter: powerpc: Implement generalized cache events for POWER processors perf_counters: powerpc: Add support for POWER7 processors perf_counter: Accurate period data perf_counter: Introduce struct for sample data perf_counter tools: Normalize data using per sample period data perf_counter: Annotate exit ctx recursion perf_counter tools: Propagate signals properly perf_counter tools: Small frequency related fixes perf_counter: More aggressive frequency adjustment perf_counter/x86: Fix the model number of Intel Core2 processors perf_counter, x86: Correct some event and umask values for Intel processors ...
Showing
此差异已折叠。
arch/powerpc/kernel/power4-pmu.c
0 → 100644
arch/powerpc/kernel/power5+-pmu.c
0 → 100644
arch/powerpc/kernel/power5-pmu.c
0 → 100644
arch/powerpc/kernel/power6-pmu.c
0 → 100644
arch/powerpc/kernel/power7-pmu.c
0 → 100644
arch/powerpc/kernel/ppc970-pmu.c
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
include/linux/perf_counter.h
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
kernel/perf_counter.c
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
tools/perf/.gitignore
0 → 100644
此差异已折叠。
tools/perf/Documentation/Makefile
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
tools/perf/Documentation/perf.txt
0 → 100644
此差异已折叠。
tools/perf/Makefile
0 → 100644
此差异已折叠。
tools/perf/builtin-annotate.c
0 → 100644
此差异已折叠。
tools/perf/builtin-help.c
0 → 100644
此差异已折叠。
tools/perf/builtin-list.c
0 → 100644
此差异已折叠。
tools/perf/builtin-record.c
0 → 100644
此差异已折叠。
tools/perf/builtin-report.c
0 → 100644
此差异已折叠。
tools/perf/builtin-stat.c
0 → 100644
此差异已折叠。
tools/perf/builtin-top.c
0 → 100644
此差异已折叠。
tools/perf/builtin.h
0 → 100644
此差异已折叠。
tools/perf/command-list.txt
0 → 100644
此差异已折叠。
tools/perf/design.txt
0 → 100644
此差异已折叠。
tools/perf/perf.c
0 → 100644
此差异已折叠。
tools/perf/perf.h
0 → 100644
此差异已折叠。
tools/perf/util/PERF-VERSION-GEN
0 → 100755
此差异已折叠。
tools/perf/util/abspath.c
0 → 100644
此差异已折叠。
tools/perf/util/alias.c
0 → 100644
此差异已折叠。
tools/perf/util/cache.h
0 → 100644
此差异已折叠。
tools/perf/util/color.c
0 → 100644
此差异已折叠。
tools/perf/util/color.h
0 → 100644
此差异已折叠。
tools/perf/util/config.c
0 → 100644
此差异已折叠。
tools/perf/util/ctype.c
0 → 100644
此差异已折叠。
tools/perf/util/environment.c
0 → 100644
此差异已折叠。
tools/perf/util/exec_cmd.c
0 → 100644
此差异已折叠。
tools/perf/util/exec_cmd.h
0 → 100644
此差异已折叠。
此差异已折叠。
tools/perf/util/help.c
0 → 100644
此差异已折叠。
tools/perf/util/help.h
0 → 100644
此差异已折叠。
tools/perf/util/levenshtein.c
0 → 100644
此差异已折叠。
tools/perf/util/levenshtein.h
0 → 100644
此差异已折叠。
tools/perf/util/list.h
0 → 100644
此差异已折叠。
tools/perf/util/pager.c
0 → 100644
此差异已折叠。
tools/perf/util/parse-events.c
0 → 100644
此差异已折叠。
tools/perf/util/parse-events.h
0 → 100644
此差异已折叠。
tools/perf/util/parse-options.c
0 → 100644
此差异已折叠。
tools/perf/util/parse-options.h
0 → 100644
此差异已折叠。
tools/perf/util/path.c
0 → 100644
此差异已折叠。
tools/perf/util/quote.c
0 → 100644
此差异已折叠。
tools/perf/util/quote.h
0 → 100644
此差异已折叠。
tools/perf/util/rbtree.c
0 → 100644
此差异已折叠。
tools/perf/util/rbtree.h
0 → 100644
此差异已折叠。
tools/perf/util/run-command.c
0 → 100644
此差异已折叠。
tools/perf/util/run-command.h
0 → 100644
此差异已折叠。
tools/perf/util/sigchain.c
0 → 100644
此差异已折叠。
tools/perf/util/sigchain.h
0 → 100644
此差异已折叠。
tools/perf/util/strbuf.c
0 → 100644
此差异已折叠。
tools/perf/util/strbuf.h
0 → 100644
此差异已折叠。
tools/perf/util/string.c
0 → 100644
此差异已折叠。
tools/perf/util/string.h
0 → 100644
此差异已折叠。
tools/perf/util/symbol.c
0 → 100644
此差异已折叠。
tools/perf/util/symbol.h
0 → 100644
此差异已折叠。
tools/perf/util/usage.c
0 → 100644
此差异已折叠。
tools/perf/util/util.h
0 → 100644
此差异已折叠。
tools/perf/util/wrapper.c
0 → 100644
此差异已折叠。
想要评论请 注册 或 登录