Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt143 skipCount(2) in parseLine()
145 skipCount(5) in parseLine()
149 skipCount(1); skipChar(' '.toByte()) in parseLine()
151 skipCount(1) in parseLine()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DTraceMarkerEvent.kt63 skipCount(2) in BufferReader()
72 skipCount(2) in readCounter()
83 skipCount(2) in BufferReader()
94 skipCount(2) in BufferReader()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt37 inline fun skipCount(count: Int) { in isDigit() method in trebuchet.util.BufferReaderState