Lines Matching refs:EventSelectionSet
165 EventSelectionSet::EventSelectionSet(bool for_stat_cmd) in EventSelectionSet() function in simpleperf::EventSelectionSet
168 EventSelectionSet::~EventSelectionSet() {} in ~EventSelectionSet()
170 bool EventSelectionSet::BuildAndCheckEventSelection(const std::string& event_name, bool first_event, in BuildAndCheckEventSelection()
251 bool EventSelectionSet::AddEventType(const std::string& event_name, size_t* group_id) { in AddEventType()
255 bool EventSelectionSet::AddEventGroup(const std::vector<std::string>& event_names, in AddEventGroup()
286 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents()
296 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents()
308 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel()
319 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
334 std::unordered_map<uint64_t, std::string> EventSelectionSet::GetEventNamesById() const { in GetEventNamesById()
348 void EventSelectionSet::UnionSampleType() { in UnionSampleType()
362 void EventSelectionSet::SetEnableOnExec(bool enable) { in SetEnableOnExec()
381 bool EventSelectionSet::GetEnableOnExec() { in GetEnableOnExec()
392 void EventSelectionSet::SampleIdAll() { in SampleIdAll()
400 void EventSelectionSet::SetSampleSpeed(size_t group_id, const SampleSpeed& speed) { in SetSampleSpeed()
413 bool EventSelectionSet::SetBranchSampling(uint64_t branch_sample_type) { in SetBranchSampling()
438 void EventSelectionSet::EnableFpCallChainSampling() { in EnableFpCallChainSampling()
446 bool EventSelectionSet::EnableDwarfCallChainSampling(uint32_t dump_stack_size) { in EnableDwarfCallChainSampling()
463 void EventSelectionSet::SetInherit(bool enable) { in SetInherit()
471 void EventSelectionSet::SetClockId(int clock_id) { in SetClockId()
480 bool EventSelectionSet::NeedKernelSymbol() const { in NeedKernelSymbol()
484 void EventSelectionSet::SetRecordNotExecutableMaps(bool record) { in SetRecordNotExecutableMaps()
489 bool EventSelectionSet::RecordNotExecutableMaps() const { in RecordNotExecutableMaps()
493 void EventSelectionSet::WakeupPerSample() { in WakeupPerSample()
502 bool EventSelectionSet::SetTracepointFilter(const std::string& filter) { in SetTracepointFilter()
562 bool EventSelectionSet::OpenEventFilesOnGroup(EventSelectionGroup& group, pid_t tid, int cpu, in OpenEventFilesOnGroup()
597 bool EventSelectionSet::OpenEventFiles(const std::vector<int>& cpus) { in OpenEventFiles()
642 bool EventSelectionSet::ApplyFilters() { in ApplyFilters()
646 bool EventSelectionSet::ApplyAddrFilters() { in ApplyAddrFilters()
691 bool EventSelectionSet::ApplyTracepointFilters() { in ApplyTracepointFilters()
715 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters()
737 bool EventSelectionSet::MmapEventFiles(size_t min_mmap_pages, size_t max_mmap_pages, in MmapEventFiles()
746 bool EventSelectionSet::PrepareToReadMmapEventData(const std::function<bool(Record*)>& callback) { in PrepareToReadMmapEventData()
764 bool EventSelectionSet::SyncKernelBuffer() { in SyncKernelBuffer()
770 bool EventSelectionSet::ReadMmapEventData(bool with_time_limit) { in ReadMmapEventData()
787 bool EventSelectionSet::FinishReadMmapEventData() { in FinishReadMmapEventData()
798 void EventSelectionSet::CloseEventFiles() { in CloseEventFiles()
809 bool EventSelectionSet::StopWhenNoMoreTargets(double check_interval_in_sec) { in StopWhenNoMoreTargets()
814 bool EventSelectionSet::CheckMonitoredTargets() { in CheckMonitoredTargets()
831 bool EventSelectionSet::HasSampler() { in HasSampler()
842 bool EventSelectionSet::SetEnableEvents(bool enable) { in SetEnableEvents()