Searched refs:SchedSwitchEvent (Results 1 – 2 of 2) sorted by relevance
53 class SchedSwitchEvent(val prevComm: String, val prevPid: Int, val prevPrio: Int, class81 SchedSwitchEvent(string(1), int(2), int(3), schedState(4), in sharedState()
63 …val details = event.details as? SchedSwitchEvent ?: fail("${event.details} not instance of SchedSw… in testParseLineNoTgid()