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
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
260 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
261 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
263 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
274 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
275 TRACE_EVENT_INSTANT0(category_group, name, scope)
276 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
278 TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val)
279 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
282 TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
291 #define TRACE_EVENT_INSTANT0(category_group, name, scope) \
293 category_group, name, TRACE_EVENT_FLAG_NONE | scope)
294 #define TRACE_EVENT_INSTANT1(category_group, name, scope, arg1_name, arg1_val) \
296 category_group, name, TRACE_EVENT_FLAG_NONE | scope, \
298 #define TRACE_EVENT_INSTANT2(category_group, name, scope, arg1_name, arg1_val, \
301 category_group, name, TRACE_EVENT_FLAG_NONE | scope, \
303 #define TRACE_EVENT_COPY_INSTANT0(category_group, name, scope) \
305 category_group, name, TRACE_EVENT_FLAG_COPY | scope)
306 #define TRACE_EVENT_COPY_INSTANT1(category_group, name, scope, \
309 category_group, name, TRACE_EVENT_FLAG_COPY | scope, arg1_name, \
311 #define TRACE_EVENT_COPY_INSTANT2(category_group, name, scope, \
315 category_group, name, TRACE_EVENT_FLAG_COPY | scope, \
333 // Creates a scope of a sampling state of the given bucket.
335 // { // The sampling state is set within this scope.
881 // event if the category is enabled. Also adds the end event when the scope
975 // Enum reflecting the scope of an INSTANT event. Must fit within
1433 // and sets a new sampling state. When the scope exists, it restores