Searched refs:KernelSymbol (Results 1 – 7 of 7) sorted by relevance
42 static bool KernelSymbolsMatch(const KernelSymbol& sym1, const KernelSymbol& sym2) { in KernelSymbolsMatch()56 KernelSymbol expected_symbol; in TEST()
73 struct KernelSymbol { struct81 std::function<bool(const KernelSymbol&)> callback); argument
49 struct KernelSymbol;80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso);
20 bool ProcessKernelSymbols(const std::string&, std::function<bool(const KernelSymbol&)>) { in ProcessKernelSymbols() argument
219 static bool IsKernelFunctionSymbol(const KernelSymbol& symbol) { in IsKernelFunctionSymbol()223 bool Dso::KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso) { in KernelSymbolCallback()
114 std::function<bool(const KernelSymbol&)> callback) { in ProcessKernelSymbols()128 KernelSymbol symbol; in ProcessKernelSymbols()
28 bool ProcessKernelSymbols(const std::string&, std::function<bool(const KernelSymbol&)>) { in ProcessKernelSymbols() argument