Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_config.h62 unsigned long detailed_debug; /* debug flag - will print ALL events */ member
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c57 sConfig->detailed_debug = FALSE; in PERF_Config_Init()
150 assign_long_if_matches(line, "detailed_debug",&cfg->detailed_debug) || in read_line()
Dperf_custom.c378 if (config->log_file || config->debug || config->detailed_debug) in __PERF_CUSTOM_create()
Dperf_print.c248 else if (config->detailed_debug) in PERF_PRINT_create()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf_unittest.c349 assert(config.detailed_debug = 0x1234567A); in test_PERF_config()
367 assert(!config.detailed_debug); in test_PERF_config()