Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc729 DeoptimizationLiteralArray literal_array, Address fp, FILE* trace_file) { in CreateNextTranslatedFrame() argument
739 if (trace_file != nullptr) { in CreateNextTranslatedFrame()
741 PrintF(trace_file, " reading input frame %s", name.get()); in CreateNextTranslatedFrame()
744 PrintF(trace_file, in CreateNextTranslatedFrame()
759 if (trace_file != nullptr) { in CreateNextTranslatedFrame()
761 PrintF(trace_file, " reading arguments adaptor frame %s", name.get()); in CreateNextTranslatedFrame()
762 PrintF(trace_file, " => height=%d; inputs:\n", height); in CreateNextTranslatedFrame()
772 if (trace_file != nullptr) { in CreateNextTranslatedFrame()
774 PrintF(trace_file, " reading construct stub frame %s", name.get()); in CreateNextTranslatedFrame()
775 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
[all …]
Dtranslated-state.h386 FILE* trace_file, int parameter_count, int actual_argument_count);
402 DeoptimizationLiteralArray literal_array, Address fp, FILE* trace_file);
407 FILE* trace_file);
412 FILE* trace_file);
444 FILE* trace_file);
Ddeoptimizer.cc826 FILE* trace_file = in DoComputeOutputFrames() local
831 input_data.LiteralArray(), input_->GetRegisterValues(), trace_file, in DoComputeOutputFrames()
/third_party/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 + "\".")
/third_party/mesa3d/.gitlab-ci/piglit/
Dbuild-piglit_backport-s3-migration.diff66 + assert not self.trace_file.check()
68 + TestDownloadUtils.check_same_file(self.trace_file, "remote")
/third_party/node/deps/v8/tools/
Dgenerate-runtime-call-stats.py138 def process_trace(trace_file): argument
139 text_string = pathlib.Path(trace_file).read_text()
392 trace_file = trace_files[0]
394 output = process_trace(trace_file)
Dll_prof.py593 self.trace_file = open(trace_name, "r")
594 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
656 self.trace_file.close()
/third_party/mesa3d/src/util/perf/
Du_trace.c357 DEBUG_GET_ONCE_FILE_OPTION(trace_file, "GPU_TRACEFILE", NULL, "w")
/third_party/node/deps/v8/src/d8/
Dd8.cc5297 std::ofstream trace_file; in Main() local
5305 trace_file.open(trace_path); in Main()
5306 if (!trace_file.good()) { in Main()
5320 tracing->InitializeForPerfetto(&trace_file); in Main()
5337 trace_file)); in Main()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h9571 struct trace_event_file *trace_file; member