Searched refs:trace_event_id (Results 1 – 4 of 4) sorted by relevance
96 TracingFormat GetTracingFormatHavingId(uint64_t trace_event_id);97 std::string GetTracingEventNameHavingId(uint64_t trace_event_id);
375 TracingFormat Tracing::GetTracingFormatHavingId(uint64_t trace_event_id) { in GetTracingFormatHavingId() argument380 if (format.id == trace_event_id) { in GetTracingFormatHavingId()384 LOG(FATAL) << "no tracing format for id " << trace_event_id; in GetTracingFormatHavingId()388 std::string Tracing::GetTracingEventNameHavingId(uint64_t trace_event_id) { in GetTracingEventNameHavingId() argument393 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()
924 uint64_t trace_event_id = attr.attr.config; in ProcessTracingData() local925 attr.name = tracing.GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()