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

1 2

  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayer.h 37 bool ReplayTrace(const std::string& trace_file,
41 void ListTestServices(const string& trace_file);
VtsHidlHalReplayer.cpp 42 void VtsHidlHalReplayer::ListTestServices(const string& trace_file) {
44 int fd = open(trace_file.c_str(), O_RDONLY);
46 LOG(ERROR) << "Can not open trace file: " << trace_file
69 const string& trace_file, map<string, string>& hal_service_instances) {
71 int fd = open(trace_file.c_str(), O_RDONLY);
73 LOG(ERROR) << "Can not open trace file: " << trace_file
  /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/bart/tests/
test_sched_functions.py 28 trace_file = "trace.txt"
31 with open(trace_file, "w") as fout:
37 trace = trappy.FTrace(trace_file)
45 trace_file = "trace.txt"
59 with open(trace_file, "w") as fout:
67 trace = trappy.FTrace(trace_file)
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 43 bool VtsTraceProcessor::ParseBinaryTrace(const string& trace_file,
48 open(trace_file.c_str(), O_RDONLY, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
50 cerr << "Can not open trace file: " << trace_file
77 bool VtsTraceProcessor::ParseTextTrace(const string& trace_file,
79 ifstream in(trace_file, std::ios::in);
105 void VtsTraceProcessor::ParseTrace(const string& trace_file) {
107 if (!ParseBinaryTrace(trace_file, false, false, false, &profiling_msg)) {
108 cerr << __func__ << ": Failed to parse trace file: " << trace_file << endl;
135 void VtsTraceProcessor::ConvertTrace(const string& trace_file) {
137 if (!ParseTextTrace(trace_file, &profiling_msg))
237 string trace_file = path; local
319 string trace_file = trace_dir; local
390 string trace_file = trace_file_dir; local
616 struct dirent* trace_file; local
    [all...]
VtsTraceProcessor.h 45 void ProcessTraceForLatencyProfiling(const std::string& trace_file);
61 void ParseTrace(const std::string& trace_file);
64 void ConvertTrace(const std::string& trace_file);
76 bool ParseBinaryTrace(const std::string& trace_file, bool ignore_timestamp,
82 bool ParseTextTrace(const std::string& trace_file,
90 void CleanupTraceFile(const std::string& trace_file);
154 void GetHalTraceSummary(const std::string& trace_file,
  /external/chromium-trace/catapult/systrace/profile_chrome/
util.py 25 trace_file = result.source_name + GetTraceTimestamp()
26 WriteDataToCompressedFile(result.raw_data, trace_file)
27 z.write(trace_file)
28 os.unlink(trace_file)
chrome_startup_tracing_agent.py 101 trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/')
102 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
103 self._device.PullFile(trace_file, host_file)
chrome_tracing_agent.py 114 trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/')
115 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
117 self._device.PullFile(trace_file, host_file)
  /art/tools/runtime_memusage/
prune_sanitizer_output.py 115 parser.add_argument("trace_file", action="store",
131 trace_file = parsed_argv.trace_file
133 trace_split = trace_file.read().split(STACK_DIVIDER)
134 trace_file.close()
142 filename = os.path.basename(trace_file.name + "_filtered")
  /external/vixl/tools/
verify_assembler_traces.py 434 trace_file
435 for trace_file in os.listdir(trace_dir)
436 if trace_file.startswith("assembler-")
439 for trace_file in trace_files:
441 print("Verifying \"" + trace_file + "\".")
442 with open(os.path.join(trace_dir, trace_file), "r") as f:
443 if "t32" in trace_file:
445 elif "a32" in trace_file:
448 raise Exception("Failed to recognize the ISA in \"" + trace_file + "\".")
  /external/bart/docs/examples/
thermal.py 32 trace_file = "update_a_trace_path_here"
33 ftrace = trappy.FTrace(trace_file, "test_run")
  /external/lisa/experiments/
run_uibench_cgroup.py 132 trace_file = os.path.join(outdir, "trace.html") variable
133 tr = Trace(None, trace_file,
  /external/lisa/tools/analysis/
run_binder_transaction_analysis.py 102 trace_file = os.path.join(args.res_dir, "trace.html") variable
106 trace = Trace(platform, trace_file, events)
  /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());
  /external/trappy/tests/
test_caching.py 39 trace_file = os.path.basename(trace_path)
40 cache_dir = '.' + trace_file + '.cache'
51 trace_file = os.path.basename(trace_path)
52 cache_dir = '.' + trace_file + '.cache'
201 trace_file = os.path.basename(trace_path)
202 cache_dir = '.' + trace_file + '.cache'
  /external/lisa/libs/utils/android/
workload.py 52 self.trace_file = None
220 self.trace_file = os.path.join(self.out_dir, 'trace.dat')
225 self.trace_file = os.path.join(self.out_dir, 'trace.html')
232 self._te, self.trace_file, self._trace_time, conf=self._te.conf)
269 self._te.ftrace.get_trace(self.trace_file)
276 self.trace_file)
313 os.popen("kernelshark {}".format(self.trace_file))
317 webbrowser.open(self.trace_file)
  /external/minijail/tools/
generate_seccomp_policy.py 107 trace_file = open(trace_filename)
108 for line in trace_file:
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
mnist_softmax_xla.py 82 with open('timeline.ctf.json', 'w') as trace_file:
83 trace_file.write(trace.generate_chrome_trace_format())
  /test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/
VtsHalTraceCollector.java 114 File trace_file = new File( local
116 device.pullFile(line, trace_file);
  /external/v8/src/
deoptimizer.cc     [all...]
  /external/trappy/trappy/
dynamic.py 97 trace = trappy.FTrace("/path/to/trace_file")
  /external/lisa/tests/eas/
capacity_capping.py 90 cls.trace_file = os.path.join(cls.env.res_dir, "cap_cap.dat")
95 trace = trappy.FTrace(cls.trace_file)
152 cls.env.ftrace.get_trace(cls.trace_file)
  /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)
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 347 std::string trace_file = StringPrintf("/data/misc/trace/%s.trace.bin", proc_name.c_str()); local
348 Trace::Start(trace_file.c_str(),

Completed in 456 milliseconds

1 2