Home
last modified time | relevance | path

Searched defs:report_error (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Devent_fd.cpp50 const std::string& event_name, bool report_error) { in OpenEventFile()
160 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer()
186 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer()
260 bool EventFd::CreateAuxBuffer(size_t aux_buffer_size, bool report_error) { in CreateAuxBuffer()
Dworkload.cpp55 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd()
DETMRecorder.cpp50 static bool ReadValueInEtmDir(const std::string& file, T* value, bool report_error = true, in ReadValueInEtmDir()
DRecordReadThread.cpp397 bool report_error = pages == min_mmap_pages_; in HandleAddEventFds() local
Dtracing.cpp87 bool report_error = true) { in ReadTraceFsFile()
Devent_type.cpp497 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName()