Searched refs:SchedWakeupRE (Results 1 – 1 of 1) sorted by relevance
77 …private const val SchedWakeupRE = """comm=(.+) pid=(\d+) prio=(\d+)(?: success=\d+)? target_cpu=(\… constant84 sharedState.onParseDetailsWithMatch(arrayOf("sched_waking", "sched_wake"), SchedWakeupRE) { in sharedState()