Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java234 final String matchedSymbol = getMatchingSymbol(symbols, parsedSymbol); in getMetrics() local
235 if (matchedSymbol == null) { in getMetrics()
238 String key = String.join("-", process, matchedSymbol, eventName); in getMetrics()