Searched refs:symbols (Results 1 – 5 of 5) sorted by relevance
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/ |
D | SimpleperfHelper.java | 183 Map<String, String> symbols, in getSimpleperfReport() argument 193 return getMetrics(processToPid.getKey(), symbols, testIterations); in getSimpleperfReport() 208 String process, Map<String, String> symbols, int testIterations) { in getMetrics() argument 234 final String matchedSymbol = getMatchingSymbol(symbols, parsedSymbol); in getMetrics() 259 private static String getMatchingSymbol(Map<String, String> symbols, String parsedSymbol) { in getMatchingSymbol() argument 260 for (String candidate : symbols.keySet()) { in getMatchingSymbol() 262 return symbols.get(candidate); in getMatchingSymbol()
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | arm64_libdl.txt | 199 Version symbols section '.gnu.version' contains 44 entries:
|
D | arm32_libdl.txt | 213 Version symbols section '.gnu.version' contains 46 entries:
|
D | x86app_process64.txt | 332 Version symbols section '.gnu.version' contains 71 entries:
|
D | x86app_process32.txt | 302 Version symbols section '.gnu.version' contains 76 entries:
|