Home
last modified time | relevance | path

Searched refs:EventKindToString (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp42 return EventKindToString(GetEventType()); in GetEventTypeAsString()
45 const char *TraceCursor::EventKindToString(lldb::TraceEvent event_kind) { in EventKindToString() function in TraceCursor
H A DTraceDumper.cpp165 m_s << "(event) " << TraceCursor::EventKindToString(*item.event); in TraceItem()
356 m_j.attribute("event", TraceCursor::EventKindToString(*item.event)); in DumpEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h236 static const char *EventKindToString(lldb::TraceEvent event_kind);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp318 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfo()
411 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfoAsJson()