Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils_test.cpp32 static bool KernelSymbolsMatch(const KernelSymbol& sym1, in KernelSymbolsMatch()
33 const KernelSymbol& sym2) { in KernelSymbolsMatch()
44 KernelSymbol expected_symbol; in TEST()
Dutils.h148 struct KernelSymbol { struct
156 const std::function<bool(const KernelSymbol&)>& callback); argument
Dutils.cpp339 const std::function<bool(const KernelSymbol&)>& callback) { in ProcessKernelSymbols()
353 KernelSymbol symbol; in ProcessKernelSymbols()
Ddso.h111 struct KernelSymbol;
Ddso.cpp629 auto symbol_callback = [&](const KernelSymbol& symbol) { in ReadSymbolsFromKallsyms()