Home
last modified time | relevance | path

Searched refs:sample_type (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/perf/
H A Dutil.rs45 pub sample_type: Option<perf_event_sample_format>, field
65 let sample_ty = perf_event_sample_format::from_u32(attr.sample_type as u32); in try_from()
76 sample_type: sample_ty, in try_from()
H A Dmod.rs291 args.sample_type, in perf_event_open()
/DragonOS/docs/kernel/trace/
H A DeBPF.md254 args.sample_type,
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs1513 pub sample_type: __u64, field