diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index c7375f97aa19..bd341007c4fc 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -336,6 +336,7 @@ enum perf_event_type { | |||
336 | * struct perf_event_header header; | 336 | * struct perf_event_header header; |
337 | * u32 pid, ppid; | 337 | * u32 pid, ppid; |
338 | * u32 tid, ptid; | 338 | * u32 tid, ptid; |
339 | * u64 time; | ||
339 | * }; | 340 | * }; |
340 | */ | 341 | */ |
341 | PERF_EVENT_EXIT = 4, | 342 | PERF_EVENT_EXIT = 4, |
@@ -356,6 +357,7 @@ enum perf_event_type { | |||
356 | * struct perf_event_header header; | 357 | * struct perf_event_header header; |
357 | * u32 pid, ppid; | 358 | * u32 pid, ppid; |
358 | * u32 tid, ptid; | 359 | * u32 tid, ptid; |
360 | * { u64 time; } && PERF_SAMPLE_TIME | ||
359 | * }; | 361 | * }; |
360 | */ | 362 | */ |
361 | PERF_EVENT_FORK = 7, | 363 | PERF_EVENT_FORK = 7, |