Searched refs:fOutFile (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_log.c | 37 if (!me->fOut) me->fOut = fopen(me->fOutFile, "wb"); in __PERF_LOG_flush() 65 if (me->puBuffer && me->fOutFile) in __PERF_LOG_done() 77 if (me->fOutFile) free(me->fOutFile); in __PERF_LOG_done() 78 me->fOutFile = NULL; in __PERF_LOG_done() 119 me->fOutFile = (char *) malloc (strlen(config->trace_file) + 34); in __PERF_LOG_create() 120 if (me->puBuffer && me->fOutFile) in __PERF_LOG_create() 127 sprintf(me->fOutFile, "%s-%05lu-%08lx-%c%c%c%c.trace", in __PERF_LOG_create() 135 me->fOut = fopen(me->fOutFile, "ab"); in __PERF_LOG_create() 153 if (!me->puBuffer || !me->fOutFile || (!config->delayed_open && !me->fOut)) in __PERF_LOG_create()
|
D | perf_print.c | 204 char *fOutFile = NULL; in PERF_PRINT_create() local 229 fOutFile = (char *) malloc (strlen(config->log_file) + 32); in PERF_PRINT_create() 230 if (fOutFile) in PERF_PRINT_create() 232 sprintf(fOutFile, "%s-%05lu-%08lx-%c%c%c%c.log", in PERF_PRINT_create() 235 fOut = fopen(fOutFile, "at"); in PERF_PRINT_create() 238 free(fOutFile); in PERF_PRINT_create() 239 fOutFile = NULL; in PERF_PRINT_create()
|
D | perf_rt.c | 51 char *fOutFile = NULL; in PERF_RT_create() local 184 fOutFile = (char *) malloc (strlen(config->rt_file) + 32); in PERF_RT_create() 185 if (fOutFile) in PERF_RT_create() 187 sprintf(fOutFile, "%s-%05lu-%08lx-%c%c%c%c.log", in PERF_RT_create() 190 fOut = fopen(fOutFile, "at"); in PERF_RT_create() 193 free(fOutFile); in PERF_RT_create() 194 fOutFile = NULL; in PERF_RT_create()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_log.h | 174 char *fOutFile; /* output file name */ member
|