Lines Matching defs:func_index
766 size_t func_index;
769 err = counter->ops->function_get(counter, count, &func_index);
773 count->function = func_index;
775 function = count->functions_list[func_index];
787 size_t func_index;
793 for (func_index = 0; func_index < num_functions; func_index++) {
794 function = count->functions_list[func_index];
799 if (func_index >= num_functions)
802 err = counter->ops->function_set(counter, count, func_index);
806 count->function = func_index;