We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9348 commit 66b7127Copy full SHA for 66b7127
lib/std/os/linux.zig
@@ -7175,7 +7175,7 @@ pub const perf_event_attr = extern struct {
7175
/// Defines size of the user stack to dump on samples.
7176
sample_stack_user: u32 = 0,
7177
7178
- clockid: clockid_t = 0,
+ clockid: clockid_t = .REALTIME,
7179
/// Defines set of regs to dump for each sample
7180
/// state captured on:
7181
/// - precise = 0: PMU interrupt
0 commit comments