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.java77 private String mSimpleperfPath; field in ProfileSession
146 mSimpleperfPath = findSimpleperf(); in startRecording()
149 createSimpleperfProcess(mSimpleperfPath, args); in startRecording()
188 && mSimpleperfPath.equals(SIMPLEPERF_PATH_IN_IMAGE)) { in stopRecording()