Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt55 fun processFor(tgid: Int, name: String? = null): ProcessModelFragment { in <lambda>() method
84 if (tgid != InvalidId) processFor(tgid) in <lambda>()