LLVM OpenMP 22.0.0git
OmptTesterGlobals.h File Reference

Contains global function declarations, esp. More...

#include <omp-tools.h>

Go to the source code of this file.

Functions

ompt_start_tool_result_tompt_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)

Detailed Description

Contains global function declarations, esp.

for OMPT symbols.

Definition in file OmptTesterGlobals.h.

Function Documentation

◆ flush_trace()

int flush_trace ( ompt_device_t * Device)

Definition at line 464 of file OmptTester.cpp.

References ompt_flush_trace.

◆ flush_traced_devices()

int flush_traced_devices ( )

◆ libomptest_global_eventreporter_set_active()

void libomptest_global_eventreporter_set_active ( bool State)

Definition at line 498 of file OmptTester.cpp.

References EventReporter.

◆ ompt_start_tool()

◆ start_trace()

int start_trace ( ompt_device_t * Device)

◆ stop_trace()

int stop_trace ( ompt_device_t * Device)

Definition at line 485 of file OmptTester.cpp.

References ompt_stop_trace, and TracedDevices.

◆ stop_trace_devices()

int stop_trace_devices ( )