Searched refs:func_index (Results 1 – 1 of 1) sorted by relevance
837 size_t func_index; in counter_function_show() local840 err = counter->ops->function_get(counter, count, &func_index); in counter_function_show()844 count->function = func_index; in counter_function_show()846 function = count->functions_list[func_index]; in counter_function_show()858 size_t func_index; in counter_function_store() local864 for (func_index = 0; func_index < num_functions; func_index++) { in counter_function_store()865 function = count->functions_list[func_index]; in counter_function_store()870 if (func_index >= num_functions) in counter_function_store()873 err = counter->ops->function_set(counter, count, func_index); in counter_function_store()877 count->function = func_index; in counter_function_store()