Lines Matching refs:scope
38 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
43 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
208 // scope, with 0, 1 or 2 associated arguments. If the category is not
238 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
240 TRACE_EVENT_FLAG_NONE | scope)
241 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
243 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val)
244 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
247 TRACE_EVENT_FLAG_NONE | scope, arg1_name, arg1_val, \
249 #define TRACE_EVENT_COPY_INSTANT0(category_group, name, scope) \
251 TRACE_EVENT_FLAG_COPY | scope)
252 #define TRACE_EVENT_COPY_INSTANT1(category_group, name, scope, arg1_name, \
255 TRACE_EVENT_FLAG_COPY | scope, arg1_name, arg1_val)
256 #define TRACE_EVENT_COPY_INSTANT2(category_group, name, scope, arg1_name, \
259 TRACE_EVENT_FLAG_COPY | scope, arg1_name, arg1_val, \
262 #define TRACE_EVENT_INSTANT_WITH_TIMESTAMP0(category_group, name, scope, \
266 TRACE_EVENT_FLAG_NONE | scope)
268 #define TRACE_EVENT_INSTANT_WITH_TIMESTAMP1(category_group, name, scope, \
272 TRACE_EVENT_FLAG_NONE | scope, arg_name, arg_val)
1099 // Enum reflecting the scope of an INSTANT event. Must fit within