aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/perf_counter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index 9ad11e44d9ab..4c0dccb756ad 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -54,6 +54,8 @@ int __weak hw_perf_group_sched_in(struct perf_counter *group_leader,
54 return 0; 54 return 0;
55} 55}
56 56
57void __weak perf_counter_print_debug(void) { }
58
57static void 59static void
58list_add_counter(struct perf_counter *counter, struct perf_counter_context *ctx) 60list_add_counter(struct perf_counter *counter, struct perf_counter_context *ctx)
59{ 61{