Lines Matching refs:args
369 u64 args[MAX_TRACE_PRINTK_VARARGS] = { arg1, arg2, arg3 }; in BPF_CALL_5() local
376 ret = bpf_bprintf_prepare(fmt, fmt_size, args, in BPF_CALL_5()
415 const void *, args, u32, data_len) in BPF_CALL_5() argument
423 (data_len && !args)) in BPF_CALL_5()
427 err = bpf_bprintf_prepare(fmt, fmt_size, args, num_args, &data); in BPF_CALL_5()
1424 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_5() argument
1454 BPF_CALL_3(bpf_get_stackid_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_3() argument
1480 BPF_CALL_4(bpf_get_stack_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_4() argument
1876 void __bpf_trace_run(struct bpf_prog *prog, u64 *args) in __bpf_trace_run() argument
1880 (void) bpf_prog_run(prog, args); in __bpf_trace_run()
1900 #define COPY(X) args[X] = arg##X
1911 u64 args[x]; \
1913 __bpf_trace_run(prog, args); \