Searched defs:RecordCommandImpl (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_record.cpp38 class RecordCommandImpl { class
40 RecordCommandImpl() function in class:RecordCommandImpl
51 ~RecordCommandImpl() {
86 bool RecordCommandImpl::Run(const std::vector<std::string>& args) {
154 std::bind(&RecordCommandImpl::WriteData, this, std::placeholders::_1, std::placeholders::_2);
175 bool RecordCommandImpl::ParseOptions(const std::vector<std::string>& args,
231 bool RecordCommandImpl::SetMeasuredEventType(const std::string& event_type_name) {
240 void RecordCommandImpl::SetEventSelection() {
250 bool RecordCommandImpl::WriteData(const char* data, size_t size) {
254 bool RecordCommandImpl
[all...]

Completed in 24 milliseconds