Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 8 of 8) sorted by relevance

/DragonOS/kernel/src/perf/
H A Dutil.rs40 pub type_: perf_type_id, field
56 let ty = perf_type_id::from_u32(attr.type_).ok_or(SystemError::EINVAL)?; in try_from()
71 type_: ty, in try_from()
H A Dbpf.rs178 type_: perf_event_type::PERF_RECORD_SAMPLE as u32, in write_sample()
196 type_: perf_event_type::PERF_RECORD_LOST as u32, in write_lost()
H A Dmod.rs280 let event: Box<dyn PerfEventOps> = match args.type_ { in perf_event_open()
/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs18 pub type_: AllocatorLogType, field
43 type_: AllocatorLogType, in new()
50 type_, in new()
64 type_: AllocatorLogType::Undefined, in zeroed()
/DragonOS/kernel/src/arch/x86_64/init/pvh/
H A Dparam.rs157 pub type_: u32, field
405 unsafe { ::std::ptr::addr_of!((*ptr).type_) as usize - ptr as usize }, in bindgen_test_layout_hvm_memmap_table_entry()
411 stringify!(type_) in bindgen_test_layout_hvm_memmap_table_entry()
H A Dmod.rs81 let typ = E820Type::from(entry.type_); in early_init_memory_blocks()
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs871 pub type_: __u32, field
974 pub type_: __u32, field
1039 pub type_: __u32, field
1069 pub type_: __u32, field
1194 pub type_: __u32, field
1245 pub type_: __u32, field
1316 pub type_: __u32,
1350 pub type_: __u32, field
1358 pub type_: __u32, field
1365 pub type_: __u32, field
[all …]
/DragonOS/docs/kernel/trace/
H A DeBPF.md243 match args.type_ {