Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.h250 struct btf_dedup_opts { struct
260 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts); argument
H A Dbtf.c3406 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts);
3555 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup()
3560 if (!OPTS_VALID(opts, btf_dedup_opts)) in btf__dedup()
3654 struct btf_dedup_opts opts;
3731 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts) in btf_dedup_new()
H A Dlinker.c2861 LIBBPF_OPTS(btf_dedup_opts, opts); in finalize_btf()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c6942 struct btf_dedup_opts opts;