Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp157 class ProfileSessionImpl { class
159 ProfileSessionImpl(const std::string& app_data_dir) in ProfileSessionImpl() function in simpleperf::ProfileSessionImpl
161 ~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 …]
Dsimpleperf.h115 class ProfileSessionImpl; variable
158 ProfileSessionImpl* impl_;