| ... | @@ -7175,7 +7175,7 @@ pub const perf_event_attr = extern struct { | ... | @@ -7175,7 +7175,7 @@ pub const perf_event_attr = extern struct { |
| 7175 | /// Defines size of the user stack to dump on samples. | 7175 | /// Defines size of the user stack to dump on samples. |
| 7176 | sample_stack_user: u32 = 0, | 7176 | sample_stack_user: u32 = 0, |
| 7177 | | 7177 | |
| 7178 | clockid: clockid_t = 0, | 7178 | clockid: clockid_t = .REALTIME, |
| 7179 | /// Defines set of regs to dump for each sample | 7179 | /// Defines set of regs to dump for each sample |
| 7180 | /// state captured on: | 7180 | /// state captured on: |
| 7181 | /// - precise = 0: PMU interrupt | 7181 | /// - precise = 0: PMU interrupt |