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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 80 char *rt_file; /* file to save all real-time logs */ member in struct:PERF_Config
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 70 sConfig->rt_file = strdup("STDERR");
92 if (sConfig->rt_file)
94 free(sConfig->rt_file);
95 sConfig->rt_file = NULL;
160 assign_string_if_matches(line, "rt_file", &cfg->rt_file)
perf_rt.c 176 if (config->rt_file && succeed)
179 if (!strcasecmp(config->rt_file, "STDOUT")) fOut = stdout;
180 else if (!strcasecmp(config->rt_file, "STDERR")) fOut = stderr;
184 fOutFile = (char *) malloc (strlen(config->rt_file) + 32);
188 config->rt_file, perf->ulPID, (unsigned long) perf,
    [all...]

Completed in 374 milliseconds