aboutsummaryrefslogtreecommitdiff
path: root/include/linux/perf_counter.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-23 12:04:16 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-23 12:45:08 +0100
commit8fb9331391af95ca1f4e5c0a0da8120b13cbae01 (patch)
treea0c0ac8e2dffd562ed023a012db3fd56540e7db6 /include/linux/perf_counter.h
parent94c46572a6d9bb497eda0a14099d9f1360d57d5d (diff)
perfcounters: remove warnings
Impact: remove debug checks Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r--include/linux/perf_counter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index f30486fc55d..d038450de87 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -218,8 +218,6 @@ struct perf_cpu_context {
extern int perf_max_counters;
#ifdef CONFIG_PERF_COUNTERS
-extern void
-perf_counter_show(struct perf_counter *counter, char *str, int trace);
extern const struct hw_perf_counter_ops *
hw_perf_counter_init(struct perf_counter *counter);
@@ -237,8 +235,6 @@ extern int perf_counter_task_enable(void);
#else
static inline void
-perf_counter_show(struct perf_counter *counter, char *str, int trace) { }
-static inline void
perf_counter_task_sched_in(struct task_struct *task, int cpu) { }
static inline void
perf_counter_task_sched_out(struct task_struct *task, int cpu) { }