Lines Matching refs:func_info
4825 void *func_info = NULL; in do_test_file() local
4904 func_info = malloc(info.nr_func_info * rec_size); in do_test_file()
4905 if (CHECK(!func_info, "out of memory")) { in do_test_file()
4914 info.func_info = ptr_to_u64(func_info); in do_test_file()
4942 finfo = func_info; in do_test_file()
4976 free(func_info); in do_test_file()
5671 __u32 func_info[MAX_SUBPROGS][2]; member
5708 .func_info = { {0, 5}, {3, 6} },
5739 .func_info = { {0, 5}, {3, 6} },
5771 .func_info = { {0, 5}, {3, 6} },
5803 .func_info = { {0, 5}, {2, 6} },
6000 .func_info = { {0, 4}, {5, 3} },
6206 .func_info = { {0, 4}, {14, 3} },
6261 .func_info = { {0, 4}, {6, 3}, {9, 5} },
6307 .func_info = { {0, 4}, {5, 3} },
6358 .func_info = { {0, 4}, {7, 3}, {10, 5} },
6415 .func_info = { {0, 4}, {6, 3}, {9, 5} },
6461 .func_info = { {0, 3}, {6, 4}, },
6529 void *func_info = NULL; in test_get_finfo() local
6556 func_info = malloc(info.nr_func_info * rec_size); in test_get_finfo()
6557 if (CHECK(!func_info, "out of memory")) in test_get_finfo()
6564 info.func_info = ptr_to_u64(func_info); in test_get_finfo()
6584 finfo = func_info; in test_get_finfo()
6588 if (CHECK(finfo->type_id != test->func_info[i][1], in test_get_finfo()
6590 finfo->type_id, test->func_info[i][1])) { in test_get_finfo()
6600 free(func_info); in test_get_finfo()
6871 attr.func_info = ptr_to_u64(test->func_info); in do_test_info_raw()