Lines Matching refs:event_selection_set_
300 event_selection_set_(true), in StatCommand()
322 EventSelectionSet event_selection_set_; member in __anon3ff1e7bf0111::StatCommand
337 if (event_selection_set_.empty()) { in Run()
354 event_selection_set_.AddMonitoredThreads({-1}); in Run()
355 } else if (!event_selection_set_.HasMonitoredTarget()) { in Run()
357 event_selection_set_.AddMonitoredProcesses({workload->GetPid()}); in Run()
358 event_selection_set_.SetEnableOnExec(true); in Run()
372 if (!event_selection_set_.OpenEventFiles(cpus_)) { in Run()
390 if (!event_selection_set_.HandleCpuHotplugEvents(cpus_)) { in Run()
394 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in Run()
397 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); in Run()
410 if (!event_selection_set_.ReadCounters(&counters)) { in Run()
482 if (!event_selection_set_.AddEventType(event_type)) { in ParseOptions()
491 if (!event_selection_set_.AddEventGroup(event_types)) { in ParseOptions()
509 event_selection_set_.AddMonitoredProcesses(pids); in ParseOptions()
518 event_selection_set_.AddMonitoredThreads(tids); in ParseOptions()
527 if (system_wide_collection_ && event_selection_set_.HasMonitoredTarget()) { in ParseOptions()
551 if (!event_selection_set_.AddEventType(name)) { in AddDefaultMeasuredEventTypes()
556 if (event_selection_set_.empty()) { in AddDefaultMeasuredEventTypes()
564 event_selection_set_.SetInherit(child_inherit_); in SetEventSelectionFlags()