Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt22 import trebuchet.model.fragments.CpuModelFragment in <lambda>()
29 private val cpuMap = SparseArray<CpuModelFragment>(6) in <lambda>()
95 fun cpuFor(cid: Int): CpuModelFragment { in <lambda>()
98 cpu = CpuModelFragment(cid) in <lambda>()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCpuModel.kt18 import trebuchet.model.fragments.CpuModelFragment
20 class CpuModel constructor(val model: Model, fragment: CpuModelFragment) {
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DCpuModelFragment.kt23 class CpuModelFragment(var id: Int) { class
DModelFragment.kt21 val cpus = mutableListOf<CpuModelFragment>()