15#ifndef _ITTNOTIFY_TYPES_H_
16#define _ITTNOTIFY_TYPES_H_
50#define ITT_GROUP_LIST(varname) \
51 static __itt_group_list varname[] = { \
52 { __itt_group_all, "all" }, \
53 { __itt_group_control, "control" }, \
54 { __itt_group_thread, "thread" }, \
55 { __itt_group_mark, "mark" }, \
56 { __itt_group_sync, "sync" }, \
57 { __itt_group_fsync, "fsync" }, \
58 { __itt_group_jit, "jit" }, \
59 { __itt_group_model, "model" }, \
60 { __itt_group_counter, "counter" }, \
61 { __itt_group_frame, "frame" }, \
62 { __itt_group_stitch, "stitch" }, \
63 { __itt_group_heap, "heap" }, \
64 { __itt_group_structure, "structure" }, \
65 { __itt_group_suppress, "suppress" }, \
66 { __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