Searched refs:KernelSymbolsMatch (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | kallsyms_test.cpp | 37 static bool KernelSymbolsMatch(const KernelSymbol& sym1, const KernelSymbol& sym2) { in KernelSymbolsMatch() function 53 data, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 60 data, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 64 data, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
|