| author | |
| committer | |
| log | b346090ed273f4ff20873b673e65394c96f4d881 |
| tree | 9a44629fb1afce35e4ad1cfca4385ec9a4805640 |
| parent | aa0249d74e573742db3567f589fc6e4a00e1fff8 |
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 | 9627 | pub const PERIOD = 1074275332; |
| 9628 | 9628 | pub const SET_OUTPUT = 9221; |
| 9629 | 9629 | pub const SET_FILTER = 1074275334; |
| 9630 | pub const ID = 2148017159; | |
| 9630 | 9631 | pub const SET_BPF = 1074013192; |
| 9631 | 9632 | pub const PAUSE_OUTPUT = 1074013193; |
| 9632 | 9633 | pub const QUERY_BPF = 3221758986; |