Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dbtf.h222 struct btf_dedup_opts { struct
232 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts); argument
Dbtf.c2877 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts);
3024 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup()
3029 if (!OPTS_VALID(opts, btf_dedup_opts)) in btf__dedup()
3118 struct btf_dedup_opts opts;
3196 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts) in btf_dedup_new()
Dlinker.c2654 LIBBPF_OPTS(btf_dedup_opts, opts); in finalize_btf()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbtf.c6786 struct btf_dedup_opts opts;