HomeSort by relevance Sort by last modified time
    Searched full:trace_file (Results 1 - 25 of 34) sorted by null

1 2

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
_perf.ini 2 trace_file=perf
perf_unittest.c 275 /* no trace_file, debug or log_file is specified (e.g. only replay_file) */
279 /* trace_file cannot be created (e.g. invalid directory), and no other file was specified */
280 create_config_file("trace_file = " INVALID_PATH "trace\nmask = 0xFFFFFFFF\n");
283 /* trace_file cannot be created but delayed_open is enabled (object should
286 create_config_file("trace_file = " INVALID_PATH "trace\ndelayed_open = 1\nmask = 0xFFFFFFFF\n");
338 "trace_file = NULL \t\n"
355 assert(!config.trace_file);
  /sdk/emulator/qtools/
read_addr.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
exc_dump.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
bb_dump.cpp 15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
check_trace.cpp 18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
dump_regions.cpp 15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
hist_trace.cpp 13 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
profile_pid.cpp 38 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
q2g.cpp 28 fprintf(stderr, "Usage: %s [options] trace_file elf_file gtrace_file\n",
read_pid.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
bb2sym.cpp 24 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
coverage.cpp 73 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
profile_trace.cpp 42 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
post_trace.cpp 19 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
read_trace.cpp 20 "Usage: %s [options] [-- -s start_time] trace_file elf_file\n",
bbprof.cpp 65 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
  /external/webrtc/src/system_wrappers/source/
trace_unittest.cc 26 std::string trace_file = webrtc::test::OutputPath() + local
28 Trace::SetTraceFile(trace_file.c_str());
cpu_wrapper_unittest.cc 35 std::string trace_file = webrtc::test::OutputPath() + local
37 Trace::SetTraceFile(trace_file.c_str());
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 51 sConfig->trace_file = NULL;
77 if (sConfig->trace_file)
79 free(sConfig->trace_file);
80 sConfig->trace_file = NULL;
144 assign_string_if_matches(line, "trace_file", &cfg->trace_file) ||
perf_log.c 119 me->fOutFile = (char *) malloc (strlen(config->trace_file) + 34);
128 config->trace_file, perf->ulPID, (unsigned long) perf,
perf.c 109 if (config->trace_file)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 56 char *trace_file; /* file base to save trace */ member in struct:PERF_Config
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 79 if (pConfig->trace_file)
81 free(pConfig->trace_file);
82 pConfig->trace_file = NULL;
  /external/v8/tools/
ll_prof.py 606 self.trace_file = open(trace_name, "r")
607 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
660 self.trace_file.close()

Completed in 587 milliseconds

1 2