Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp252 static const std::string SERIALIZE_PERFETTO_TRACE_TASK = "SERIALIZE PERFETTO TRACE"; variable
3517 MYLOGI("Launching async '%s'", SERIALIZE_PERFETTO_TRACE_TASK.c_str()) in MaybeSnapshotSystemTraceAsync()
3528 SERIALIZE_PERFETTO_TRACE_TASK, {"perfetto", "--save-for-bugreport"}, in MaybeSnapshotSystemTraceAsync()
3543 WaitForTask(std::move(task), SERIALIZE_PERFETTO_TRACE_TASK, STDOUT_FILENO); in MaybeWaitForSnapshotSystemTrace()