Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment_test.cpp42 static bool KernelSymbolsMatch(const KernelSymbol& sym1, const KernelSymbol& sym2) { in KernelSymbolsMatch()
56 KernelSymbol expected_symbol; in TEST()
Denvironment.h73 struct KernelSymbol { struct
81 std::function<bool(const KernelSymbol&)> callback); argument
Ddso.h49 struct KernelSymbol;
80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso);
Denvironment_fake.cpp20 bool ProcessKernelSymbols(const std::string&, std::function<bool(const KernelSymbol&)>) { in ProcessKernelSymbols() argument
Ddso.cpp219 static bool IsKernelFunctionSymbol(const KernelSymbol& symbol) { in IsKernelFunctionSymbol()
223 bool Dso::KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso) { in KernelSymbolCallback()
Denvironment.cpp114 std::function<bool(const KernelSymbol&)> callback) { in ProcessKernelSymbols()
128 KernelSymbol symbol; in ProcessKernelSymbols()
/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp28 bool ProcessKernelSymbols(const std::string&, std::function<bool(const KernelSymbol&)>) { in ProcessKernelSymbols() argument