Home
last modified time | relevance | path

Searched defs:SetUidTempAllowlistStateRecord (Results 1 – 4 of 4) sorted by relevance

/packages/modules/UprobeStats/src/
DBpf.h39 struct SetUidTempAllowlistStateRecord { struct
40 __u64 uid;
41 bool onAllowlist;
/packages/modules/UprobeStats/rust/ffi/
Dbpf.h34 struct SetUidTempAllowlistStateRecord { struct
35 __u64 uid;
36 bool onAllowlist;
/packages/modules/UprobeStats/src/bpf_progs/
DProcessManagement.c36 struct SetUidTempAllowlistStateRecord { struct
41 DEFINE_BPF_RINGBUF_EXT(output_buf, struct SetUidTempAllowlistStateRecord, 4096, argument
/packages/modules/UprobeStats/rust/src/bpf_map/
Dprocess_management.rs15 unsafe impl OnItem for SetUidTempAllowlistStateRecord { implementation