Home | History | Annotate | Download | only in debug

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
201 // By default, const char* argument values are assumed to have long-lived scope
221 // scope, with 0, 1 or 2 associated arguments. If the category is not
261 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
262 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
264 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
275 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
276 TRACE_EVENT_INSTANT0(category_group, name, scope)
277 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
279 TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val)
280 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
283 TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
292 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
294 category_group, name, TRACE_EVENT_FLAG_NONE | scope)
295 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
297 category_group, name, TRACE_EVENT_FLAG_NONE | scope, \
299 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
302 category_group, name, TRACE_EVENT_FLAG_NONE | scope, \
304 #define TRACE_EVENT_COPY_INSTANT0(category_group, name, scope) \
306 category_group, name, TRACE_EVENT_FLAG_COPY | scope)
307 #define TRACE_EVENT_COPY_INSTANT1(category_group, name, scope, \
310 category_group, name, TRACE_EVENT_FLAG_COPY | scope, arg1_name, \
312 #define TRACE_EVENT_COPY_INSTANT2(category_group, name, scope, \
316 category_group, name, TRACE_EVENT_FLAG_COPY | scope, \
334 // Creates a scope of a sampling state of the given bucket.
336 // { // The sampling state is set within this scope.
886 // event if the category is enabled. Also adds the end event when the scope
980 // Enum reflecting the scope of an INSTANT event. Must fit within
1456 // and sets a new sampling state. When the scope exists, it restores