Home
last modified time | relevance | path

Searched refs:should_run (Results 1 – 5 of 5) sorted by relevance

/tools/tracing/rtla/src/
Dtimerlat_u.h8 int should_run; member
Dtimerlat_u.c186 while (params->should_run) { in timerlat_u_dispatcher()
Dtimerlat_top.c867 params_u.should_run = 1; in timerlat_top_main()
917 params_u.should_run = 0; in timerlat_top_main()
Dtimerlat_hist.c1078 params_u.should_run = 1; in timerlat_hist_main()
1121 params_u.should_run = 0; in timerlat_hist_main()
/tools/testing/selftests/bpf/
Dtest_progs.c142 bool should_run; member
160 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function
1212 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1415 if (!test->should_run || !test->run_serial_test) in server_main()
1675 test->should_run = should_run(&env.test_selector, in main()
1734 if (!test->should_run) in main()