diff options
-rw-r--r-- | kernel/perf_counter.c | 2 |
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 | ||
57 | void __weak perf_counter_print_debug(void) { } | ||
58 | |||
57 | static void | 59 | static void |
58 | list_add_counter(struct perf_counter *counter, struct perf_counter_context *ctx) | 60 | list_add_counter(struct perf_counter *counter, struct perf_counter_context *ctx) |
59 | { | 61 | { |