summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/ompt-general.cpp
AgeCommit message (Expand)Author
2025-02-27[OpenMP][OMPT][OMPD] Fix frame flags for OpenMP tool APIs (#114118)Joachim
2024-11-04[OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583)Daniel Chen
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-07-01[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak
2023-07-21[OpenMP] [OMPT] [6/8] Added callback support for target data operations, targ...Michael Halkenhaeuser
2023-07-11[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init/fini/load callbacksMichael Halkenhaeuser
2022-11-15[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-06-02[OpenMP] omp_get_proc_id uses sched_getcpu fallback on FreeBSD 13.1 and above.David CARLIER
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2021-11-10Revert "[openmp] Add OMPT initialization in libomptarget"Joachim Protze
2021-10-27[OpenMP] libomp: Fix possible NULL dereference.AndreyChurbanov
2021-08-04[openmp] Add OMPT initialization in libomptargetLechen Yu
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
2021-06-02[OpenMP] Fix improper printf format specifierPeyton, Jonathan L
2021-04-14[OpenMP] Fix printing routine for OMP_TOOL_VERBOSE_INITHansang Bae
2021-03-23[OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-01-22[OpenMP] Remove unnecessary pointer checks in a few locationsHansang Bae
2020-11-25[OpenMP][OMPT] Implement verbose tool loadingIsabel Thärigen
2019-11-18[OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de
2019-08-15[OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld
2019-05-21[OpenMP] Add implementation to two OMPT API routinesJonathan Peyton
2019-05-20[OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze
2019-01-30[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg
2019-01-16Fix compiler error in r351311Joachim Protze
2019-01-16[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-09-26[OpenMP][OMPT] A few improvementsJonathan Peyton
2018-09-10[OMPT] Update types according to TR7Joachim Protze
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-05-28[OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze
2018-05-28[OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze
2018-04-12Set the license header for all OMPT filesJoachim Protze
2018-02-17[OMPT] Omissionin in OMPT FormattingJoachim Protze
2018-02-17[OMPT] Update api_calls testcaseJoachim Protze
2018-02-06[OMPT] Fix tool initialization returning 0Joachim Protze
2018-01-17[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze
2018-01-17[OMPT] Return appropiate values for ompt runtime entry points for non-OpenMP ...Joachim Protze
2017-12-21[OMPT] Add missing ompt_get_num_procs functionJoachim Protze
2017-12-21[OMPT] Handle null pointer in set_callback to improve performanceJoachim Protze
2017-11-11[OMPT] Provide initialization for Mac OS XJonas Hahnfeld
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld
2017-11-07Cleanup version symbol macros and attributes/declspecsJonathan Peyton
2017-11-06[OMPT] Improve cast that was lost on commit, NFC.Jonas Hahnfeld