Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.h116 class ProfileSession {
122 ProfileSession(const std::string& app_data_dir);
127 ProfileSession();
128 ~ProfileSession();
Dsimpleperf.cpp467 ProfileSession::ProfileSession() { in ProfileSession() function in simpleperf::ProfileSession
488 ProfileSession::ProfileSession(const std::string& app_data_dir) in ProfileSession() function in simpleperf::ProfileSession
491 ProfileSession::~ProfileSession() { in ~ProfileSession()
495 void ProfileSession::StartRecording(const RecordOptions& options) { in StartRecording()
499 void ProfileSession::StartRecording(const std::vector<std::string>& record_args) { in StartRecording()
503 void ProfileSession::PauseRecording() { in PauseRecording()
507 void ProfileSession::ResumeRecording() { in ResumeRecording()
511 void ProfileSession::StopRecording() { in StopRecording()
/system/extras/simpleperf/demo/JavaApi/app/src/main/java/simpleperf/demo/java_api/
DMainActivity.java24 import com.android.simpleperf.ProfileSession;
53 ProfileSession profileSession = new ProfileSession(); in createProfileThread()
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java64 public class ProfileSession { class
85 public ProfileSession(@NonNull String appDataDir) { in ProfileSession() method in ProfileSession
93 public ProfileSession() { in ProfileSession() method in ProfileSession
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp36 simpleperf::ProfileSession session; in ProfileThreadFunc()