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();
482 ProfileSession::ProfileSession() { in ProfileSession() function in simpleperf::ProfileSession503 ProfileSession::ProfileSession(const std::string& app_data_dir) in ProfileSession() function in simpleperf::ProfileSession506 ProfileSession::~ProfileSession() { in ~ProfileSession()510 void ProfileSession::StartRecording(const RecordOptions& options) { in StartRecording()514 void ProfileSession::StartRecording(const std::vector<std::string>& record_args) { in StartRecording()518 void ProfileSession::PauseRecording() { in PauseRecording()522 void ProfileSession::ResumeRecording() { in ResumeRecording()526 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()