Searched refs:btf_dedup_opts (Results 1 – 4 of 4) sorted by relevance
222 struct btf_dedup_opts { struct232 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts); argument
2892 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts);3041 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup()3046 if (!OPTS_VALID(opts, btf_dedup_opts)) in btf__dedup()3140 struct btf_dedup_opts opts;3217 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts) in btf_dedup_new()
2654 LIBBPF_OPTS(btf_dedup_opts, opts); in finalize_btf()
6828 struct btf_dedup_opts opts;
Completed in 23 milliseconds