diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/util/event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 2495529cae7d..28a579f8fa8e 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
| @@ -39,6 +39,7 @@ struct fork_event { | |||
| 39 | struct perf_event_header header; | 39 | struct perf_event_header header; |
| 40 | u32 pid, ppid; | 40 | u32 pid, ppid; |
| 41 | u32 tid, ptid; | 41 | u32 tid, ptid; |
| 42 | u64 time; | ||
| 42 | }; | 43 | }; |
| 43 | 44 | ||
| 44 | struct lost_event { | 45 | struct lost_event { |
