Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dkallsyms.h26 struct KernelSymbol { struct
36 const std::function<bool(const KernelSymbol&)>& callback); argument
H A Dkallsyms_test.cpp37 static bool KernelSymbolsMatch(const KernelSymbol& sym1, const KernelSymbol& sym2) { in KernelSymbolsMatch()
47 KernelSymbol expected_symbol; in TEST()
H A Dkallsyms.cpp49 auto symbol_callback = [&](const KernelSymbol& symbol) { return (symbol.addr != 0u); }; in CanReadKernelSymbolAddresses()
243 const std::function<bool(const KernelSymbol&)>& callback) { in ProcessKernelSymbols()
257 KernelSymbol symbol; in ProcessKernelSymbols()
H A Ddso.cpp690 auto symbol_callback = [&](const KernelSymbol& symbol) { in ReadSymbolsFromKallsyms()