Lines Matching refs:scope
32 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
37 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
200 // By default, const char* argument values are assumed to have long-lived scope
220 // scope, with 0, 1 or 2 associated arguments. If the category is not
252 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
253 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
255 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
266 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
267 TRACE_EVENT_INSTANT0(category_group, name, scope)
268 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
270 TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val)
271 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
274 TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
283 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
285 category_group, name, TRACE_EVENT_FLAG_NONE | scope)
286 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
288 category_group, name, TRACE_EVENT_FLAG_NONE | scope, \
290 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
293 category_group, name, TRACE_EVENT_FLAG_NONE | scope, \
295 #define TRACE_EVENT_COPY_INSTANT0(category_group, name, scope) \
297 category_group, name, TRACE_EVENT_FLAG_COPY | scope)
298 #define TRACE_EVENT_COPY_INSTANT1(category_group, name, scope, \
301 category_group, name, TRACE_EVENT_FLAG_COPY | scope, arg1_name, \
303 #define TRACE_EVENT_COPY_INSTANT2(category_group, name, scope, \
307 category_group, name, TRACE_EVENT_FLAG_COPY | scope, \
325 // Creates a scope of a sampling state of the given bucket.
327 // { // The sampling state is set within this scope.
845 // event if the category is enabled. Also adds the end event when the scope
938 // Enum reflecting the scope of an INSTANT event. Must fit within
1478 // and sets a new sampling state. When the scope exists, it restores