diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/perf_event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h index 613ed9ad588f..d97f84c080da 100644 --- a/include/uapi/linux/perf_event.h +++ b/include/uapi/linux/perf_event.h | |||
| @@ -566,6 +566,10 @@ struct perf_event_mmap_page { | |||
| 566 | #define PERF_RECORD_MISC_GUEST_USER (5 << 0) | 566 | #define PERF_RECORD_MISC_GUEST_USER (5 << 0) |
| 567 | 567 | ||
| 568 | /* | 568 | /* |
| 569 | * Indicates that /proc/PID/maps parsing are truncated by time out. | ||
| 570 | */ | ||
| 571 | #define PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT (1 << 12) | ||
| 572 | /* | ||
| 569 | * PERF_RECORD_MISC_MMAP_DATA and PERF_RECORD_MISC_COMM_EXEC are used on | 573 | * PERF_RECORD_MISC_MMAP_DATA and PERF_RECORD_MISC_COMM_EXEC are used on |
| 570 | * different events so can reuse the same bit position. | 574 | * different events so can reuse the same bit position. |
| 571 | */ | 575 | */ |
