Home
last modified time | relevance | path

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

/tools/perf/util/
Dbuild-id.c526 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
541 if (cand) { /* Error: There are more than 2 candidates. */ in build_id_cache__complement()
542 cand = NULL; in build_id_cache__complement()
545 cand = nd; in build_id_cache__complement()
547 if (cand) in build_id_cache__complement()
548 sbuild_id = strdup(cand->s); in build_id_cache__complement()
/tools/lib/bpf/
Dbtf.c3573 struct btf_type *cand; in btf_dedup_prim_type() local
3598 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3599 if (btf_equal_int(t, cand)) { in btf_dedup_prim_type()
3610 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3611 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3617 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3633 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3634 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4130 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4158 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
[all …]