Home
last modified time | relevance | path

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

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DProcessModelFragment.kt59 fun addCounterSample(name: String, timestamp: Double, value: Long) { in <lambda>() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DTraceMarkerEvent.kt42 .addCounterSample(name, event.timestamp, value) in import()