aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r--include/linux/perf_counter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 981432885301..be10b3ffe320 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -512,12 +512,13 @@ struct perf_cpu_context {
512 int recursion[4]; 512 int recursion[4];
513}; 513};
514 514
515#ifdef CONFIG_PERF_COUNTERS
516
515/* 517/*
516 * Set by architecture code: 518 * Set by architecture code:
517 */ 519 */
518extern int perf_max_counters; 520extern int perf_max_counters;
519 521
520#ifdef CONFIG_PERF_COUNTERS
521extern const struct hw_perf_counter_ops * 522extern const struct hw_perf_counter_ops *
522hw_perf_counter_init(struct perf_counter *counter); 523hw_perf_counter_init(struct perf_counter *counter);
523 524