aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/src/ompt-general.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-12-18Revert "[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget" (#1...Joachim1-6/+4
2025-12-18[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget (#156020)Kaloyan Ignatov1-4/+6
2025-02-27[OpenMP][OMPT][OMPD] Fix frame flags for OpenMP tool APIs (#114118)Joachim1-0/+1
2024-11-04[OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583)Daniel Chen1-2/+3
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae1-0/+6
2024-07-01[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak1-16/+10
2023-07-21[OpenMP] [OMPT] [6/8] Added callback support for target data operations, targ...Michael Halkenhaeuser1-2/+10
2023-07-11[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init/fini/load callbacksMichael Halkenhaeuser1-4/+10
2022-11-15[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti1-7/+56
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti1-56/+7
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti1-7/+56
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton1-3/+3
2022-06-02[OpenMP] omp_get_proc_id uses sched_getcpu fallback on FreeBSD 13.1 and above.David CARLIER1-1/+1
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton1-2/+3
2021-11-10Revert "[openmp] Add OMPT initialization in libomptarget"Joachim Protze1-132/+2
2021-10-27[OpenMP] libomp: Fix possible NULL dereference.AndreyChurbanov1-1/+8
2021-08-04[openmp] Add OMPT initialization in libomptargetLechen Yu1-2/+132
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian1-1/+5
2021-06-02[OpenMP] Fix improper printf format specifierPeyton, Jonathan L1-1/+1
2021-04-14[OpenMP] Fix printing routine for OMP_TOOL_VERBOSE_INITHansang Bae1-1/+1
2021-03-23[OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae1-0/+14
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian1-8/+11
2021-01-22[OpenMP] Remove unnecessary pointer checks in a few locationsHansang Bae1-1/+1
2020-11-25[OpenMP][OMPT] Implement verbose tool loadingIsabel Thärigen1-9/+108
2019-11-18[OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de1-0/+16
2019-08-15[OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld1-13/+10
2019-05-21[OpenMP] Add implementation to two OMPT API routinesJonathan Peyton1-5/+2
2019-05-20[OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze1-4/+5
2019-01-30[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze1-4/+15
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg1-15/+4
2019-01-16Fix compiler error in r351311Joachim Protze1-1/+1
2019-01-16[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze1-4/+15
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze1-4/+6
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze1-17/+17
2018-09-26[OpenMP][OMPT] A few improvementsJonathan Peyton1-2/+5
2018-09-10[OMPT] Update types according to TR7Joachim Protze1-1/+11
2018-08-09[OpenMP] Cleanup codeJonathan Peyton1-0/+3
2018-05-28[OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze1-1/+1
2018-05-28[OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze1-1/+1
2018-04-12Set the license header for all OMPT filesJoachim Protze1-0/+13
2018-02-17[OMPT] Omissionin in OMPT FormattingJoachim Protze1-2/+3
2018-02-17[OMPT] Update api_calls testcaseJoachim Protze1-1/+1
2018-02-06[OMPT] Fix tool initialization returning 0Joachim Protze1-0/+6
2018-01-17[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze1-10/+10
2018-01-17[OMPT] Return appropiate values for ompt runtime entry points for non-OpenMP ...Joachim Protze1-0/+9
2017-12-21[OMPT] Add missing ompt_get_num_procs functionJoachim Protze1-0/+9
2017-12-21[OMPT] Handle null pointer in set_callback to improve performanceJoachim Protze1-2/+5
2017-11-11[OMPT] Provide initialization for Mac OS XJonas Hahnfeld1-33/+53
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld1-2/+2