Home
last modified time | relevance | path

Searched refs:KernelSymbol (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dutils_test.cpp31 static bool KernelSymbolsMatch(const KernelSymbol& sym1, in KernelSymbolsMatch()
32 const KernelSymbol& sym2) { in KernelSymbolsMatch()
43 KernelSymbol expected_symbol; in TEST()
Dutils.h156 struct KernelSymbol { struct
164 const std::function<bool(const KernelSymbol&)>& callback); argument
Dutils.cpp272 const std::function<bool(const KernelSymbol&)>& callback) { in ProcessKernelSymbols()
286 KernelSymbol symbol; in ProcessKernelSymbols()
Ddso.h79 struct KernelSymbol;
Ddso.cpp308 static bool IsKernelFunctionSymbol(const KernelSymbol& symbol) { in IsKernelFunctionSymbol()
313 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, in KernelSymbolCallback()