| /llvm-project-15.0.7/openmp/runtime/test/ompt/ |
| H A D | callback.h | 90 static ompt_get_thread_data_t ompt_get_thread_data; variable 117 ompt_get_thread_data()->value, level, in print_ids() 466 ompt_get_thread_data()->value, in on_ompt_callback_sync_region() 474 ompt_get_thread_data()->value, in on_ompt_callback_sync_region() 482 ompt_get_thread_data()->value, in on_ompt_callback_sync_region() 559 ompt_get_thread_data()->value, in on_ompt_callback_sync_region_wait() 602 ompt_get_thread_data()->value, in on_ompt_callback_reduction() 610 ompt_get_thread_data()->value, in on_ompt_callback_reduction() 708 ompt_get_thread_data()->value, in on_ompt_callback_implicit_task() 716 ompt_get_thread_data()->value, in on_ompt_callback_implicit_task() [all …]
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/misc/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/barrier/ |
| H A 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()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/ |
| H A 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()
|
| H A D | masked.c | 21 printf("%" PRIu64 ": x=%d\n", ompt_get_thread_data()->value, x); in main()
|
| H A D | lock.c | 13 …printf("%" PRIu64 ": &lock: %" PRIu64 "\n", ompt_get_thread_data()->value, (ompt_wait_id_t)(uintpt… in main()
|
| H A D | nest_lock.c | 14 ompt_get_thread_data()->value, (ompt_wait_id_t)(uintptr_t)&nest_lock); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/ |
| H A 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()
|
| H A 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()
|
| H A D | task_if0-depend.c | 14 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
| H A D | taskwait-depend.c | 23 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
| H A D | dependences.c | 18 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
| H A D | dependences_mutexinoutset.c | 25 printf("%" PRIu64 ": address of x: %p\n", ompt_get_thread_data()->value, in main()
|
| H A D | explicit_task_thread_num.c | 24 ompt_get_thread_data()->value, ancestor_level, id, buffer, in print_task_info_at()
|
| H A 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()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/parallel/ |
| H A 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()
|
| H A D | nested_lwt_thread_num.c | 24 ompt_get_thread_data()->value, ancestor_level, id, buffer, in print_task_info_at()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/worksharing/ |
| H A 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()
|
| H A D | sections_dispatch.c | 15 printf("%lu: section 1\n", ompt_get_thread_data()->value); in main() 19 printf("%lu: section 2\n", ompt_get_thread_data()->value); in main()
|
| H A D | single.c | 16 printf("%" PRIu64 ": in single\n", ompt_get_thread_data()->value); in main()
|
| /llvm-project-15.0.7/openmp/tools/multiplex/tests/custom_data_storage/ |
| H A 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()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 119 OMPT_API_ROUTINE ompt_data_t *ompt_get_thread_data(void); 647 OMPT_API_ROUTINE ompt_data_t *ompt_get_thread_data(void) { function
|