Go to the source code of this file.
◆ Phase
Definition at line 62 of file tracer_setupFile.cc.
66 writeProcessBlock = -10,
80 accessInputProcessBlock = 8,
81 beginProcessBlock = 9,
87 getNextTransition = 15,
◆ Step
Definition at line 39 of file tracer_setupFile.cc.
40 preSourceTransition =
'S',
41 postSourceTransition =
's',
42 preModulePrefetching =
'P',
43 postModulePrefetching =
'p',
44 preModuleEventAcquire =
'A',
45 postModuleEventAcquire =
'a',
46 preModuleTransition =
'M',
47 preEventReadFromSource =
'R',
48 postEventReadFromSource =
'r',
49 preModuleEventDelayedGet =
'D',
50 postModuleEventDelayedGet =
'd',
51 postModuleTransition =
'm',
52 preESModulePrefetching =
'Q',
53 postESModulePrefetching =
'q',
56 preESModuleAcquire =
'B',
57 postESModuleAcquire =
'b',
58 preFrameworkTransition =
'F',
59 postFrameworkTransition =
'f'