HomeSort by relevance Sort by last modified time
    Searched refs:fOutFile (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 37 if (!me->fOut) me->fOut = fopen(me->fOutFile, "wb");
65 if (me->puBuffer && me->fOutFile)
77 if (me->fOutFile) free(me->fOutFile);
78 me->fOutFile = NULL;
119 me->fOutFile = (char *) malloc (strlen(config->trace_file) + 34);
120 if (me->puBuffer && me->fOutFile)
127 sprintf(me->fOutFile, "%s-%05lu-%08lx-%c%c%c%c.trace",
135 me->fOut = fopen(me->fOutFile, "ab");
153 if (!me->puBuffer || !me->fOutFile || (!config->delayed_open && !me->fOut)
    [all...]
perf_print.c 204 char *fOutFile = NULL;
229 fOutFile = (char *) malloc (strlen(config->log_file) + 32);
230 if (fOutFile)
232 sprintf(fOutFile, "%s-%05lu-%08lx-%c%c%c%c.log",
235 fOut = fopen(fOutFile, "at");
238 free(fOutFile);
239 fOutFile = NULL;
perf_rt.c 51 char *fOutFile = NULL;
184 fOutFile = (char *) malloc (strlen(config->rt_file) + 32);
185 if (fOutFile)
187 sprintf(fOutFile, "%s-%05lu-%08lx-%c%c%c%c.log",
190 fOut = fopen(fOutFile, "at");
193 free(fOutFile);
194 fOutFile = NULL;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 174 char *fOutFile; /* output file name */

Completed in 147 milliseconds