Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhelpers.c822 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare()
838 if (data->get_bin_args) { in bpf_bprintf_prepare()
1049 .get_bin_args = true, in BPF_CALL_5()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c368 .get_bin_args = true, in BPF_CALL_5()
420 .get_bin_args = true, in BPF_CALL_4()
463 .get_bin_args = true, in BPF_CALL_5()
/linux-6.15/include/linux/
H A Dbpf.h3529 bool get_bin_args; member
/linux-6.15/kernel/sched/
H A Dext.c6924 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()