Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DFtraceEvent.kt23 val CpuBufferStarted = FtraceEvent(null, InvalidId, InvalidId, -1, -1.0, in <lambda>() constant
62 return CpuBufferStarted in <lambda>()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporter.kt22 import trebuchet.importers.ftrace.events.CpuBufferStarted in <lambda>()
54 if (it === CpuBufferStarted) { in <lambda>()