Searched refs:ProfileSession (Results 1 – 5 of 5) sorted by relevance
116 class ProfileSession {122 ProfileSession(const std::string& app_data_dir);127 ProfileSession();128 ~ProfileSession();
467 ProfileSession::ProfileSession() { in ProfileSession() function in simpleperf::ProfileSession488 ProfileSession::ProfileSession(const std::string& app_data_dir) in ProfileSession() function in simpleperf::ProfileSession491 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()
24 import com.android.simpleperf.ProfileSession;53 ProfileSession profileSession = new ProfileSession(); in createProfileThread()
64 public class ProfileSession { class85 public ProfileSession(@NonNull String appDataDir) { in ProfileSession() method in ProfileSession93 public ProfileSession() { in ProfileSession() method in ProfileSession
36 simpleperf::ProfileSession session; in ProfileThreadFunc()