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

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt"; local
31 ASSERT_EQ(0, Trace::SetTraceFile(trace_file.c_str()));
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
trace_profiler.py 45 trace_file = '%s.zip' % self._output_path
47 with zipfile.ZipFile(trace_file, 'w', zipfile.ZIP_DEFLATED) as z:
53 print 'Trace saved as %s' % trace_file
56 return [trace_file]
android_systrace_profiler.py 67 trace_file = StringIO.StringIO()
68 trace_result.Serialize(trace_file)
72 z.writestr('trace.json', trace_file.getvalue())
android_traceview_profiler.py 56 for pid, trace_file in self._trace_files:
59 util.WaitFor(lambda: self._FileSize(trace_file) > 0, timeout=10)
60 output_files.append(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
  /external/chromium-trace/catapult/systrace/profile_chrome/
trace_packager.py 25 for trace_file in trace_files:
26 os.unlink(trace_file)
47 for trace_file in trace_files:
48 with open(trace_file) as f:
57 merge_candidates.append((trace_file, json_data))
64 for trace_file, json_data in merge_candidates[1:]:
68 os.unlink(trace_file)
chrome_startup_controller.py 69 trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/')
70 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
71 self._device.PullFile(trace_file, host_file)
chrome_controller.py 106 trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/')
107 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
109 self._device.PullFile(trace_file, host_file)
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt"; local
35 webrtc::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)
  /external/v8/src/
deoptimizer.cc     [all...]
deoptimizer.h 261 FILE* trace_file);
269 FILE* trace_file);
275 FILE* trace_file);
    [all...]
  /system/extras/pagecache/
pagecache.py 280 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name):
281 for line in trace_file:
362 parser.add_option('-f', dest='trace_file', metavar='FILE',
383 if options.trace_file is not None:
384 if not os.path.isfile(options.trace_file):
387 trace_file = open(options.trace_file, 'r')
388 read_and_parse_trace_file(trace_file, pagecache_stats, options.app_name)
  /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;
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 192 std::string trace_file = StringPrintf("/data/misc/trace/%s.trace.bin", proc_name.c_str()); local
193 Trace::Start(trace_file.c_str(),
  /external/autotest/server/
site_crashcollect.py 70 with open(minidump_path + '.txt', 'w') as trace_file:
71 trace_file.write(trace_text)
  /art/runtime/
trace.cc 328 std::unique_ptr<File> trace_file; local
331 trace_file.reset(OS::CreateEmptyFileWriteOnly(trace_filename));
333 trace_file.reset(new File(trace_fd, "tracefile"));
334 trace_file->DisableAutoClose();
336 if (trace_file.get() == nullptr) {
361 the_trace_ = new Trace(trace_file.release(), trace_filename, buffer_size, flags, output_mode,
586 Trace::Trace(File* trace_file, const char* trace_name, size_t buffer_size, int flags,
588 : trace_file_(trace_file),
    [all...]
trace.h 190 Trace(File* trace_file, const char* trace_name, size_t buffer_size, int flags,
runtime.cc 155 std::string trace_file; member in struct:art::TraceConfig
643 if (trace_config_.get() != nullptr && trace_config_->trace_file != "") {
645 Trace::Start(trace_config_->trace_file.c_str(),
    [all...]
  /external/fio/t/
btrace2fio.c 43 struct trace_file { struct
78 struct trace_file *files;
277 struct trace_file *f;
778 p->files = malloc(sizeof(struct trace_file));
1034 static int trace_needs_swap(const char *trace_file, int *swap)
1041 fd = open(trace_file, O_RDONLY);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 584 FILE* trace_file = fopen(filename.c_str(), "r"); local
585 if (!trace_file) {
589 while (!feof(trace_file)) {
592 if (fgets(line, kMaxLineLength, trace_file)) {
607 fclose(trace_file);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
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);
  /external/v8/tools/
ll_prof.py 643 self.trace_file = open(trace_name, "r")
644 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
706 self.trace_file.close()
    [all...]

Completed in 426 milliseconds