Searched refs:trace_event_id (Results 1 – 4 of 4) sorted by relevance
76 TracingFormat GetTracingFormatHavingId(uint64_t trace_event_id);77 std::string GetTracingEventNameHavingId(uint64_t trace_event_id);
367 TracingFormat Tracing::GetTracingFormatHavingId(uint64_t trace_event_id) { in GetTracingFormatHavingId() argument372 if (format.id == trace_event_id) { in GetTracingFormatHavingId()376 LOG(FATAL) << "no tracing format for id " << trace_event_id; in GetTracingFormatHavingId()380 std::string Tracing::GetTracingEventNameHavingId(uint64_t trace_event_id) { in GetTracingEventNameHavingId() argument385 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()
773 uint64_t trace_event_id = attr.attr.config; in ProcessTracingData() local774 attr.name = tracing.GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()