Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt78 val processName = if (tgid == pid) task else null in <lambda>() constant
80 thread.hint(name = task, tgid = tgid, processName = processName) in <lambda>()
87 thread.hint(processName = processName) in <lambda>()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DThreadModelFragment.kt28 …fun hint(pid: Int = InvalidId, name: String? = null, tgid: Int = InvalidId, processName: String? =… in hint()
32 if (this.process.name == null) this.process.name = processName in hint()