Searched refs:event_selection_set_ (Results 1 – 2 of 2) sorted by relevance
161 event_selection_set_(false), in RecordCommand()210 EventSelectionSet event_selection_set_; member in RecordCommand237 if (event_selection_set_.empty()) { in Run()238 if (!event_selection_set_.AddEventType(default_measured_event_type)) { in Run()257 event_selection_set_.AddMonitoredThreads({-1}); in Run()258 } else if (!event_selection_set_.HasMonitoredTarget()) { in Run()260 event_selection_set_.AddMonitoredProcesses({workload->GetPid()}); in Run()261 event_selection_set_.SetEnableOnExec(true); in Run()262 if (event_selection_set_.HasInplaceSampler()) { in Run()279 if (!event_selection_set_.OpenEventFiles(cpus_)) { in Run()[all …]
300 event_selection_set_(true), in StatCommand()322 EventSelectionSet event_selection_set_; member in __anon3ff1e7bf0111::StatCommand337 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()[all …]