Lines Matching refs:EventSelectionSet
53 bool EventSelectionSet::AddEventType(const EventTypeAndModifier& event_type_modifier) {
74 void EventSelectionSet::UnionSampleType() {
84 void EventSelectionSet::SetEnableOnExec(bool enable) {
100 bool EventSelectionSet::GetEnableOnExec() {
109 void EventSelectionSet::SampleIdAll() {
115 void EventSelectionSet::SetSampleFreq(uint64_t sample_freq) {
123 void EventSelectionSet::SetSamplePeriod(uint64_t sample_period) {
131 bool EventSelectionSet::SetBranchSampling(uint64_t branch_sample_type) {
154 void EventSelectionSet::EnableFpCallChainSampling() {
160 bool EventSelectionSet::EnableDwarfCallChainSampling(uint32_t dump_stack_size) {
175 void EventSelectionSet::SetInherit(bool enable) {
192 bool EventSelectionSet::OpenEventFilesForCpus(const std::vector<int>& cpus) {
196 bool EventSelectionSet::OpenEventFilesForThreadsOnCpus(const std::vector<pid_t>& threads,
208 bool EventSelectionSet::OpenEventFiles(const std::vector<pid_t>& threads,
234 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) {
253 void EventSelectionSet::PreparePollForEventFiles(std::vector<pollfd>* pollfds) {
263 bool EventSelectionSet::MmapEventFiles(size_t mmap_pages) {
292 bool EventSelectionSet::ReadMmapEventData(std::function<bool(const char*, size_t)> callback) {
309 EventSelectionSet::EventSelection* EventSelectionSet::FindSelectionByType(
319 const perf_event_attr* EventSelectionSet::FindEventAttrByType(
325 const std::vector<std::unique_ptr<EventFd>>* EventSelectionSet::FindEventFdsByType(