Home
last modified time | relevance | path

Searched refs:igt_interactive_debug (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_aux.c1002 if (!igt_interactive_debug) in igt_debug_wait_for_keypress()
1005 if (!strstr(igt_interactive_debug, var) && in igt_debug_wait_for_keypress()
1006 !strstr(igt_interactive_debug, "all")) in igt_debug_wait_for_keypress()
1050 if (!igt_interactive_debug) in igt_debug_manual_check()
1053 if (!strstr(igt_interactive_debug, var) && in igt_debug_manual_check()
1054 !strstr(igt_interactive_debug, "all")) in igt_debug_manual_check()
Digt_core.c262 const char *igt_interactive_debug; variable
839 igt_interactive_debug = strdup(optarg); in common_init()
841 igt_interactive_debug = "all"; in common_init()
Digt_core.h1000 extern const char *igt_interactive_debug;