Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java65 private static final String SIMPLEPERF_PATH_IN_IMAGE = "/system/bin/simpleperf"; field in ProfileSession
183 && mSimpleperfPath.equals(SIMPLEPERF_PATH_IN_IMAGE)) { in stopRecording()
234 simpleperfPath = SIMPLEPERF_PATH_IN_IMAGE; in findSimpleperf()