Lines Matching refs:EventSelectionSet
25 void EventSelectionSet::AddEventType(const EventType& event_type) { in AddEventType()
32 void EventSelectionSet::EnableOnExec() { in EnableOnExec()
38 void EventSelectionSet::SampleIdAll() { in SampleIdAll()
44 void EventSelectionSet::SetSampleFreq(uint64_t sample_freq) { in SetSampleFreq()
52 void EventSelectionSet::SetSamplePeriod(uint64_t sample_period) { in SetSamplePeriod()
60 bool EventSelectionSet::OpenEventFilesForAllCpus() { in OpenEventFilesForAllCpus()
83 bool EventSelectionSet::OpenEventFilesForProcess(pid_t pid) { in OpenEventFilesForProcess()
96 bool EventSelectionSet::EnableEvents() { in EnableEvents()
107 bool EventSelectionSet::ReadCounters( in ReadCounters()
123 void EventSelectionSet::PreparePollForEventFiles(std::vector<pollfd>* pollfds) { in PreparePollForEventFiles()
133 bool EventSelectionSet::MmapEventFiles(size_t mmap_pages) { in MmapEventFiles()
163 bool EventSelectionSet::ReadMmapEventData(std::function<bool(const char*, size_t)> callback) { in ReadMmapEventData()
180 std::string EventSelectionSet::FindEventFileNameById(uint64_t id) { in FindEventFileNameById()
191 EventSelectionSet::EventSelection* EventSelectionSet::FindSelectionByType( in FindSelectionByType()
201 const perf_event_attr& EventSelectionSet::FindEventAttrByType(const EventType& event_type) { in FindEventAttrByType()
205 const std::vector<std::unique_ptr<EventFd>>& EventSelectionSet::FindEventFdsByType( in FindEventFdsByType()