Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DEventParserState.kt64 fun onParseDetails(funcName: String, parser: EventDetailsParser) { in onParseDetails() method in trebuchet.importers.ftrace.events.SharedEventParserState
72 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch()
74 return@onParseDetails this.result() in onParseDetailsWithMatch()
84 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch()
86 return@onParseDetails this.result() in onParseDetailsWithMatch()
DTraceMarkerEvent.kt141 sharedState.onParseDetails("tracing_mark_write") { state, details -> in sharedState()