Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp52 #define OMPT_VERBOSE_INIT_PRINT(...) \ macro
247 OMPT_VERBOSE_INIT_PRINT("----- START LOGGING OF TOOL REGISTRATION -----\n");
248 OMPT_VERBOSE_INIT_PRINT("Search for OMP tool in current address space... ");
262 OMPT_VERBOSE_INIT_PRINT(
264 OMPT_VERBOSE_INIT_PRINT("----- END LOGGING OF TOOL REGISTRATION -----\n");
272 OMPT_VERBOSE_INIT_PRINT("Searching tool libraries...\n");
273 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
282 OMPT_VERBOSE_INIT_PRINT("Opening %s... ", fname);
288 OMPT_VERBOSE_INIT_PRINT("Searching for ompt_start_tool in %s... ",
295 OMPT_VERBOSE_INIT_PRINT("Opening %s... ", fname);
[all …]