Lines Matching refs:MAX_TOOLS
25 #define MAX_TOOLS 1 macro
46 ps_initialize_t initialize_functions[MAX_TOOLS];
47 ps_register_thread_t register_thread_functions[MAX_TOOLS];
48 ps_finalize_t finalize_functions[MAX_TOOLS];
49 ps_dump_data_t dump_data_functions[MAX_TOOLS];
50 ps_timer_create_t timer_create_functions[MAX_TOOLS];
51 ps_timer_start_t timer_start_functions[MAX_TOOLS];
52 ps_timer_stop_t timer_stop_functions[MAX_TOOLS];
53 ps_set_parameter_t set_parameter_functions[MAX_TOOLS];
54 ps_dynamic_phase_start_t dynamic_phase_start_functions[MAX_TOOLS];
55 ps_dynamic_phase_stop_t dynamic_phase_stop_functions[MAX_TOOLS];
56 ps_create_counter_t create_counter_functions[MAX_TOOLS];
57 ps_sample_counter_t sample_counter_functions[MAX_TOOLS];
58 ps_set_metadata_t set_metadata_functions[MAX_TOOLS];
59 ps_get_timer_data_t get_timer_data_functions[MAX_TOOLS];
60 ps_get_counter_data_t get_counter_data_functions[MAX_TOOLS];
61 ps_get_metadata_t get_metadata_functions[MAX_TOOLS];
62 ps_free_timer_data_t free_timer_data_functions[MAX_TOOLS];
63 ps_free_counter_data_t free_counter_data_functions[MAX_TOOLS];
64 ps_free_metadata_t free_metadata_functions[MAX_TOOLS];