Searched refs:tracing_path (Results 1 – 1 of 1) sorted by relevance
35 static const char* tracing_path = getenv("PERFETTO_METATRACE_FILE"); in MaybeOpenTraceFile() local36 if (tracing_path == nullptr) in MaybeOpenTraceFile()38 static int fd = open(tracing_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in MaybeOpenTraceFile()