Lines Matching defs:group_count
180 perfcntr_index(const struct fd_perfcntr_group *group, uint32_t group_count,
186 for (i = 0; i < group_count; i++) {
195 assert(i < group_count);
1648 uint32_t group_count;
1650 fd_perfcntrs(&phydev->dev_id, &group_count);
1656 for (int i = 0; i < group_count; i++) {
1696 uint32_t group_count = 0;
1699 fd_perfcntrs(&phydev->dev_id, &group_count);
1701 uint32_t counters_requested[group_count];
1706 perfcntr_index(group, group_count,
1713 for (uint32_t i = 0; i < group_count; i++) {