Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dcpuhp.proto26 uint64 fun = 4; field
42 uint64 fun = 4; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dcpuhp.proto26 uint64 fun = 4; field
42 uint64 fun = 4; field
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dsub_event_parser.cpp65 void SubEventParser::RegisterParseFunction(const std::string& name, ParseFunction&& fun) in RegisterParseFunction()