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:
pyk 2025-12-10 08:48:00 +01:00 committed by Alex Rønne Petersen
parent aa0249d74e
commit b346090ed2

View file

@ -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;