Home
last modified time | relevance | path

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

/linux/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/kernel/trace/
H A Dbpf_trace.c368 .get_bin_args = true, in BPF_CALL_5()
419 .get_bin_args = true, in BPF_CALL_4()
462 .get_bin_args = true, in BPF_CALL_5()
/linux/include/linux/
H A Dbpf.h3492 bool get_bin_args; member
/linux/kernel/sched/
H A Dext.c7264 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()