diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 977fb15a53f3..ca2d4df29e0c 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -491,8 +491,8 @@ extern int hw_perf_group_sched_in(struct perf_counter *group_leader, | |||
491 | struct perf_counter_context *ctx, int cpu); | 491 | struct perf_counter_context *ctx, int cpu); |
492 | extern void perf_counter_update_userpage(struct perf_counter *counter); | 492 | extern void perf_counter_update_userpage(struct perf_counter *counter); |
493 | 493 | ||
494 | extern void perf_counter_output(struct perf_counter *counter, | 494 | extern int perf_counter_overflow(struct perf_counter *counter, |
495 | int nmi, struct pt_regs *regs); | 495 | int nmi, struct pt_regs *regs); |
496 | /* | 496 | /* |
497 | * Return 1 for a software counter, 0 for a hardware counter | 497 | * Return 1 for a software counter, 0 for a hardware counter |
498 | */ | 498 | */ |