Lines Matching refs:EventSelectionSet
155 EventSelectionSet::EventSelectionSet(bool for_stat_cmd) in EventSelectionSet() function in EventSelectionSet
158 EventSelectionSet::~EventSelectionSet() {} in ~EventSelectionSet()
160 bool EventSelectionSet::BuildAndCheckEventSelection(const std::string& event_name, bool first_event, in BuildAndCheckEventSelection()
245 bool EventSelectionSet::AddEventType(const std::string& event_name, size_t* group_id) { in AddEventType()
249 bool EventSelectionSet::AddEventGroup( in AddEventGroup()
280 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents()
290 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents()
303 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel()
314 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
331 void EventSelectionSet::UnionSampleType() { in UnionSampleType()
345 void EventSelectionSet::SetEnableOnExec(bool enable) { in SetEnableOnExec()
364 bool EventSelectionSet::GetEnableOnExec() { in GetEnableOnExec()
375 void EventSelectionSet::SampleIdAll() { in SampleIdAll()
383 void EventSelectionSet::SetSampleSpeed(size_t group_id, const SampleSpeed& speed) { in SetSampleSpeed()
396 bool EventSelectionSet::SetBranchSampling(uint64_t branch_sample_type) { in SetBranchSampling()
423 void EventSelectionSet::EnableFpCallChainSampling() { in EnableFpCallChainSampling()
431 bool EventSelectionSet::EnableDwarfCallChainSampling(uint32_t dump_stack_size) { in EnableDwarfCallChainSampling()
450 void EventSelectionSet::SetInherit(bool enable) { in SetInherit()
458 void EventSelectionSet::SetClockId(int clock_id) { in SetClockId()
467 bool EventSelectionSet::NeedKernelSymbol() const { in NeedKernelSymbol()
478 void EventSelectionSet::SetRecordNotExecutableMaps(bool record) { in SetRecordNotExecutableMaps()
483 bool EventSelectionSet::RecordNotExecutableMaps() const { in RecordNotExecutableMaps()
487 bool EventSelectionSet::SetTracepointFilter(const std::string& filter) { in SetTracepointFilter()
552 bool EventSelectionSet::OpenEventFilesOnGroup(EventSelectionGroup& group, in OpenEventFilesOnGroup()
588 bool EventSelectionSet::OpenEventFiles(const std::vector<int>& cpus) { in OpenEventFiles()
633 bool EventSelectionSet::ApplyFilters() { in ApplyFilters()
637 bool EventSelectionSet::ApplyAddrFilters() { in ApplyAddrFilters()
682 bool EventSelectionSet::ApplyTracepointFilters() { in ApplyTracepointFilters()
706 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters()
728 bool EventSelectionSet::MmapEventFiles(size_t min_mmap_pages, size_t max_mmap_pages, in MmapEventFiles()
738 bool EventSelectionSet::PrepareToReadMmapEventData(const std::function<bool(Record*)>& callback) { in PrepareToReadMmapEventData()
756 bool EventSelectionSet::SyncKernelBuffer() { in SyncKernelBuffer()
762 bool EventSelectionSet::ReadMmapEventData(bool with_time_limit) { in ReadMmapEventData()
779 bool EventSelectionSet::FinishReadMmapEventData() { in FinishReadMmapEventData()
790 bool EventSelectionSet::StopWhenNoMoreTargets(double check_interval_in_sec) { in StopWhenNoMoreTargets()
795 bool EventSelectionSet::CheckMonitoredTargets() { in CheckMonitoredTargets()
812 bool EventSelectionSet::HasSampler() { in HasSampler()
823 bool EventSelectionSet::SetEnableEvents(bool enable) { in SetEnableEvents()