|
LLVM OpenMP
|
Go to the source code of this file.
Classes | |
| struct | ___itt_thread_info |
| struct | ___itt_api_info_20101001 |
| struct | ___itt_api_info |
| struct | __itt_counter_info |
| struct | ___itt_global |
Macros | |
| #define | ITT_ARCH_IA32 1 |
| #define | ITT_ARCH_IA32E 2 |
| #define | ITT_ARCH_IA64 3 |
| #define | ITT_ARCH_ARM 4 |
| #define | ITT_ARCH_PPC64 5 |
| #define | ITT_ARCH_ARM64 6 |
| #define | ITT_ARCH_VE 8 |
| #define | ITT_ARCH_S390X 8 |
| #define | ITT_EXTERN_C /* nothing */ |
| #define | ITT_EXTERN_C_BEGIN /* nothing */ |
| #define | ITT_EXTERN_C_END /* nothing */ |
| #define | ITT_TO_STR_AUX(x) |
| #define | ITT_TO_STR(x) |
| #define | __ITT_BUILD_ASSERT(expr, suffix) |
| #define | _ITT_BUILD_ASSERT(expr, suffix) |
| #define | ITT_BUILD_ASSERT(expr) |
| #define | ITT_MAGIC { 0xED, 0xAB, 0xAB, 0xEC, 0x0D, 0xEE, 0xDA, 0x30 } |
| #define | API_VERSION_BUILD 20180723 |
| #define | API_VERSION_NUM 3.20.1 |
| #define | API_VERSION |
| #define | MUTEX_INITIALIZER { 0 } |
| #define | strong_alias(name, aliasname) |
| #define | __itt_get_proc(lib, name) |
| #define | __itt_mutex_init(mutex) |
| #define | __itt_mutex_lock(mutex) |
| #define | __itt_mutex_unlock(mutex) |
| #define | __itt_load_lib(name) |
| #define | __itt_unload_lib(handle) |
| #define | __itt_system_error() |
| #define | __itt_fstrcmp(s1, s2) |
| #define | __itt_fstrnlen(s, l) |
| #define | __itt_fstrcpyn(s1, b, s2, l) |
| #define | __itt_fstrdup(s) |
| #define | __itt_thread_id() |
| #define | __itt_thread_yield() |
| #define | DL_SYMBOLS (1) |
| #define | PTHREAD_SYMBOLS (1) |
| #define | NEW_THREAD_INFO_W(gptr, h, h_tail, t, s, n) |
| #define | NEW_THREAD_INFO_A(gptr, h, h_tail, t, s, n) |
| #define | NEW_DOMAIN_W(gptr, h, h_tail, name) |
| #define | NEW_DOMAIN_A(gptr, h, h_tail, name) |
| #define | NEW_STRING_HANDLE_W(gptr, h, h_tail, name) |
| #define | NEW_STRING_HANDLE_A(gptr, h, h_tail, name) |
| #define | NEW_COUNTER_W(gptr, h, h_tail, name, domain, type) |
| #define | NEW_COUNTER_A(gptr, h, h_tail, name, domain, type) |
| #define | NEW_HISTOGRAM_W(gptr, h, h_tail, domain, name, x_type, y_type) |
| #define | NEW_HISTOGRAM_A(gptr, h, h_tail, domain, name, x_type, y_type) |
Typedefs | |
| typedef HMODULE | lib_t |
| typedef DWORD | TIDT |
| typedef CRITICAL_SECTION | mutex_t |
| typedef struct ___itt_thread_info | __itt_thread_info |
| typedef struct ___itt_api_info_20101001 | __itt_api_info_20101001 |
| typedef struct ___itt_api_info | __itt_api_info |
| typedef struct __itt_counter_info | __itt_counter_info_t |
| typedef struct ___itt_global | __itt_global |
Enumerations | |
| enum | __itt_collection_state { __itt_collection_normal = 0 , __itt_collection_paused = 1 } |
| enum | __itt_thread_state { __itt_thread_normal = 0 , __itt_thread_ignored = 1 } |
Functions | |
| ITT_INLINE long | __itt_interlocked_increment (volatile long *ptr) ITT_INLINE_ATTRIBUTE |
| #define __ITT_BUILD_ASSERT | ( | expr, | |
| suffix ) |
Definition at line 208 of file ittnotify_config.h.
| #define __itt_fstrcmp | ( | s1, | |
| s2 ) |
Definition at line 275 of file ittnotify_config.h.
| #define __itt_fstrcpyn | ( | s1, | |
| b, | |||
| s2, | |||
| l ) |
Definition at line 277 of file ittnotify_config.h.
| #define __itt_fstrdup | ( | s | ) |
Definition at line 278 of file ittnotify_config.h.
| #define __itt_fstrnlen | ( | s, | |
| l ) |
Definition at line 276 of file ittnotify_config.h.
| #define __itt_get_proc | ( | lib, | |
| name ) |
Definition at line 268 of file ittnotify_config.h.
| #define __itt_load_lib | ( | name | ) |
Definition at line 272 of file ittnotify_config.h.
| #define __itt_mutex_init | ( | mutex | ) |
Definition at line 269 of file ittnotify_config.h.
| #define __itt_mutex_lock | ( | mutex | ) |
Definition at line 270 of file ittnotify_config.h.
| #define __itt_mutex_unlock | ( | mutex | ) |
Definition at line 271 of file ittnotify_config.h.
| #define __itt_system_error | ( | ) |
Definition at line 274 of file ittnotify_config.h.
| #define __itt_thread_id | ( | ) |
Definition at line 279 of file ittnotify_config.h.
| #define __itt_thread_yield | ( | ) |
Definition at line 280 of file ittnotify_config.h.
| #define __itt_unload_lib | ( | handle | ) |
Definition at line 273 of file ittnotify_config.h.
| #define _ITT_BUILD_ASSERT | ( | expr, | |
| suffix ) |
Definition at line 213 of file ittnotify_config.h.
| #define API_VERSION |
Definition at line 226 of file ittnotify_config.h.
| #define API_VERSION_BUILD 20180723 |
Definition at line 220 of file ittnotify_config.h.
| #define API_VERSION_NUM 3.20.1 |
Definition at line 223 of file ittnotify_config.h.
| #define DL_SYMBOLS (1) |
Definition at line 289 of file ittnotify_config.h.
| #define ITT_ARCH_ARM 4 |
Definition at line 154 of file ittnotify_config.h.
| #define ITT_ARCH_ARM64 6 |
Definition at line 162 of file ittnotify_config.h.
| #define ITT_ARCH_IA32 1 |
Definition at line 142 of file ittnotify_config.h.
| #define ITT_ARCH_IA32E 2 |
Definition at line 146 of file ittnotify_config.h.
| #define ITT_ARCH_IA64 3 |
Definition at line 150 of file ittnotify_config.h.
| #define ITT_ARCH_PPC64 5 |
Definition at line 158 of file ittnotify_config.h.
| #define ITT_ARCH_S390X 8 |
Definition at line 170 of file ittnotify_config.h.
| #define ITT_ARCH_VE 8 |
Definition at line 166 of file ittnotify_config.h.
| #define ITT_BUILD_ASSERT | ( | expr | ) |
Definition at line 214 of file ittnotify_config.h.
| #define ITT_EXTERN_C /* nothing */ |
Definition at line 200 of file ittnotify_config.h.
| #define ITT_EXTERN_C_BEGIN /* nothing */ |
Definition at line 201 of file ittnotify_config.h.
| #define ITT_EXTERN_C_END /* nothing */ |
Definition at line 202 of file ittnotify_config.h.
| #define ITT_MAGIC { 0xED, 0xAB, 0xAB, 0xEC, 0x0D, 0xEE, 0xDA, 0x30 } |
Definition at line 216 of file ittnotify_config.h.
| #define ITT_TO_STR | ( | x | ) |
Definition at line 206 of file ittnotify_config.h.
| #define ITT_TO_STR_AUX | ( | x | ) |
Definition at line 205 of file ittnotify_config.h.
| #define MUTEX_INITIALIZER { 0 } |
Definition at line 240 of file ittnotify_config.h.
Definition at line 610 of file ittnotify_config.h.
Definition at line 543 of file ittnotify_config.h.
Definition at line 526 of file ittnotify_config.h.
Definition at line 646 of file ittnotify_config.h.
Definition at line 628 of file ittnotify_config.h.
Definition at line 576 of file ittnotify_config.h.
Definition at line 560 of file ittnotify_config.h.
Definition at line 508 of file ittnotify_config.h.
Definition at line 490 of file ittnotify_config.h.
| #define PTHREAD_SYMBOLS (1) |
Definition at line 290 of file ittnotify_config.h.
| #define strong_alias | ( | name, | |
| aliasname ) |
Definition at line 243 of file ittnotify_config.h.
| typedef struct ___itt_api_info __itt_api_info |
| typedef struct ___itt_api_info_20101001 __itt_api_info_20101001 |
| typedef struct __itt_counter_info __itt_counter_info_t |
| typedef struct ___itt_global __itt_global |
| typedef struct ___itt_thread_info __itt_thread_info |
| typedef HMODULE lib_t |
Definition at line 233 of file ittnotify_config.h.
| typedef CRITICAL_SECTION mutex_t |
Definition at line 235 of file ittnotify_config.h.
| typedef DWORD TIDT |
Definition at line 234 of file ittnotify_config.h.
| Enumerator | |
|---|---|
| __itt_collection_normal | |
| __itt_collection_paused | |
Definition at line 397 of file ittnotify_config.h.
| enum __itt_thread_state |
| Enumerator | |
|---|---|
| __itt_thread_normal | |
| __itt_thread_ignored | |
Definition at line 402 of file ittnotify_config.h.
| ITT_INLINE long __itt_interlocked_increment | ( | volatile long * | ptr | ) |
Definition at line 284 of file ittnotify_config.h.