Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf.c2637 struct btf_dedup;
2639 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext,
2641 static void btf_dedup_free(struct btf_dedup *d);
2642 static int btf_dedup_strings(struct btf_dedup *d);
2643 static int btf_dedup_prim_types(struct btf_dedup *d);
2644 static int btf_dedup_struct_types(struct btf_dedup *d);
2645 static int btf_dedup_ref_types(struct btf_dedup *d);
2646 static int btf_dedup_compact_types(struct btf_dedup *d);
2647 static int btf_dedup_remap_types(struct btf_dedup *d);
2789 struct btf_dedup *d = btf_dedup_new(btf, btf_ext, opts); in btf__dedup()
[all …]