Searched refs:sel (Results 1 – 3 of 3) sorted by relevance
269 for (const auto& sel : group.selections) { in BuildAndCheckEventSelection() local270 if (sel.event_type_modifier.name == selection->event_type_modifier.name) { in BuildAndCheckEventSelection()271 LOG(ERROR) << "Event type '" << sel.event_type_modifier.name << "' appears more than once"; in BuildAndCheckEventSelection()933 for (auto& sel : group.selections) { in HasSampler() local934 if (!sel.event_fds.empty()) { in HasSampler()944 for (auto& sel : group.selections) { in SetEnableEvents() local945 for (auto& fd : sel.event_fds) { in SetEnableEvents()957 for (auto& sel : group.selections) { in EnableETMEvents() local958 if (!sel.event_type_modifier.event_type.IsEtmEvent()) { in EnableETMEvents()961 for (auto& fd : sel.event_fds) { in EnableETMEvents()[all …]
1118 fillXfrmSelector(AF_UNSPEC, &usersa->sel); in fillUserSaInfo()1336 fillXfrmSelector(record.selAddrFamily, &usersp->sel); in fillUserSpInfo()1464 fillXfrmSelector(record.selAddrFamily, &usersp->sel); in fillUserPolicyId()
292 EXPECT_EQ(AF_UNSPEC, userspi.info.sel.family); in TEST_P()