Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf.c3348 struct btf_dedup;
3351 static void btf_dedup_free(struct btf_dedup *d);
3352 static int btf_dedup_prep(struct btf_dedup *d);
3501 struct btf_dedup *d; in btf__dedup()
3567 struct btf_dedup { struct
3643 static void btf_dedup_free(struct btf_dedup *d) in btf_dedup_free()
3677 struct btf_dedup *d = calloc(1, sizeof(struct btf_dedup)); in btf_dedup_new()
3768 struct btf_dedup *d = ctx; in strs_dedup_remap_str_off()
3807 static int btf_dedup_strings(struct btf_dedup *d) in btf_dedup_strings()
4144 static int btf_dedup_prep(struct btf_dedup *d) in btf_dedup_prep()
[all …]