Lines Matching refs:opts
25 struct btf_dump_opts opts; member
27 {.name = "btf_dump_test_case_syntax", .opts = {}},
28 {.name = "btf_dump_test_case_ordering", .opts = {}},
29 {.name = "btf_dump_test_case_padding", .opts = {}},
30 {.name = "btf_dump_test_case_packing", .opts = {}},
31 {.name = "btf_dump_test_case_bitfields", .opts = {}},
32 {.name = "btf_dump_test_case_multidim", .opts = {}},
33 {.name = "btf_dump_test_case_namespacing", .opts = {}},
37 const struct btf_dump_opts *opts) in btf_dump_all_types() argument
43 d = btf_dump__new(btf, NULL, opts, btf_dump_printf); in btf_dump_all_types()
91 test_case->opts.ctx = f; in test_btf_dump_case()
92 err = btf_dump_all_types(btf, &test_case->opts); in test_btf_dump_case()