Lines Matching refs:func_info
4126 void *func_info = NULL; in do_test_file() local
4205 func_info = malloc(info.nr_func_info * rec_size); in do_test_file()
4206 if (CHECK(!func_info, "out of memory")) { in do_test_file()
4215 info.func_info = ptr_to_u64(func_info); in do_test_file()
4242 finfo = func_info; in do_test_file()
4273 free(func_info); in do_test_file()
4992 __u32 func_info[MAX_SUBPROGS][2]; member
5029 .func_info = { {0, 5}, {3, 6} },
5060 .func_info = { {0, 5}, {3, 6} },
5092 .func_info = { {0, 5}, {3, 6} },
5124 .func_info = { {0, 5}, {2, 6} },
5321 .func_info = { {0, 4}, {5, 3} },
5527 .func_info = { {0, 4}, {14, 3} },
5582 .func_info = { {0, 4}, {6, 3}, {9, 5} },
5628 .func_info = { {0, 4}, {5, 3} },
5679 .func_info = { {0, 4}, {7, 3}, {10, 5} },
5736 .func_info = { {0, 4}, {6, 3}, {9, 5} },
5782 .func_info = { {0, 3}, {6, 4}, },
5850 void *func_info = NULL; in test_get_finfo() local
5877 func_info = malloc(info.nr_func_info * rec_size); in test_get_finfo()
5878 if (CHECK(!func_info, "out of memory")) in test_get_finfo()
5885 info.func_info = ptr_to_u64(func_info); in test_get_finfo()
5905 finfo = func_info; in test_get_finfo()
5909 if (CHECK(finfo->type_id != test->func_info[i][1], in test_get_finfo()
5911 finfo->type_id, test->func_info[i][1])) { in test_get_finfo()
5921 free(func_info); in test_get_finfo()
6192 attr.func_info = ptr_to_u64(test->func_info); in do_test_info_raw()