Home
last modified time | relevance | path

Searched refs:KernelSymbol (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dkernel_symbols_parser.h27 struct KernelSymbol { struct
39 void Accept(const std::function<void(const KernelSymbol&)>& visitor);
43 static bool IsValidTextSymbol(const KernelSymbol& a);
44 static bool CompareSymbolInfo(const KernelSymbol& a, const KernelSymbol& b);
47 std::vector<KernelSymbol> kernelSymbols_;
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dkernel_symbols_parser.cpp41 void KernelSymbolsParser::Accept(const std::function<void(const KernelSymbol&)>& visitor) in Accept()
46 bool KernelSymbolsParser::IsValidTextSymbol(const KernelSymbol& a) in IsValidTextSymbol()
60 bool KernelSymbolsParser::CompareSymbolInfo(const KernelSymbol& a, const KernelSymbol& b) in CompareSymbolInfo()
76 KernelSymbol info; in Parse()
H A Dflow_controller.cpp712 ksymsParser_->Accept([&tracePluginResult](const KernelSymbol& symbol) {
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dkernel_symbols_processor.h34 struct KernelSymbol { struct in SysTuning::TraceStreamer::KernelSymbolsProcessor
41 static bool IsValidKernelSymbol(const KernelSymbol &symbol);
H A Dkernel_symbols_processor.cpp36 bool KernelSymbolsProcessor::IsValidKernelSymbol(const KernelSymbol &symbol) in IsValidKernelSymbol()
56 KernelSymbol symbol; in HandleKallSyms()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dkernel_symbols_parser_test.cpp22 using FTRACE_NS::KernelSymbol;
90 void visitor(const KernelSymbol& kernelSymbol) in visitor()

Completed in 4 milliseconds