Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java76 private String mSimpleperfPath; field in ProfileSession
142 mSimpleperfPath = findSimpleperf(); in startRecording()
145 createSimpleperfProcess(mSimpleperfPath, args); in startRecording()
183 && mSimpleperfPath.equals(SIMPLEPERF_PATH_IN_IMAGE)) { in stopRecording()