diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 8f9394905502..a4b76c0175f3 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -317,6 +317,8 @@ extern int hw_perf_group_sched_in(struct perf_counter *group_leader, | |||
317 | struct perf_cpu_context *cpuctx, | 317 | struct perf_cpu_context *cpuctx, |
318 | struct perf_counter_context *ctx, int cpu); | 318 | struct perf_counter_context *ctx, int cpu); |
319 | 319 | ||
320 | extern void perf_counter_output(struct perf_counter *counter, | ||
321 | int nmi, struct pt_regs *regs); | ||
320 | /* | 322 | /* |
321 | * Return 1 for a software counter, 0 for a hardware counter | 323 | * Return 1 for a software counter, 0 for a hardware counter |
322 | */ | 324 | */ |