Home
last modified time | relevance | path

Searched defs:PERF_FLAG_FD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/perf/
H A Dutil.rs14 const PERF_FLAG_FD_CLOEXEC = 8; constant
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs170 pub const PERF_FLAG_FD_CLOEXEC: u32 = 8; constant