Searched refs:trace_event_id (Results 1 – 4 of 4) sorted by relevance
94 TracingFormat GetTracingFormatHavingId(uint64_t trace_event_id);95 std::string GetTracingEventNameHavingId(uint64_t trace_event_id);
377 TracingFormat Tracing::GetTracingFormatHavingId(uint64_t trace_event_id) { in GetTracingFormatHavingId() argument382 if (format.id == trace_event_id) { in GetTracingFormatHavingId()386 LOG(FATAL) << "no tracing format for id " << trace_event_id; in GetTracingFormatHavingId()390 std::string Tracing::GetTracingEventNameHavingId(uint64_t trace_event_id) { in GetTracingEventNameHavingId() argument395 if (format.id == trace_event_id) { in GetTracingEventNameHavingId()
626 uint64_t trace_event_id = attr.attr.config; in ProcessTracingData() local627 attr.name = tracing.GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()628 TracingFormat format = tracing.GetTracingFormatHavingId(trace_event_id); in ProcessTracingData()
905 uint64_t trace_event_id = attr.attr.config; in ProcessTracingData() local906 attr.name = tracing.GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()