diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/perf_counter.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 56099e52970d..18dc17d0a61c 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -328,6 +328,13 @@ struct perf_cpu_context { | |||
328 | int active_oncpu; | 328 | int active_oncpu; |
329 | int max_pertask; | 329 | int max_pertask; |
330 | int exclusive; | 330 | int exclusive; |
331 | |||
332 | /* | ||
333 | * Recursion avoidance: | ||
334 | * | ||
335 | * task, softirq, irq, nmi context | ||
336 | */ | ||
337 | int recursion[4]; | ||
331 | }; | 338 | }; |
332 | 339 | ||
333 | /* | 340 | /* |