/external/llvm-project/openmp/runtime/test/ompt/ |
D | callback.h | 87 static ompt_get_thread_data_t ompt_get_thread_data; variable 114 ompt_get_thread_data()->value, level, in print_ids() 124 ompt_get_thread_data()->value, level, get_frame_address(level)) 172 ompt_get_thread_data()->value, ((char *)addr) - 1, ((char *)addr) - 4) 179 printf("%" PRIu64 ": current_address=%p or %p\n", ompt_get_thread_data()->value, \ 185 printf("%" PRIu64 ": current_address=%p or %p\n", ompt_get_thread_data()->value, \ 196 ompt_get_thread_data()->value, ((char *)addr) - 6, ((char *)addr) - 10) 205 ompt_get_thread_data()->value, ((char *)addr) - 8, ((char *)addr) - 12) 231 ompt_get_thread_data()->value, \ 261 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra); in on_ompt_callback_mutex_acquire() [all …]
|
/external/llvm-project/openmp/runtime/test/ompt/misc/ |
D | api_calls_places.c | 10 printf("%" PRIu64 ": %s(0)=(%d", ompt_get_thread_data()->value, function_name, in print_list() 23 ompt_get_thread_data()->value, omp_get_num_places()); in main() 25 ompt_get_thread_data()->value, ompt_get_num_places()); in main() 37 ompt_get_thread_data()->value, omp_get_place_num()); in main() 39 ompt_get_thread_data()->value, ompt_get_place_num()); in main() 50 printf("%" PRIu64 ": sched_getcpu()=%d\n", ompt_get_thread_data()->value, in main() 53 ompt_get_thread_data()->value, ompt_get_proc_id()); in main() 56 ompt_get_thread_data()->value, omp_get_num_procs()); in main() 58 ompt_get_thread_data()->value, ompt_get_num_procs()); in main()
|
D | api_calls_misc.c | 13 ompt_get_thread_data()->value, &on_ompt_callback_thread_begin); in main() 15 ompt_get_thread_data()->value, callback); in main() 18 printf("%" PRIu64 ": ompt_get_state()=%d\n", ompt_get_thread_data()->value, in main() 29 ompt_get_thread_data()->value); in main() 34 ompt_get_thread_data()->value); in main() 46 ompt_get_thread_data()->value); in main() 51 ompt_get_thread_data()->value); in main()
|
D | api_calls_without_ompt.c | 16 static ompt_get_thread_data_t ompt_get_thread_data; variable 34 ompt_data_t *tdata = ompt_get_thread_data(); in main() 71 ompt_get_thread_data()); in main() 118 ompt_get_thread_data = (ompt_get_thread_data_t)lookup("ompt_get_thread_data"); in ompt_initialize()
|
D | api_calls_from_other_thread.cpp | 8 ompt_data_t *tdata = ompt_get_thread_data(); in f() 45 ompt_get_thread_data()); in f()
|
/external/llvm-project/openmp/runtime/test/ompt/synchronization/barrier/ |
D | implicit_task_data.c | 25 static ompt_get_thread_data_t ompt_get_thread_data; variable 68 …_event_thread_begin: thread_type=%s=%d, thread_id=%" PRIu64 "\n", ompt_get_thread_data()->value, o… in on_ompt_callback_thread_begin() 84 …: parallel_id=%" PRIu64 ", task_id=%" PRIu64 ", codeptr_ra=%p\n", ompt_get_thread_data()->value, p… in on_ompt_callback_sync_region() 88 …: parallel_id=%" PRIu64 ", task_id=%" PRIu64 ", codeptr_ra=%p\n", ompt_get_thread_data()->value, (… in on_ompt_callback_sync_region() 111 ompt_get_thread_data()->value, parallel_data->value, in on_ompt_callback_sync_region_wait() 116 …: parallel_id=%" PRIu64 ", task_id=%" PRIu64 ", codeptr_ra=%p\n", ompt_get_thread_data()->value, (… in on_ompt_callback_sync_region_wait() 139 ompt_get_thread_data = (ompt_get_thread_data_t) lookup("ompt_get_thread_data"); in ompt_initialize()
|
/external/llvm-project/openmp/runtime/test/ompt/synchronization/ |
D | master.c | 22 printf("%" PRIu64 ": x=%d\n", ompt_get_thread_data()->value, x); in main() 35 ompt_get_thread_data()->value, codeptr_ra); in on_ompt_callback_master() 40 ompt_get_thread_data()->value, codeptr_ra); in on_ompt_callback_master() 55 ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], in on_ompt_callback_thread_begin() 63 ompt_get_thread_data = (ompt_get_thread_data_t)lookup("ompt_get_thread_data"); in ompt_initialize()
|
D | masked.c | 21 printf("%" PRIu64 ": x=%d\n", ompt_get_thread_data()->value, x); in main()
|
D | lock.c | 13 …printf("%" PRIu64 ": &lock: %" PRIu64 "\n", ompt_get_thread_data()->value, (ompt_wait_id_t)(uintpt… in main()
|
D | nest_lock.c | 14 ompt_get_thread_data()->value, (ompt_wait_id_t)(uintptr_t)&nest_lock); in main()
|
/external/llvm-project/openmp/runtime/test/ompt/tasks/ |
D | task_types.c | 44 printf("%" PRIu64 ": explicit_untied\n", ompt_get_thread_data()->value); in main() 50 ompt_get_thread_data()->value); in main() 56 ompt_get_thread_data()->value); in main()
|
D | taskyield.c | 27 printf("%" PRIu64 ": before yield\n", ompt_get_thread_data()->value); in main() 29 printf("%" PRIu64 ": after yield\n", ompt_get_thread_data()->value); in main()
|
D | task_if0-depend.c | 14 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
D | taskwait-depend.c | 22 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
D | dependences.c | 18 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
D | dependences_mutexinoutset.c | 22 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
D | task_types_serialized.c | 16 …printf("%" PRIu64 ": id=%d task_type=%s=%d\n", ompt_get_thread_data()->value, id, buffer, task_typ… in print_task_type()
|
/external/llvm-project/openmp/runtime/test/ompt/parallel/ |
D | repeated_calls.c | 58 ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], in on_ompt_callback_thread_begin() 77 ompt_get_thread_data()->value, event, encountering_task_data->value, in on_ompt_callback_parallel_begin() 87 ompt_get_thread_data = (ompt_get_thread_data_t)lookup("ompt_get_thread_data"); in ompt_initialize()
|
/external/llvm-project/openmp/runtime/test/ompt/worksharing/ |
D | sections.c | 16 printf("%lu: section 1\n", ompt_get_thread_data()->value); in main() 20 printf("%lu: section 2\n", ompt_get_thread_data()->value); in main()
|
D | single.c | 16 printf("%" PRIu64 ": in single\n", ompt_get_thread_data()->value); in main()
|
/external/llvm-project/openmp/tools/multiplex/tests/custom_data_storage/ |
D | first-tool.h | 211 ompt_get_thread_data()->value, command, modifier, arg, codeptr_ra); in on_cds_ompt_callback_control_tool() 220 ompt_get_thread_data()->value, task_level, task_data->value); in on_cds_ompt_callback_control_tool() 232 ompt_get_thread_data()->value, parallel_level, parallel_data->value); in on_cds_ompt_callback_control_tool() 255 ompt_cds_get_thread_data = ompt_get_thread_data; in ompt_cds_initialize() 256 ompt_get_thread_data = ompt_get_own_thread_data; in ompt_cds_initialize()
|
/external/llvm-project/openmp/runtime/src/ |
D | ompt-general.cpp | 111 OMPT_API_ROUTINE ompt_data_t *ompt_get_thread_data(void); 620 OMPT_API_ROUTINE ompt_data_t *ompt_get_thread_data(void) { function
|
/external/llvm-project/openmp/tools/archer/ |
D | ompt-tsan.cpp | 245 static ompt_get_thread_data_t ompt_get_thread_data; variable 962 ompt_get_thread_data = (ompt_get_thread_data_t)lookup("ompt_get_thread_data"); in ompt_tsan_initialize()
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp-tools.h.var | 49 macro (ompt_get_thread_data) \
|