Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 9 of 9) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt47 val thread = proc.threadFor(tgid, name) in <lambda>() constant
56 val thread = pidMap[tgid] ?: createProcess(tgid, name) in <lambda>() constant
77 var thread = pidMap[pid] in <lambda>() variable
DImportData.kt31 val thread get() = importer.threadFor(line) constant
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt78 val thread = process.threads.first() in testImportBeginEnd() constant
114 val thread = process.threads.first() in testImportBeginEndNoTgids() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
DSystraceExtractor.kt39 val thread = Thread { in <lambda>() constant
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DProcessModelFragment.kt49 var thread = _threads[pid] in <lambda>() variable
DSchedulingProcessFragment.kt21 class SchedulingProcessFragment(val process: ProcessModelFragment, val thread: ThreadModelFragment,… constant in trebuchet.model.fragments.SchedulingProcessFragment
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DSchedEvent.kt70 val thread = state.threadFor(pid, task = comm) in import() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt135 this.threads.forEach { thread -> in ProcessModel() method
415 process.threads.forEach { thread -> in slices() method
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt96 for (thread in this.threads) { in ProcessModel() method