Home
last modified time | relevance | path

Searched refs:GetBugreportPath (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/include/perfetto/ext/tracing/core/
Dtracing_service.h45 std::string GetBugreportPath();
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc273 return GetBugreportPath() + ".tmp"; in GetBugreportTmpPath()
299 std::string GetBugreportPath() { in GetBugreportPath() function
3542 if (rename(GetBugreportTmpPath().c_str(), GetBugreportPath().c_str())) { in SaveTraceForBugreport()
3544 GetBugreportPath() + ") failed (" + in SaveTraceForBugreport()
3547 consumer_callback(true, GetBugreportPath()); in SaveTraceForBugreport()
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto264 // /data/misc/perfetto-traces, see GetBugreportPath()).
/external/perfetto/test/
Dend_to_end_integrationtest.cc273 base::ReadFile(GetBugreportPath(), &trace_str); in VerifyBugreportTraceContents()