summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt/callback.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-1/+1
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-271-0/+36
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* Add OMPT support for teams constructHansang Bae2019-08-031-10/+21
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-251-0/+20
* [OpenMP] Add implementation to two OMPT API routinesJonathan Peyton2019-05-211-10/+15
* [OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze2019-05-201-13/+21
* [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for Powe...Stefan Pintilie2019-03-011-4/+5
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-9/+20
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-16/+16
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-31/+52
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-151-16/+0
* [OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze2018-07-271-5/+8
* Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.Kelvin Li2018-07-061-0/+5
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-281-6/+6
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-4/+4
* [OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcaseJoachim Protze2018-05-071-0/+4
* [OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze2018-02-281-24/+37
* [OMPT] Fix test tasks/serialized.c with optimizationJonas Hahnfeld2018-02-231-4/+5
* [OMPT][test] Correct warning about added wrapper functionsJonas Hahnfeld2018-02-141-2/+4
* [OMPT] Fix failing test cases for gcc on UbuntuJoachim Protze2017-12-221-0/+1
* [OMPT] Add missing ompt_get_num_procs functionJoachim Protze2017-12-211-0/+2
* [OMPT] Use frames at different level when using clang version 5 or higher wit...Joachim Protze2017-12-211-0/+11
* [AArch64] add required arch specific code for running OMPT test casesPaul Osmialowski2017-12-211-0/+6
* [OMPT] Add support for testing return addresses on POWERJonas Hahnfeld2017-11-091-16/+72
* [OMPT] Fix callback.h for tests for changes in TR6Jonas Hahnfeld2017-11-061-4/+4
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-051-14/+14
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-4/+4
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-4/+4
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-16/+16
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-16/+16
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-4/+4
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-64/+605
* [OMPT] extend ompt tests by checks for frame pointersJonas Hahnfeld2016-09-141-2/+13
* [OMPT] Fix parallel_id and task_id in loop_end with schedule staticJonas Hahnfeld2016-03-241-0/+19
* [OMPT] Test ids reported by ompt_get_{parallel,task}_idJonas Hahnfeld2016-03-241-0/+9
* [OMPT] Create infrastructure and add first tests for OMPTJonas Hahnfeld2016-03-221-0/+80
OpenPOWER on IntegriCloud