Searched refs:test_file (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_btf_dump.c | 60 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local 67 snprintf(test_file, sizeof(test_file), "%s.o", test_case->name); in test_btf_dump_case() 69 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case() 99 snprintf(test_file, sizeof(test_file), "progs/%s.c", test_case->name); in test_btf_dump_case() 100 if (access(test_file, R_OK) == -1) in test_btf_dump_case() 105 snprintf(test_file, sizeof(test_file), "%s.c", in test_btf_dump_case() 119 test_file, out_file); in test_btf_dump_case()
|
D | test_btf.c | 4278 static int test_file(void) in test_file() function 7005 err |= test_file(); in main() 7022 err |= test_file(); in main()
|
/Linux-v5.4/tools/perf/tests/ |
D | dso-data.c | 18 static char *test_file(int size) in test_file() function 120 char *file = test_file(TEST_FILE_SIZE); in test__dso_data() 214 file = test_file(size); in dsos__create()
|
/Linux-v5.4/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 185 int test_file(void) in test_file() function 235 return test_harness(test_file, "subpage_prot_file"); in main()
|