Searched refs:KernelSymbolsMatch (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/ |
D | environment_test.cpp | 42 static bool KernelSymbolsMatch(const KernelSymbol& sym1, const KernelSymbol& sym2) { in KernelSymbolsMatch() function 62 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 69 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 73 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
|