Searched refs:KE_TRACE (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_error.cpp | 58 KE_TRACE(10, ("expand cons_stack (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_expand_cons_stack() 134 KE_TRACE(10, ("allocate cons_stack (%d)\n", gtid)); in __kmp_allocate_cons_stack() 192 KE_TRACE(10, ("__kmp_push_parallel (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_push_parallel() 193 KE_TRACE(100, (PUSH_MSG(ct_parallel, ident))); in __kmp_push_parallel() 210 KE_TRACE(10, ("__kmp_check_workshare (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_check_workshare() 230 KE_TRACE(10, ("__kmp_push_workshare (%d %d)\n", gtid, __kmp_get_gtid())); in __kmp_push_workshare() 232 KE_TRACE(100, (PUSH_MSG(ct, ident))); in __kmp_push_workshare() 251 KE_TRACE(10, ("__kmp_check_sync (gtid=%d)\n", __kmp_get_gtid())); 339 KE_TRACE(10, ("__kmp_push_sync (gtid=%d)\n", gtid)); 345 KE_TRACE(100, (PUSH_MSG(ct, ident))); [all …]
|
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 …]
|
D | kmp_debug.h | 97 #define KE_TRACE(d, x) \ macro 161 #define KE_TRACE(d, x) /* nothing to do */ macro
|
D | kmp_sched.cpp | 128 KE_TRACE(10, ("__kmpc_for_static_init called (%d)\n", global_tid)); in __kmp_for_static_init() 175 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 224 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 254 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 413 KE_TRACE(10, ("__kmpc_for_static_init: T#%d return\n", global_tid)); in __kmp_for_static_init() 448 KE_TRACE(10, ("__kmpc_dist_for_static_init called (%d)\n", gtid)); in __kmp_dist_for_static_init() 664 KE_TRACE(10, ("__kmpc_dist_for_static_init: T#%d return\n", gtid)); in __kmp_dist_for_static_init() 692 KE_TRACE(10, ("__kmp_team_static_init called (%d)\n", gtid)); in __kmp_team_static_init()
|
D | kmp_tasking.cpp | 304 KE_TRACE(10, ("__kmp_realloc_task_deque: T#%d reallocating deque[from %d to " in __kmp_realloc_task_deque() 3181 KE_TRACE( in __kmp_alloc_task_deque() 3252 KE_TRACE( in __kmp_realloc_task_threads_data() 3278 KE_TRACE(10, ("__kmp_realloc_task_threads_data: T#%d allocating " in __kmp_realloc_task_threads_data() 3363 KE_TRACE(10, ("__kmp_allocate_task_team: T#%d allocating " in __kmp_allocate_task_team()
|
D | kmp_dispatch.cpp | 2175 KE_TRACE(10, ("__kmpc_dist_get_bounds called (%d)\n", gtid)); in __kmp_dist_get_bounds()
|
D | kmp_csupport.cpp | 1796 KE_TRACE(10, ("__kmpc_for_static_fini called T#%d\n", global_tid)); in __kmpc_for_static_fini()
|