Searched refs:KE_TRACE (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_error.cpp | 64 KE_TRACE(10, ("expand cons_stack (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_expand_cons_stack() 140 KE_TRACE(10, ("allocate cons_stack (%d)\n", gtid)); in __kmp_allocate_cons_stack() 198 KE_TRACE(10, ("__kmp_push_parallel (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_push_parallel() 199 KE_TRACE(100, (PUSH_MSG(ct_parallel, ident))); in __kmp_push_parallel() 216 KE_TRACE(10, ("__kmp_check_workshare (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_check_workshare() 236 KE_TRACE(10, ("__kmp_push_workshare (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_push_workshare() 238 KE_TRACE(100, (PUSH_MSG(ct, ident))); in __kmp_push_workshare() 257 KE_TRACE(10, ("__kmp_check_sync (gtid=%d)\n", __kmp_get_gtid())); 345 KE_TRACE(10, ("__kmp_push_sync (gtid=%d)\n", gtid)); 351 KE_TRACE(100, (PUSH_MSG(ct, ident))); [all …]
|
H A D | kmp_alloc.cpp | 585 KE_TRACE(10, ("%%%%%% MALLOC( %d )\n", (int)size)); in bget() 614 KE_TRACE(10, ("%%%%%% MALLOCB( %d )\n", (int)thr->exp_incr)); in bget() 725 KE_TRACE(10, ("%%%%%% FREE( %p )\n", (void *)bdh)); in brel() 846 KE_TRACE(10, ("%%%%%% FREE( %p )\n", (void *)b)); in brel() 1027 KE_TRACE(10, ("%%%%%% FREE( %p )\n", (void *)b)); in __kmp_finalize_bget() 1187 KE_TRACE(30, ("-> __kmp_thread_malloc( %p, %d ) called from %s:%d\n", th, in ___kmp_thread_malloc() 1190 KE_TRACE(30, ("<- __kmp_thread_malloc() returns %p\n", ptr)); in ___kmp_thread_malloc() 1197 KE_TRACE(30, ("-> __kmp_thread_calloc( %p, %d, %d ) called from %s:%d\n", th, in ___kmp_thread_calloc() 1200 KE_TRACE(30, ("<- __kmp_thread_calloc() returns %p\n", ptr)); in ___kmp_thread_calloc() 1206 KE_TRACE(30, ("-> __kmp_thread_realloc( %p, %p, %d ) called from %s:%d\n", th, in ___kmp_thread_realloc() [all …]
|
H A D | kmp_debug.h | 97 #define KE_TRACE(d, x) \ macro 161 #define KE_TRACE(d, x) /* nothing to do */ macro
|
H A D | kmp_sched.cpp | 134 KE_TRACE(10, ("__kmpc_for_static_init called (%d)\n", global_tid)); in __kmp_for_static_init() 182 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 236 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 266 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 446 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 504 KE_TRACE(10, ("__kmpc_dist_for_static_init called (%d)\n", gtid)); in __kmp_dist_for_static_init() 726 KE_TRACE(10, ("__kmpc_dist_for_static_init: T#%d return\n", gtid)); in __kmp_dist_for_static_init() 774 KE_TRACE(10, ("__kmp_team_static_init called (%d)\n", gtid)); in __kmp_team_static_init()
|
H A D | kmp_tasking.cpp | 318 KE_TRACE(10, ("__kmp_realloc_task_deque: T#%d reallocating deque[from %d to " 343 KE_TRACE(20, ("__kmp_alloc_task_pri_list: T#%d allocating deque[%d] " 3779 KE_TRACE( 3850 KE_TRACE( 3876 KE_TRACE(10, ("__kmp_realloc_task_threads_data: T#%d allocating " 3990 KE_TRACE(10, ("__kmp_allocate_task_team: T#%d allocating "
|
H A D | kmp_collapse.cpp | 1594 KE_TRACE(10, ("__kmpc_for_collapsed_init called (%d)\n", gtid)); in __kmpc_for_collapsed_init()
|
H A D | kmp_dispatch.cpp | 2676 KE_TRACE(10, ("__kmpc_dist_get_bounds called (%d)\n", gtid)); in __kmp_dist_get_bounds()
|
H A D | kmp_csupport.cpp | 2005 KE_TRACE(10, ("__kmpc_for_static_fini called T#%d\n", global_tid)); in __kmpc_for_static_fini()
|