diff options
Diffstat (limited to 'tools/perf/util/event.h')
| -rw-r--r-- | tools/perf/util/event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 8027309b0422..690a96d0467c 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
| @@ -95,8 +95,8 @@ typedef union event_union { | |||
| 95 | } event_t; | 95 | } event_t; |
| 96 | 96 | ||
| 97 | struct events_stats { | 97 | struct events_stats { |
| 98 | unsigned long total; | 98 | u64 total; |
| 99 | unsigned long lost; | 99 | u64 lost; |
| 100 | }; | 100 | }; |
| 101 | 101 | ||
| 102 | void event__print_totals(void); | 102 | void event__print_totals(void); |
