Searched refs:type_ (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/src/perf/ |
H A D | util.rs | 40 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 D | bpf.rs | 178 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 D | mod.rs | 280 let event: Box<dyn PerfEventOps> = match args.type_ { in perf_event_open()
|
/DragonOS/kernel/crates/klog_types/src/ |
H A D | lib.rs | 18 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 D | param.rs | 157 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 D | mod.rs | 81 let typ = E820Type::from(entry.type_); in early_init_memory_blocks()
|
/DragonOS/kernel/src/include/bindings/ |
H A D | linux_bpf.rs | 871 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 D | eBPF.md | 243 match args.type_ {
|