Lines Matching refs:scope
49 // By default, const char* argument values are assumed to have long-lived scope
54 // this macro to add a scope string.
55 #define TRACE_ID_WITH_SCOPE(scope, id) \
56 v8::internal::tracing::TraceID::WithScope(scope, id)
95 // const char* scope,
110 // const char* scope,
190 // event if the category is enabled. Also adds the end event when the scope
236 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \
265 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \
319 WithScope(const char* scope, uint64_t raw_id)
320 : scope_(scope), raw_id_(raw_id) {}
322 const char* scope() const { return scope_; }
360 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
363 const char* scope() const { return scope_; }
382 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
397 return controller->AddTraceEvent(phase, category_group_enabled, name, scope,
404 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
420 phase, category_group_enabled, name, scope, id, bind_id, num_args,
475 const char* name, const char* scope,
479 scope, id, bind_id, kZeroNumArgs,
486 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
493 phase, category_group_enabled, name, scope, id, bind_id, num_args,
500 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
512 phase, category_group_enabled, name, scope, id, bind_id, num_args,
518 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
521 phase, category_group_enabled, name, scope, id, bind_id, kZeroNumArgs,
528 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
535 phase, category_group_enabled, name, scope, id, bind_id, num_args,
542 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
554 phase, category_group_enabled, name, scope, id, bind_id, num_args,