diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 556b0f4a668e..071a7db52549 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -478,9 +478,11 @@ struct hw_perf_event { | |||
478 | union { | 478 | union { |
479 | struct { /* hardware */ | 479 | struct { /* hardware */ |
480 | u64 config; | 480 | u64 config; |
481 | u64 last_tag; | ||
481 | unsigned long config_base; | 482 | unsigned long config_base; |
482 | unsigned long event_base; | 483 | unsigned long event_base; |
483 | int idx; | 484 | int idx; |
485 | int last_cpu; | ||
484 | }; | 486 | }; |
485 | struct { /* software */ | 487 | struct { /* software */ |
486 | s64 remaining; | 488 | s64 remaining; |