Home | History | Annotate | Download | only in trace_event

Lines Matching defs:TraceEvent

44 TraceEvent::TraceEvent()
58 TraceEvent::~TraceEvent() {
61 void TraceEvent::MoveFrom(std::unique_ptr<TraceEvent> other) {
85 void TraceEvent::Initialize(
179 void TraceEvent::Reset() {
188 void TraceEvent::UpdateDuration(const TimeTicks& now,
199 void TraceEvent::EstimateTraceMemoryOverhead(
201 overhead->Add("TraceEvent", sizeof(*this));
213 void TraceEvent::AppendValueAsJSON(unsigned char type,
214 TraceEvent::TraceValue value,
278 void TraceEvent::AppendAsJSON(
427 void TraceEvent::AppendPrettyPrinted(std::ostringstream* out) const {