LLVM OpenMP 22.0.0git
|
Contains global function declarations, esp. More...
#include <omp-tools.h>
Go to the source code of this file.
Functions | |
ompt_start_tool_result_t * | ompt_start_tool (unsigned int omp_version, const char *runtime_version) |
Called from the OMP Runtime to start / initialize the tool. | |
int | start_trace (ompt_device_t *Device) |
int | flush_trace (ompt_device_t *Device) |
int | flush_traced_devices () |
int | stop_trace (ompt_device_t *Device) |
int | stop_trace_devices () |
void | libomptest_global_eventreporter_set_active (bool State) |
Contains global function declarations, esp.
for OMPT symbols.
Definition in file OmptTesterGlobals.h.
int flush_trace | ( | ompt_device_t * | Device | ) |
Definition at line 464 of file OmptTester.cpp.
References ompt_flush_trace.
int flush_traced_devices | ( | ) |
Definition at line 470 of file OmptTester.cpp.
References ompt_flush_trace, and TracedDevices.
Referenced by TestCase::exec(), testing::OmptTestCase::TearDown(), and testing::OmptTestCaseXFail::TearDown().
Definition at line 498 of file OmptTester.cpp.
References EventReporter.
ompt_start_tool_result_t * ompt_start_tool | ( | unsigned int | omp_version, |
const char * | runtime_version ) |
Called from the OMP Runtime to start / initialize the tool.
Definition at line 347 of file kmp_utility.cpp.
References archer_flags, CLIENT_TOOL_LIBRARIES_VAR, findTsanFunctionSilent, h, int, ompt_cds_finalize(), ompt_cds_initialize(), ompt_finalize(), ompt_initialize(), ompt_multiplex_client_fns, ompt_multiplex_finalize(), ompt_multiplex_initialize(), ompt_multiplex_own_fns, ompt_multiplex_own_start_tool(), ompt_start_tool_result, ompt_tsan_finalize(), ompt_tsan_initialize(), OMPT_VERBOSE_INIT_CONTINUED_PRINT, OMPT_VERBOSE_INIT_PRINT, pagesize, setup_verbose_init(), verbose_file, verbose_init, and void.
int start_trace | ( | ompt_device_t * | Device | ) |
Definition at line 451 of file OmptTester.cpp.
References ompt_start_trace, on_ompt_callback_buffer_complete(), on_ompt_callback_buffer_request(), and TracedDevices.
Referenced by on_ompt_callback_device_initialize().
int stop_trace | ( | ompt_device_t * | Device | ) |
Definition at line 485 of file OmptTester.cpp.
References ompt_stop_trace, and TracedDevices.
int stop_trace_devices | ( | ) |