Lines Matching refs:scope
73 #define TRACE_EVENT_INSTANT0(cg, n, scope) TRACE_EMPTY
74 #define TRACE_EVENT_INSTANT1(cg, n, scope, a1n, a1v) TRACE_EMPTY
75 #define TRACE_EVENT_INSTANT2(cg, n, scope, a1n, a1v, a2n, a2v) TRACE_EMPTY
148 // Records a pair of begin and end events called "name" for the current scope, with 0, 1 or 2
161 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
164 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
167 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
214 // Records a pair of begin and end events called "name" for the current scope, with 0, 1 or 2
237 #define TRACE_EVENT_INSTANT0(category_group, name, scope) TRACE_EMPTY
238 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) TRACE_EMPTY
239 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, arg2_name, arg2_val) TRACE_EMPTY
285 // Records a pair of begin and end events called "name" for the current scope, with 0, 1 or 2
301 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
303 TRACE_EVENT_FLAG_NONE | scope)
305 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
307 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val)
309 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
312 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val, \
410 // Enum reflecting the scope of an INSTANT event. Must fit within TRACE_EVENT_FLAG_SCOPE_MASK.