Home
last modified time | relevance | path

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

/samples/bpf/
Dtest_overhead_user.c131 int test_flags = ~0; in main() local
136 test_flags = atoi(argv[1]) ? : test_flags; in main()
140 if (test_flags & 0x3) { in main()
142 run_perf_test(num_cpu, test_flags); in main()
145 if (test_flags & 0xC) { in main()
153 run_perf_test(num_cpu, test_flags >> 2); in main()
157 if (test_flags & 0x30) { in main()
165 run_perf_test(num_cpu, test_flags >> 4); in main()
169 if (test_flags & 0xC0) { in main()
177 run_perf_test(num_cpu, test_flags >> 6); in main()
Dmap_perf_test_user.c72 static int test_flags = ~0; variable
80 return test_flags & TEST_BIT(t); in check_test_flags()
439 test_flags = atoi(argv[1]) ? : test_flags; in main()