Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhelpers.c824 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare()
840 if (data->get_bin_args) { in bpf_bprintf_prepare()
1051 .get_bin_args = true, in BPF_CALL_5()
/openbmc/linux/kernel/trace/
H A 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()
/openbmc/linux/include/linux/
H A Dbpf.h3195 bool get_bin_args; member