authorgravatar for pyk@noreply.codeberg.orgpyk <pyk@noreply.codeberg.org> 2025-12-10 08:48:00+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-22 14:16:06+01:00
logb346090ed273f4ff20873b673e65394c96f4d881
tree9a44629fb1afce35e4ad1cfca4385ec9a4805640
parentaa0249d74e573742db3567f589fc6e4a00e1fff8

add PERF_EVENT_IOC_ID

The value is derived from the following: ``` std.os.linux.IOCTL.IOR('$', 7, u64); ``` Signed-off-by: pyk <pyk@noreply.codeberg.org>

1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/os/linux.zig+1
...@@ -9627,6 +9627,7 @@ pub const PERF = struct {...@@ -9627,6 +9627,7 @@ pub const PERF = struct {
9627 pub const PERIOD = 1074275332;9627 pub const PERIOD = 1074275332;
9628 pub const SET_OUTPUT = 9221;9628 pub const SET_OUTPUT = 9221;
9629 pub const SET_FILTER = 1074275334;9629 pub const SET_FILTER = 1074275334;
9630 pub const ID = 2148017159;
9630 pub const SET_BPF = 1074013192;9631 pub const SET_BPF = 1074013192;
9631 pub const PAUSE_OUTPUT = 1074013193;9632 pub const PAUSE_OUTPUT = 1074013193;
9632 pub const QUERY_BPF = 3221758986;9633 pub const QUERY_BPF = 3221758986;