Home
last modified time | relevance | path

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

/tools/perf/util/
A Dbuild-id.c479 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
494 if (cand) { /* Error: There are more than 2 candidates. */ in build_id_cache__complement()
495 cand = NULL; in build_id_cache__complement()
498 cand = nd; in build_id_cache__complement()
500 if (cand) in build_id_cache__complement()
501 sbuild_id = strdup(cand->s); in build_id_cache__complement()
/tools/lib/bpf/
A Dbtf.c4270 struct btf_type *cand; in btf_dedup_prim_type() local
4297 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4298 if (btf_equal_int_tag(t, cand)) { in btf_dedup_prim_type()
4311 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
4315 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
4333 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4968 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4998 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
5015 if (btf_equal_int_tag(t, cand)) { in btf_dedup_ref_type()
5039 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
[all …]
A Dlibbpf.c5601 struct bpf_core_cand *new_cands, *cand; in bpf_core_add_cands() local
5636 cand = &new_cands[cands->len]; in bpf_core_add_cands()
5637 cand->btf = targ_btf; in bpf_core_add_cands()
5638 cand->id = i; in bpf_core_add_cands()

Completed in 35 milliseconds