Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dhelpers.c820 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare()
836 if (data->get_bin_args) { in bpf_bprintf_prepare()
1047 .get_bin_args = true, in BPF_CALL_5()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c376 .get_bin_args = true, in BPF_CALL_5()
427 .get_bin_args = true, in BPF_CALL_4()
470 .get_bin_args = true, in BPF_CALL_5()
/linux-6.6.21/include/linux/
Dbpf.h3170 bool get_bin_args; member