| author | |
| committer | |
| log | 66b71273a2555da23f6d706c22e3d85f43fe602b |
| tree | b7b2fc053942fe08f54f1d568e56ebed24b318df |
| parent | eab934814f39c1fc1f6e3e2a4007cdcabda260e5 |
Closes #20810.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux.zig+1-1| ... | ... | @@ -7175,7 +7175,7 @@ pub const perf_event_attr = extern struct { |
| 7175 | 7175 | /// Defines size of the user stack to dump on samples. |
| 7176 | 7176 | sample_stack_user: u32 = 0, |
| 7177 | 7177 | |
| 7178 | clockid: clockid_t = 0, | |
| 7178 | clockid: clockid_t = .REALTIME, | |
| 7179 | 7179 | /// Defines set of regs to dump for each sample |
| 7180 | 7180 | /// state captured on: |
| 7181 | 7181 | /// - precise = 0: PMU interrupt |