Searched refs:ProfileSessionImpl (Results 1 – 2 of 2) sorted by relevance
157 class ProfileSessionImpl { class159 ProfileSessionImpl(const std::string& app_data_dir) in ProfileSessionImpl() function in simpleperf::ProfileSessionImpl161 ~ProfileSessionImpl();194 ProfileSessionImpl::~ProfileSessionImpl() { in ~ProfileSessionImpl()203 void ProfileSessionImpl::StartRecording(const std::vector<std::string>& args) { in StartRecording()220 void ProfileSessionImpl::PauseRecording() { in PauseRecording()232 void ProfileSessionImpl::ResumeRecording() { in ResumeRecording()241 void ProfileSessionImpl::StopRecording() { in StopRecording()261 void ProfileSessionImpl::SendCmd(const std::string& cmd) { in SendCmd()337 std::string ProfileSessionImpl::FindSimpleperf() { in FindSimpleperf()[all …]
115 class ProfileSessionImpl; variable158 ProfileSessionImpl* impl_;