Lines Matching refs:func_info
4523 void *func_info = NULL; in do_test_file() local
4600 func_info = malloc(info.nr_func_info * rec_size); in do_test_file()
4601 if (CHECK(!func_info, "out of memory")) { in do_test_file()
4610 info.func_info = ptr_to_u64(func_info); in do_test_file()
4638 finfo = func_info; in do_test_file()
4670 free(func_info); in do_test_file()
5371 __u32 func_info[MAX_SUBPROGS][2]; member
5408 .func_info = { {0, 5}, {3, 6} },
5439 .func_info = { {0, 5}, {3, 6} },
5471 .func_info = { {0, 5}, {3, 6} },
5503 .func_info = { {0, 5}, {2, 6} },
5700 .func_info = { {0, 4}, {5, 3} },
5906 .func_info = { {0, 4}, {14, 3} },
5961 .func_info = { {0, 4}, {6, 3}, {9, 5} },
6007 .func_info = { {0, 4}, {5, 3} },
6058 .func_info = { {0, 4}, {7, 3}, {10, 5} },
6115 .func_info = { {0, 4}, {6, 3}, {9, 5} },
6161 .func_info = { {0, 3}, {6, 4}, },
6229 void *func_info = NULL; in test_get_finfo() local
6256 func_info = malloc(info.nr_func_info * rec_size); in test_get_finfo()
6257 if (CHECK(!func_info, "out of memory")) in test_get_finfo()
6264 info.func_info = ptr_to_u64(func_info); in test_get_finfo()
6284 finfo = func_info; in test_get_finfo()
6288 if (CHECK(finfo->type_id != test->func_info[i][1], in test_get_finfo()
6290 finfo->type_id, test->func_info[i][1])) { in test_get_finfo()
6300 free(func_info); in test_get_finfo()
6573 attr.func_info = ptr_to_u64(test->func_info); in do_test_info_raw()