LLVM OpenMP 19.0.0git
ittnotify_types.h
Go to the documentation of this file.
1
2//===----------------------------------------------------------------------===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef _ITTNOTIFY_TYPES_H_
11#define _ITTNOTIFY_TYPES_H_
12
13typedef enum ___itt_group_id {
35
36#pragma pack(push, 8)
37
38typedef struct ___itt_group_list {
40 const char *name;
42
43#pragma pack(pop)
44
45#define ITT_GROUP_LIST(varname) \
46 static __itt_group_list varname[] = {{__itt_group_all, "all"}, \
47 {__itt_group_control, "control"}, \
48 {__itt_group_thread, "thread"}, \
49 {__itt_group_mark, "mark"}, \
50 {__itt_group_sync, "sync"}, \
51 {__itt_group_fsync, "fsync"}, \
52 {__itt_group_jit, "jit"}, \
53 {__itt_group_model, "model"}, \
54 {__itt_group_counter, "counter"}, \
55 {__itt_group_frame, "frame"}, \
56 {__itt_group_stitch, "stitch"}, \
57 {__itt_group_heap, "heap"}, \
58 {__itt_group_structure, "structure"}, \
59 {__itt_group_suppress, "suppress"}, \
60 {__itt_group_arrays, "arrays"}, \
61 {__itt_group_module, "module"}, \
62 {__itt_group_none, NULL}}
63
64#endif /* _ITTNOTIFY_TYPES_H_ */
___itt_group_id
@ __itt_group_counter
@ __itt_group_heap
@ __itt_group_mark
@ __itt_group_jit
@ __itt_group_splitter_max
@ __itt_group_none
@ __itt_group_stitch
@ __itt_group_control
@ __itt_group_fsync
@ __itt_group_model
@ __itt_group_frame
@ __itt_group_legacy
@ __itt_group_sync
@ __itt_group_module
@ __itt_group_thread
@ __itt_group_splitter_min
@ __itt_group_arrays
@ __itt_group_suppress
@ __itt_group_structure
@ __itt_group_all
enum ___itt_group_id __itt_group_id
struct ___itt_group_list __itt_group_list
__itt_group_id id
const char * name