Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DTraceMarkerEvent.kt131 tryMatch(state.matchers[parentTsMatcher]) { in sharedState()
135 tryMatch(state.matchers[realtimeTsMatcher]) { in sharedState()
DEventParserState.kt106 return reader.tryMatch(matchers[matcher], result) in createEventParser()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt216 if (!tryMatch(matcher, result)) { in match()
221 inline fun tryMatch(matcher: Matcher, result: MatchResult.() -> Unit): Boolean { in tryMatch() method in trebuchet.util.BufferReader
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt81 tryMatch(matcher) { in create()