10#ifndef _ITTNOTIFY_TYPES_H_
11#define _ITTNOTIFY_TYPES_H_
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}}
@ __itt_group_splitter_max
@ __itt_group_splitter_min
enum ___itt_group_id __itt_group_id
struct ___itt_group_list __itt_group_list