LLVM OpenMP 20.0.0git
|
Public Attributes | |
unsigned char | magic [8] |
unsigned long | version_major |
unsigned long | version_minor |
unsigned long | version_build |
volatile long | api_initialized |
volatile long | mutex_initialized |
volatile long | atomic_counter |
mutex_t | mutex |
lib_t | lib |
void * | error_handler |
const char ** | dll_path_ptr |
__itt_api_info * | api_list_ptr |
struct ___itt_global * | next |
__itt_thread_info * | thread_list |
struct ___itt_domain * | domain_list |
struct ___itt_string_handle * | string_list |
__itt_collection_state | state |
__itt_counter_info_t * | counter_list |
unsigned int | ipt_collect_events |
struct ___itt_histogram * | histogram_list |
Definition at line 462 of file ittnotify_config.h.
volatile long ___itt_global::api_initialized |
Definition at line 467 of file ittnotify_config.h.
__itt_api_info* ___itt_global::api_list_ptr |
Definition at line 474 of file ittnotify_config.h.
volatile long ___itt_global::atomic_counter |
Definition at line 469 of file ittnotify_config.h.
__itt_counter_info_t* ___itt_global::counter_list |
Definition at line 481 of file ittnotify_config.h.
const char** ___itt_global::dll_path_ptr |
Definition at line 473 of file ittnotify_config.h.
struct ___itt_domain* ___itt_global::domain_list |
Definition at line 478 of file ittnotify_config.h.
void* ___itt_global::error_handler |
Definition at line 472 of file ittnotify_config.h.
struct ___itt_histogram* ___itt_global::histogram_list |
Definition at line 483 of file ittnotify_config.h.
unsigned int ___itt_global::ipt_collect_events |
Definition at line 482 of file ittnotify_config.h.
lib_t ___itt_global::lib |
Definition at line 471 of file ittnotify_config.h.
unsigned char ___itt_global::magic[8] |
Definition at line 463 of file ittnotify_config.h.
mutex_t ___itt_global::mutex |
Definition at line 470 of file ittnotify_config.h.
volatile long ___itt_global::mutex_initialized |
Definition at line 468 of file ittnotify_config.h.
struct ___itt_global* ___itt_global::next |
Definition at line 475 of file ittnotify_config.h.
__itt_collection_state ___itt_global::state |
Definition at line 480 of file ittnotify_config.h.
struct ___itt_string_handle* ___itt_global::string_list |
Definition at line 479 of file ittnotify_config.h.
__itt_thread_info* ___itt_global::thread_list |
Definition at line 477 of file ittnotify_config.h.
unsigned long ___itt_global::version_build |
Definition at line 466 of file ittnotify_config.h.
unsigned long ___itt_global::version_major |
Definition at line 464 of file ittnotify_config.h.
unsigned long ___itt_global::version_minor |
Definition at line 465 of file ittnotify_config.h.