Searched defs:function (Results 1 – 7 of 7) sorted by relevance
31 val function: String, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent50 val function = string(6) in <lambda>() constant
21 class WorkqueueExecuteStartEvent(val struct: String, val function: String) : FtraceEventDetails { in <lambda>() constant in trebuchet.importers.ftrace.events.WorkqueueExecuteStartEvent
98 int test(void (*function)()) { in test()
53 val function get() = _function constant in trebuchet.importers.ftrace.FtraceLine
575 String function = match.group("function"); in parseAtraceInfoFile() local
249 private void notAllowedInMultiMode(String function) { in notAllowedInMultiMode()
2235 private void notify(@Nonnull IOExceptionFunction<ZFileExtension, IOExceptionRunnable> function) in notify()