Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp52 #define OMPT_VERBOSE_INIT_PRINT(...) \ macro
258 OMPT_VERBOSE_INIT_PRINT("----- START LOGGING OF TOOL REGISTRATION -----\n");
259 OMPT_VERBOSE_INIT_PRINT("Search for OMP tool in current address space... ");
273 OMPT_VERBOSE_INIT_PRINT(
275 OMPT_VERBOSE_INIT_PRINT("----- END LOGGING OF TOOL REGISTRATION -----\n");
283 OMPT_VERBOSE_INIT_PRINT("Searching tool libraries...\n");
284 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
293 OMPT_VERBOSE_INIT_PRINT("Opening %s... ", fname);
299 OMPT_VERBOSE_INIT_PRINT("Searching for ompt_start_tool in %s... ",
313 OMPT_VERBOSE_INIT_PRINT("Opening %s... ", fname);
[all …]