Home
last modified time | relevance | path

Searched refs:trace_file (Results 1 – 19 of 19) sorted by relevance

/external/vixl/tools/
Dverify_assembler_traces.py434 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/chromium-trace/catapult/systrace/profile_chrome/
Dutil.py25 trace_file = result.source_name + GetTraceTimestamp()
26 WriteDataToCompressedFile(result.raw_data, trace_file)
27 z.write(trace_file)
28 os.unlink(trace_file)
Dchrome_startup_tracing_agent.py102 trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/')
103 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
104 self._device.PullFile(trace_file, host_file)
Dchrome_tracing_agent.py115 trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/')
116 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
118 self._device.PullFile(trace_file, host_file)
/external/v8/src/
Ddeoptimizer.cc2705 FILE* trace_file) { in CreateNextTranslatedFrame() argument
2714 if (trace_file != nullptr) { in CreateNextTranslatedFrame()
2716 PrintF(trace_file, " reading input frame %s", name.get()); in CreateNextTranslatedFrame()
2718 PrintF(trace_file, in CreateNextTranslatedFrame()
2730 if (trace_file != nullptr) { in CreateNextTranslatedFrame()
2732 PrintF(trace_file, " reading arguments adaptor frame %s", name.get()); in CreateNextTranslatedFrame()
2733 PrintF(trace_file, " => height=%d; inputs:\n", height); in CreateNextTranslatedFrame()
2743 if (trace_file != nullptr) { in CreateNextTranslatedFrame()
2745 PrintF(trace_file, " reading construct stub frame %s", name.get()); in CreateNextTranslatedFrame()
2746 PrintF(trace_file, " => bailout_id=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
[all …]
Ddeoptimizer.h313 RegisterValues* registers, FILE* trace_file, int parameter_count);
324 FILE* trace_file);
327 RegisterValues* registers, FILE* trace_file);
333 FILE* trace_file);
364 FixedArray* literal_array, FILE* trace_file);
Dd8.cc3317 std::ofstream trace_file; in Main() local
3331 trace_file.open(options.trace_path ? options.trace_path : "v8_trace.json"); in Main()
3335 platform::tracing::TraceWriter::CreateJSONTraceWriter(trace_file)); in Main()
/external/blktrace/iowatcher/
Dmain.c156 static void alloc_mpstat_gld(struct trace_file *tf) in alloc_mpstat_gld()
243 struct trace_file *tf; in add_trace_file()
259 struct trace_file *tf; in add_fio_trace_file()
276 struct trace_file *tf; in setup_trace_file_graphs()
321 struct trace_file *tf; in read_traces()
372 struct trace_file *tf; in pick_line_graph_color()
395 static void read_fio_events(struct trace_file *tf) in read_fio_events()
418 struct trace_file *tf; in read_trace_events()
501 struct trace_file *tf; in set_trace_label()
539 static void compare_minmax_tf(struct trace_file *tf, unsigned int *max_seconds, in compare_minmax_tf()
[all …]
Dblkparse.h70 struct trace_file { struct
131 void add_io(struct trace *trace, struct trace_file *tf);
Dblkparse.c1019 static struct pid_map *get_pid_map(struct trace_file *tf, u32 pid) in get_pid_map()
1052 void add_io(struct trace *trace, struct trace_file *tf) in add_io()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.h30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt"; in SetUpTestCase() local
31 ASSERT_EQ(0, Trace::SetTraceFile(trace_file.c_str())); in SetUpTestCase()
/external/perfetto/tools/
Dload_tool127 with tempfile.NamedTemporaryFile() as trace_file:
141 perfetto_args, stdin=subprocess.PIPE, stdout=trace_file)
169 [tp_path, '-q', trace_query_file.name, trace_file.name])
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_rtp_play.cc33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt"; in RtpPlay() local
35 webrtc::Trace::SetTraceFile(trace_file.c_str()); in RtpPlay()
/external/minijail/tools/
Dgenerate_seccomp_policy.py97 with open(trace_filename) as trace_file:
98 for line in trace_file:
/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dmnist_softmax_xla.py83 with open('/tmp/timeline.ctf.json', 'w') as trace_file:
84 trace_file.write(trace.generate_chrome_trace_format())
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc584 FILE* trace_file = fopen(filename.c_str(), "r"); in Init() local
585 if (!trace_file) { in Init()
589 while (!feof(trace_file)) { in Init()
592 if (fgets(line, kMaxLineLength, trace_file)) { in Init()
607 fclose(trace_file); in Init()
/external/autotest/server/
Dsite_crashcollect.py89 with open(minidump_path + '.txt', 'w') as trace_file:
90 trace_file.write(trace_text)
/external/v8/tools/
Dll_prof.py590 self.trace_file = open(trace_name, "r")
591 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
653 self.trace_file.close()
/external/u-boot/doc/
DREADME.trace278 -p <trace_file>