/external/vixl/tools/ |
D | 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/chromium-trace/catapult/systrace/profile_chrome/ |
D | 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)
|
D | chrome_startup_tracing_agent.py | 102 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)
|
D | chrome_tracing_agent.py | 115 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/ |
D | deoptimizer.cc | 2705 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 …]
|
D | deoptimizer.h | 313 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);
|
D | d8.cc | 3317 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/ |
D | main.c | 156 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 …]
|
D | blkparse.h | 70 struct trace_file { struct 131 void add_io(struct trace *trace, struct trace_file *tf);
|
D | blkparse.c | 1019 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/ |
D | video_processing_unittest.h | 30 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/ |
D | load_tool | 127 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/ |
D | video_rtp_play.cc | 33 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/ |
D | generate_seccomp_policy.py | 97 with open(trace_filename) as trace_file: 98 for line in trace_file:
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | mnist_softmax_xla.py | 83 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/ |
D | bwe_test_framework.cc | 584 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/ |
D | site_crashcollect.py | 89 with open(minidump_path + '.txt', 'w') as trace_file: 90 trace_file.write(trace_text)
|
/external/v8/tools/ |
D | ll_prof.py | 590 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/ |
D | README.trace | 278 -p <trace_file>
|