58 #ifndef _ITTNOTIFY_TYPES_H_
59 #define _ITTNOTIFY_TYPES_H_
93 #define ITT_GROUP_LIST(varname) \
94 static __itt_group_list varname[] = { \
95 { __itt_group_all, "all" }, \
96 { __itt_group_control, "control" }, \
97 { __itt_group_thread, "thread" }, \
98 { __itt_group_mark, "mark" }, \
99 { __itt_group_sync, "sync" }, \
100 { __itt_group_fsync, "fsync" }, \
101 { __itt_group_jit, "jit" }, \
102 { __itt_group_model, "model" }, \
103 { __itt_group_counter, "counter" }, \
104 { __itt_group_frame, "frame" }, \
105 { __itt_group_stitch, "stitch" }, \
106 { __itt_group_heap, "heap" }, \
107 { __itt_group_structure, "structure" }, \
108 { __itt_group_suppress, "suppress" }, \
109 { __itt_group_none, NULL } \
@ __itt_group_splitter_max
@ __itt_group_splitter_min
enum ___itt_group_id __itt_group_id
struct ___itt_group_list __itt_group_list