Home
last modified time | relevance | path

Searched refs:test_flags (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/samples/bpf/
Dtest_overhead_user.c134 int test_flags = ~0; in main() local
139 test_flags = atoi(argv[1]) ? : test_flags; in main()
143 if (test_flags & 0x3) { in main()
145 run_perf_test(num_cpu, test_flags); in main()
148 if (test_flags & 0xC) { in main()
156 run_perf_test(num_cpu, test_flags >> 2); in main()
160 if (test_flags & 0x30) { in main()
168 run_perf_test(num_cpu, test_flags >> 4); in main()
172 if (test_flags & 0xC0) { in main()
180 run_perf_test(num_cpu, test_flags >> 6); in main()
Dmap_perf_test_user.c67 static int test_flags = ~0; variable
78 return test_flags & TEST_BIT(t); in check_test_flags()
443 test_flags = atoi(argv[1]) ? : test_flags; in main()