Searched refs:trace_event_id (Results 1 – 4 of 4) sorted by relevance
104 TracingFormat GetTracingFormatHavingId(uint64_t trace_event_id);105 std::string GetTracingEventNameHavingId(uint64_t trace_event_id);
388 TracingFormat Tracing::GetTracingFormatHavingId(uint64_t trace_event_id) { in GetTracingFormatHavingId() argument393 if (format.id == trace_event_id) { in GetTracingFormatHavingId()397 LOG(FATAL) << "no tracing format for id " << trace_event_id; in GetTracingFormatHavingId()401 std::string Tracing::GetTracingEventNameHavingId(uint64_t trace_event_id) { in GetTracingEventNameHavingId() argument406 if (format.id == trace_event_id) { in GetTracingEventNameHavingId()
599 uint64_t trace_event_id = attr.attr.config; in ProcessTracingData() local600 attr.name = tracing.GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()601 TracingFormat format = tracing.GetTracingFormatHavingId(trace_event_id); in ProcessTracingData()
909 uint64_t trace_event_id = attr.attr.config; in ProcessTracingData() local910 attr.name = tracing.GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()