Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c821 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare()
837 if (data->get_bin_args) { in bpf_bprintf_prepare()
1048 .get_bin_args = true, in BPF_CALL_5()
/linux/kernel/trace/
H A Dbpf_trace.c380 .get_bin_args = true, in BPF_CALL_5()
431 .get_bin_args = true, in BPF_CALL_4()
474 .get_bin_args = true, in BPF_CALL_5()
/linux/include/linux/
H A Dbpf.h3375 bool get_bin_args; member