Home
last modified time | relevance | path

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

/kernel/bpf/
Dhelpers.c766 u32 num_args, struct bpf_bprintf_data *data) in bpf_bprintf_prepare() argument
768 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare()
785 if (num_args) in bpf_bprintf_prepare()
808 if (num_spec >= num_args) { in bpf_bprintf_prepare()
997 int err, num_args; in BPF_CALL_5() local
1002 num_args = data_len / 8; in BPF_CALL_5()
1007 err = bpf_bprintf_prepare(fmt, UINT_MAX, args, num_args, &data); in BPF_CALL_5()
Dverifier.c6411 int err, fmt_map_off, num_args; in check_bpf_snprintf_call() local
6418 num_args = data_len_reg->var_off.value / 8; in check_bpf_snprintf_call()
6435 err = bpf_bprintf_prepare(fmt, UINT_MAX, NULL, num_args, &data); in check_bpf_snprintf_call()
/kernel/trace/
Dbpf_trace.c420 int err, num_args; in BPF_CALL_5() local
425 num_args = data_len / 8; in BPF_CALL_5()
427 err = bpf_bprintf_prepare(fmt, fmt_size, args, num_args, &data); in BPF_CALL_5()
1937 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in __bpf_probe_register()