Searched refs:raw_spec (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/lib/bpf/
H A Drelo_core.h40 int raw_spec[BPF_CORE_SPEC_MAX_LEN]; member in struct:bpf_core_spec
H A Drelo_core.c258 * spec and raw_spec are kept empty.
290 /* parse spec_str="0:1:2:3:4" into array raw_spec=[0, 1, 2, 3, 4] */
299 spec->raw_spec[spec->raw_len++] = access_idx;
309 access_idx = spec->raw_spec[0];
339 access_idx = spec->raw_spec[i];
518 spec->raw_spec[spec->raw_len++] = i;
612 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;
665 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;
1191 e = btf_enum(t) + spec->raw_spec[0];
1199 e = btf_enum64(t) + spec->raw_spec[
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c2082 idx = targ_spec->raw_spec[i];

Completed in 161 milliseconds