Home
last modified time | relevance | path

Searched refs:replay_file (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c62 sConfig->replay_file = strdup("STDOUT"); in PERF_Config_Init()
87 if (sConfig->replay_file) in PERF_Config_Release()
89 free(sConfig->replay_file); in PERF_Config_Release()
90 sConfig->replay_file = NULL; in PERF_Config_Release()
153 assign_string_if_matches(line, "replay_file", &cfg->replay_file) || in read_line()
Dperf.c147 if (config.replay_file) in PERF_Create()
149 free(config.replay_file); in PERF_Create()
150 config.replay_file = NULL; in PERF_Create()
Dperf_custom.c363 if (config->replay_file) in __PERF_CUSTOM_create()
368 config->log_file = config->replay_file; in __PERF_CUSTOM_create()
369 config->replay_file = NULL; in __PERF_CUSTOM_create()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_config.h67 char *replay_file; /* file to print replayed event logs */ member