diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 441992a9775c..f34dab9b275e 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -671,6 +671,7 @@ struct perf_event { | |||
671 | enum perf_event_active_state state; | 671 | enum perf_event_active_state state; |
672 | unsigned int attach_state; | 672 | unsigned int attach_state; |
673 | atomic64_t count; | 673 | atomic64_t count; |
674 | atomic64_t child_count; | ||
674 | 675 | ||
675 | /* | 676 | /* |
676 | * These are the total time in nanoseconds that the event | 677 | * These are the total time in nanoseconds that the event |