Searched refs:bpf_trace_printf (Results 1 – 4 of 4) sorted by relevance
93 vm.register_helper(helpers::BPF_TRACE_PRINTK_IDX, helpers::bpf_trace_printf) in main()
95 pub fn bpf_trace_printf(unused1: u64, unused2: u64, arg3: u64, arg4: u64, arg5: u64) -> u64 { in bpf_trace_printf() function
150 vm.register_helper(helpers::BPF_TRACE_PRINTK_IDX, helpers::bpf_trace_printf) in test_vm_block_port()216 vm.register_helper(helpers::BPF_TRACE_PRINTK_IDX, helpers::bpf_trace_printf) in test_jit_block_port()
451 // the VM. The `bpf_trace_printf` is only available when we have access to455 helpers::bpf_trace_printf).unwrap();