Home
last modified time | relevance | path

Searched refs:trace_file_path (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc469 const char* trace_file_path = nullptr; in TraceProcessorMain() local
512 trace_file_path = argv[i]; in TraceProcessorMain()
515 if (trace_file_path == nullptr) { in TraceProcessorMain()
523 base::ScopedFile fd(base::OpenFile(trace_file_path, O_RDONLY)); in TraceProcessorMain()
525 PERFETTO_ELOG("Could not open trace file (path: %s)", trace_file_path); in TraceProcessorMain()
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py1179 trace_file_path = os.path.join(
1182 if not gfile.Exists(trace_file_path):
1185 'appropriate properties.'%trace_file_path)