Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.c298 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_parse_spec()
308 access_idx = spec->raw_spec[0]; in bpf_core_parse_spec()
338 access_idx = spec->raw_spec[i]; in bpf_core_parse_spec()
517 spec->raw_spec[spec->raw_len++] = i; in bpf_core_match_member()
611 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
664 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
1206 e = btf_enum(t) + spec->raw_spec[0]; in bpf_core_format_spec()
1214 e = btf_enum64(t) + spec->raw_spec[0]; in bpf_core_format_spec()
1232 append_buf("%s%d", i == 0 ? "" : ":", spec->raw_spec[i]); in bpf_core_format_spec()
H A Drelo_core.h40 int raw_spec[BPF_CORE_SPEC_MAX_LEN]; member
/linux/tools/bpf/bpftool/
H A Dgen.c2191 idx = targ_spec->raw_spec[i]; in btfgen_record_field_relo()