• Home
  • Raw
  • Download

Lines Matching refs:test_num

3653 static int do_test_raw(unsigned int test_num)  in do_test_raw()  argument
3655 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw()
3663 fprintf(stderr, "BTF raw test[%u] (%s): ", test_num, test->descr); in do_test_raw()
3748 int (*special_test)(unsigned int test_num);
3751 static int test_big_btf_info(unsigned int test_num);
3752 static int test_btf_id(unsigned int test_num);
3808 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument
3810 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info()
3893 static int test_btf_id(unsigned int test_num) in test_btf_id() argument
3895 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id()
4028 static int do_test_get_info(unsigned int test_num) in do_test_get_info() argument
4030 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in do_test_get_info()
4038 test_num, test->descr); in do_test_get_info()
4041 return test->special_test(test_num); in do_test_get_info()
4140 static int do_test_file(unsigned int test_num) in do_test_file() argument
4142 const struct btf_file_test *test = &file_tests[test_num - 1]; in do_test_file()
4158 fprintf(stderr, "BTF libbpf test[%u] (%s): ", test_num, in do_test_file()
4784 static int do_test_pprint(int test_num) in do_test_pprint() argument
4786 const struct btf_raw_test *test = &pprint_test_template[test_num]; in do_test_pprint()
4803 fprintf(stderr, "%s(#%d)......", test->descr, test_num); in do_test_pprint()
6172 static int do_test_info_raw(unsigned int test_num) in do_test_info_raw() argument
6174 const struct prog_info_raw_test *test = &info_raw_tests[test_num - 1]; in do_test_info_raw()
6181 fprintf(stderr, "BTF prog info raw test[%u] (%s): ", test_num, test->descr); in do_test_info_raw()
6748 static int do_test_dedup(unsigned int test_num) in do_test_dedup() argument
6750 const struct btf_dedup_test *test = &dedup_tests[test_num - 1]; in do_test_dedup()
6763 fprintf(stderr, "BTF dedup test[%u] (%s):", test_num, test->descr); in do_test_dedup()