mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
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>
This commit is contained in:
parent
aa0249d74e
commit
b346090ed2
1 changed files with 1 additions and 0 deletions
|
|
@ -9627,6 +9627,7 @@ pub const PERF = struct {
|
|||
pub const PERIOD = 1074275332;
|
||||
pub const SET_OUTPUT = 9221;
|
||||
pub const SET_FILTER = 1074275334;
|
||||
pub const ID = 2148017159;
|
||||
pub const SET_BPF = 1074013192;
|
||||
pub const PAUSE_OUTPUT = 1074013193;
|
||||
pub const QUERY_BPF = 3221758986;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue