Lines Matching refs:group
233 for (const auto& group : groups_) { in BuildAndCheckEventSelection() local
234 for (const auto& sel : group) { in BuildAndCheckEventSelection()
251 EventSelectionGroup group; in AddEventGroup() local
270 group.push_back(std::move(selection)); in AddEventGroup()
272 groups_.push_back(std::move(group)); in AddEventGroup()
282 for (const auto& group : groups_) { in GetEvents() local
283 for (const auto& selection : group) { in GetEvents()
292 for (const auto& group : groups_) { in GetTracepointEvents() local
293 for (const auto& selection : group) { in GetTracepointEvents()
304 for (const auto& group : groups_) { in ExcludeKernel() local
305 for (const auto& selection : group) { in ExcludeKernel()
316 for (const auto& group : groups_) { in GetEventAttrWithId() local
317 for (const auto& selection : group) { in GetEventAttrWithId()
333 for (const auto& group : groups_) { in UnionSampleType() local
334 for (const auto& selection : group) { in UnionSampleType()
338 for (auto& group : groups_) { in UnionSampleType() local
339 for (auto& selection : group) { in UnionSampleType()
346 for (auto& group : groups_) { in SetEnableOnExec() local
347 for (auto& selection : group) { in SetEnableOnExec()
365 for (const auto& group : groups_) { in GetEnableOnExec() local
366 for (const auto& selection : group) { in GetEnableOnExec()
376 for (auto& group : groups_) { in SampleIdAll() local
377 for (auto& selection : group) { in SampleIdAll()
409 for (auto& group : groups_) { in SetBranchSampling() local
410 for (auto& selection : group) { in SetBranchSampling()
424 for (auto& group : groups_) { in EnableFpCallChainSampling() local
425 for (auto& selection : group) { in EnableFpCallChainSampling()
436 for (auto& group : groups_) { in EnableDwarfCallChainSampling() local
437 for (auto& selection : group) { in EnableDwarfCallChainSampling()
451 for (auto& group : groups_) { in SetInherit() local
452 for (auto& selection : group) { in SetInherit()
459 for (auto& group : groups_) { in SetClockId() local
460 for (auto& selection : group) { in SetClockId()
468 for (const auto& group : groups_) { in NeedKernelSymbol() local
469 for (const auto& selection : group) { in NeedKernelSymbol()
491 auto& group = groups_.back(); in SetTracepointFilter() local
492 if (group.size() == 1) { in SetTracepointFilter()
493 if (group[0].event_attr.type == PERF_TYPE_TRACEPOINT) { in SetTracepointFilter()
494 selection = &group[0]; in SetTracepointFilter()
552 bool EventSelectionSet::OpenEventFilesOnGroup(EventSelectionGroup& group, in OpenEventFilesOnGroup() argument
559 for (auto& selection : group) { in OpenEventFilesOnGroup()
572 for (size_t i = 0; i < group.size(); ++i) { in OpenEventFilesOnGroup()
573 group[i].event_fds.push_back(std::move(event_fds[i])); in OpenEventFilesOnGroup()
601 for (auto& group : groups_) { in OpenEventFiles() local
606 if (!group[0].allowed_cpus.empty()) { in OpenEventFiles()
609 pcpus = &group[0].allowed_cpus; in OpenEventFiles()
612 if (OpenEventFilesOnGroup(group, tid, cpu, &failed_event_type)) { in OpenEventFiles()
668 for (auto& group : groups_) { in ApplyAddrFilters() local
669 for (auto& selection : group) { in ApplyAddrFilters()
683 for (auto& group : groups_) { in ApplyTracepointFilters() local
684 for (auto& selection : group) { in ApplyTracepointFilters()
746 for (auto& group : groups_) { in PrepareToReadMmapEventData() local
747 for (auto& selection : group) { in PrepareToReadMmapEventData()
813 for (auto& group : groups_) { in HasSampler() local
814 for (auto& sel : group) { in HasSampler()
824 for (auto& group : groups_) { in SetEnableEvents() local
825 for (auto& sel : group) { in SetEnableEvents()