Lines Matching full:tool

51 // tool... Success." instead of "PREFIX: Start tool... PREFIX: Success."
157 // of ompt_start_tool() will be used in case no tool-supplied implementation of
164 // runtime library is linked before the tool. Since glibc 2.2 strong symbols in ompt_start_tool()
180 // initialize the tool. Otherwise, NULL is returned and OMPT won't be enabled.
258 OMPT_VERBOSE_INIT_PRINT("----- START LOGGING OF TOOL REGISTRATION -----\n");
259 OMPT_VERBOSE_INIT_PRINT("Search for OMP tool in current address space... ");
274 "Tool was started and is using the OMPT interface.\n");
275 OMPT_VERBOSE_INIT_PRINT("----- END LOGGING OF TOOL REGISTRATION -----\n");
279 // Try tool-libraries-var ICV
283 OMPT_VERBOSE_INIT_PRINT("Searching tool libraries...\n");
335 "Tool was started and is using the OMPT interface.\n");
352 // usable tool found in tool-libraries
354 OMPT_VERBOSE_INIT_PRINT("----- END LOGGING OF TOOL REGISTRATION -----\n");
359 { // Non-standard: load archer tool if application is built with TSan
362 "...searching tool libraries failed. Using archer tool.\n");
374 "Tool was started and is using the OMPT interface.\n");
376 "----- END LOGGING OF TOOL REGISTRATION -----\n");
387 OMPT_VERBOSE_INIT_PRINT("No OMP tool loaded.\n");
388 OMPT_VERBOSE_INIT_PRINT("----- END LOGGING OF TOOL REGISTRATION -----\n");
404 // Use a tool iff a tool is enabled and available.
436 OMPT_VERBOSE_INIT_PRINT("OMP tool disabled. \n");
443 // Load tool iff specified in environment variable
480 // Initialize the tool if so indicated.
488 // tool not enabled, zero out the bitmap, and done
864 * API inquiry for tool
887 /// Lookup function to query libomp callbacks registered by the tool