Searched refs:get_counter_data_functions (Results 1 – 1 of 1) sorted by relevance
60 ps_get_counter_data_t get_counter_data_functions[MAX_TOOLS]; variable128 get_counter_data_functions[0] = &ps_tool_get_counter_data; in initialize_library()168 get_counter_data_functions[0] = (ps_get_counter_data_t)dlsym( in initialize_library()359 if (tool_id < num_tools_registered) get_counter_data_functions[tool_id](counter_data); in ps_get_counter_data_()