Lines Matching refs:func_info
4727 void *func_info = NULL; in do_test_file() local
4806 func_info = malloc(info.nr_func_info * rec_size); in do_test_file()
4807 if (CHECK(!func_info, "out of memory")) { in do_test_file()
4816 info.func_info = ptr_to_u64(func_info); in do_test_file()
4844 finfo = func_info; in do_test_file()
4878 free(func_info); in do_test_file()
5572 __u32 func_info[MAX_SUBPROGS][2]; member
5609 .func_info = { {0, 5}, {3, 6} },
5640 .func_info = { {0, 5}, {3, 6} },
5672 .func_info = { {0, 5}, {3, 6} },
5704 .func_info = { {0, 5}, {2, 6} },
5901 .func_info = { {0, 4}, {5, 3} },
6107 .func_info = { {0, 4}, {14, 3} },
6162 .func_info = { {0, 4}, {6, 3}, {9, 5} },
6208 .func_info = { {0, 4}, {5, 3} },
6259 .func_info = { {0, 4}, {7, 3}, {10, 5} },
6316 .func_info = { {0, 4}, {6, 3}, {9, 5} },
6362 .func_info = { {0, 3}, {6, 4}, },
6430 void *func_info = NULL; in test_get_finfo() local
6457 func_info = malloc(info.nr_func_info * rec_size); in test_get_finfo()
6458 if (CHECK(!func_info, "out of memory")) in test_get_finfo()
6465 info.func_info = ptr_to_u64(func_info); in test_get_finfo()
6485 finfo = func_info; in test_get_finfo()
6489 if (CHECK(finfo->type_id != test->func_info[i][1], in test_get_finfo()
6491 finfo->type_id, test->func_info[i][1])) { in test_get_finfo()
6501 free(func_info); in test_get_finfo()
6772 attr.func_info = ptr_to_u64(test->func_info); in do_test_info_raw()