Home
last modified time | relevance | path

Searched refs:trace_printf (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/bpf/helper/
H A Dprint.rs23 pub fn trace_printf(fmt_ptr: u64, _fmt_len: u64, arg3: u64, arg4: u64, arg5: u64) -> u64 { in trace_printf() function
H A Dmod.rs4 use crate::bpf::helper::print::trace_printf;
332 map.insert(HELPER_TRACE_PRINTF, define_func!(trace_printf)); in init_helper_functions()
/DragonOS/docs/kernel/trace/
H A DeBPF.md314 map.insert(6, define_func!(trace_printf));