Searched refs:StartAsyncSliceEvent (Results 1 – 2 of 2) sorted by relevance
47 class StartAsyncSliceEvent(val tgid: Int, val name: String, val cookie: Int) : FtraceEventDetails { class81 private fun BufferReader.readOpenAsyncSlice(): StartAsyncSliceEvent { in BufferReader()89 return StartAsyncSliceEvent(tgid, name, cookie) in BufferReader()
60 …val start = detailsFor<StartAsyncSliceEvent>("tracing_mark_write: S|1150|launching: com.google.and… in testStartAsync()