Home
last modified time | relevance | path

Searched refs:get_metadata_functions (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/perfstubs/
H A Dpstimer.c61 ps_get_metadata_t get_metadata_functions[MAX_TOOLS]; variable
129 get_metadata_functions[0] = &ps_tool_get_metadata; in initialize_library()
170 get_metadata_functions[0] = (ps_get_metadata_t)dlsym( in initialize_library()
365 if (tool_id < num_tools_registered) get_metadata_functions[tool_id](metadata); in ps_get_metadata_()