Searched refs:CounterSliceEvent (Results 1 – 2 of 2) sorted by relevance
39 class CounterSliceEvent(val tgid: Int, val name: String, val value: Long) : FtraceEventDetails { class70 private fun BufferReader.readCounter(): CounterSliceEvent { in readCounter()78 return CounterSliceEvent(tgid, name, value) in readCounter()
36 val counter = detailsFor<CounterSliceEvent>("tracing_mark_write: C|42|myCounter|9001") in testCounter()