diff options
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/tegra_profiler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/tegra_profiler.h b/include/uapi/linux/tegra_profiler.h index d8807e637..bfa39e566 100644 --- a/include/uapi/linux/tegra_profiler.h +++ b/include/uapi/linux/tegra_profiler.h | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #include <linux/ioctl.h> | 20 | #include <linux/ioctl.h> |
| 21 | #include <linux/types.h> | 21 | #include <linux/types.h> |
| 22 | 22 | ||
| 23 | #define QUADD_SAMPLES_VERSION 48 | 23 | #define QUADD_SAMPLES_VERSION 49 |
| 24 | #define QUADD_IO_VERSION 28 | 24 | #define QUADD_IO_VERSION 28 |
| 25 | 25 | ||
| 26 | #define QUADD_IO_VERSION_DYNAMIC_RB 5 | 26 | #define QUADD_IO_VERSION_DYNAMIC_RB 5 |
| @@ -78,6 +78,7 @@ | |||
| 78 | #define QUADD_SAMPLE_VERSION_PCLK_SEND_CHANGES 46 | 78 | #define QUADD_SAMPLE_VERSION_PCLK_SEND_CHANGES 46 |
| 79 | #define QUADD_SAMPLE_VERSION_COMM_SAMPLES 47 | 79 | #define QUADD_SAMPLE_VERSION_COMM_SAMPLES 47 |
| 80 | #define QUADD_SAMPLE_VERSION_UNCORE_EVENTS 48 | 80 | #define QUADD_SAMPLE_VERSION_UNCORE_EVENTS 48 |
| 81 | #define QUADD_SAMPLE_VERSION_SEQID 49 | ||
| 81 | 82 | ||
| 82 | #define QUADD_MMAP_HEADER_VERSION 1 | 83 | #define QUADD_MMAP_HEADER_VERSION 1 |
| 83 | 84 | ||
| @@ -422,6 +423,7 @@ struct quadd_header_data { | |||
| 422 | struct quadd_record_data { | 423 | struct quadd_record_data { |
| 423 | __u8 record_type; | 424 | __u8 record_type; |
| 424 | __u16 extra_size; | 425 | __u16 extra_size; |
| 426 | __u32 seqid; | ||
| 425 | 427 | ||
| 426 | /* sample: it should be the biggest size */ | 428 | /* sample: it should be the biggest size */ |
| 427 | union { | 429 | union { |
