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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 67 char *replay_file; /* file to print replayed event logs */ member in struct:PERF_Config
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c 147 if (config.replay_file)
149 free(config.replay_file);
150 config.replay_file = NULL;
perf_config.c 62 sConfig->replay_file = strdup("STDOUT");
87 if (sConfig->replay_file)
89 free(sConfig->replay_file);
90 sConfig->replay_file = NULL;
153 assign_string_if_matches(line, "replay_file", &cfg->replay_file) ||
perf_custom.c 363 if (config->replay_file)
368 config->log_file = config->replay_file;
369 config->replay_file = NULL;
372 at the 2nd call, replay_file is already NULL so we will
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httparchive.py 306 # Note we already loaded 'replay_file'.
    [all...]

Completed in 217 milliseconds