Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dbpf_trace.c397 .get_bin_args = true, in BPF_CALL_5()
449 .get_bin_args = true, in BPF_CALL_4()
492 .get_bin_args = true, in BPF_CALL_5()
/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()
1068 .get_bin_args = true, in BPF_CALL_5()
/linux/include/linux/
H A Dbpf.h4092 bool get_bin_args; member
/linux/kernel/sched/ext/
H A Dext.c9891 struct bpf_bprintf_data bprintf_data = { .get_bin_args = true }; in __bstr_format()