Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DRecordOptions.java129 public List<String> toRecordArgs() { in toRecordArgs() method in RecordOptions
DProfileSession.java126 startRecording(options.toRecordArgs()); in startRecording()