Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c2718 struct bpf_core_spec *targ_spec) in bpf_core_spec_match() argument
2725 memset(targ_spec, 0, sizeof(*targ_spec)); in bpf_core_spec_match()
2726 targ_spec->btf = targ_btf; in bpf_core_spec_match()
2729 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
2732 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, in bpf_core_spec_match()
2741 targ_spec, &targ_id); in bpf_core_spec_match()
2764 if (targ_spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_match()
2770 targ_spec->len++; in bpf_core_spec_match()
2771 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
2772 targ_spec->raw_len++; in bpf_core_spec_match()
[all …]