Lines Matching refs:TracingController

43 TracingController::TracingController() {}  in TracingController()  function in v8::platform::tracing::TracingController
45 TracingController::~TracingController() { in ~TracingController()
60 void TracingController::Initialize(TraceBuffer* trace_buffer) { in Initialize()
65 int64_t TracingController::CurrentTimestampMicroseconds() { in CurrentTimestampMicroseconds()
69 int64_t TracingController::CurrentCpuTimestampMicroseconds() { in CurrentCpuTimestampMicroseconds()
73 uint64_t TracingController::AddTraceEvent( in AddTraceEvent()
91 uint64_t TracingController::AddTraceEventWithTimestamp( in AddTraceEventWithTimestamp()
109 void TracingController::UpdateTraceEventDuration( in UpdateTraceEventDuration()
117 const uint8_t* TracingController::GetCategoryGroupEnabled( in GetCategoryGroupEnabled()
122 const char* TracingController::GetCategoryGroupName( in GetCategoryGroupName()
138 void TracingController::StartTracing(TraceConfig* trace_config) { in StartTracing()
140 std::unordered_set<v8::TracingController::TraceStateObserver*> observers_copy; in StartTracing()
152 void TracingController::StopTracing() { in StopTracing()
159 std::unordered_set<v8::TracingController::TraceStateObserver*> observers_copy; in StopTracing()
170 void TracingController::UpdateCategoryGroupEnabledFlag(size_t category_index) { in UpdateCategoryGroupEnabledFlag()
191 void TracingController::UpdateCategoryGroupEnabledFlags() { in UpdateCategoryGroupEnabledFlags()
196 const uint8_t* TracingController::GetCategoryGroupEnabledInternal( in GetCategoryGroupEnabledInternal()
247 void TracingController::AddTraceStateObserver( in AddTraceStateObserver()
248 v8::TracingController::TraceStateObserver* observer) { in AddTraceStateObserver()
258 void TracingController::RemoveTraceStateObserver( in RemoveTraceStateObserver()
259 v8::TracingController::TraceStateObserver* observer) { in RemoveTraceStateObserver()