diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-06 09:31:33 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-07-13 09:23:10 +0200 |
commit | d4d7d0b9545721d3cabb19d15163bbc66b797707 (patch) | |
tree | b924437019f05bdf1d5504062822711e2869ca1a /init | |
parent | 9590b7ba3fefdfe0c7741f5e2f61faf2ffcea19c (diff) | |
download | linux-3.10-d4d7d0b9545721d3cabb19d15163bbc66b797707.tar.gz linux-3.10-d4d7d0b9545721d3cabb19d15163bbc66b797707.tar.bz2 linux-3.10-d4d7d0b9545721d3cabb19d15163bbc66b797707.zip |
perf_counter: Fix the tracepoint channel to perfcounters
Fix a missed rename in EVENT_PROFILE support so that it gets
built and allows tracepoint tracing from the 'perf' tool.
Fix a typo in the (never before built & enabled) portion in
perf_counter.c as well, and update that code to the
attr.config changes as well.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ben Gamari <bgamari.foss@gmail.com>
Cc: Jason Baron <jbaron@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <1246869094-21237-1-git-send-email-chris@chris-wilson.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 1ce05a4cb5f..cb2c0927022 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -962,7 +962,7 @@ config PERF_COUNTERS config EVENT_PROFILE bool "Tracepoint profile sources" - depends on PERF_COUNTERS && EVENT_TRACER + depends on PERF_COUNTERS && EVENT_TRACING default y endmenu |