Home
last modified time | relevance | path

Searched refs:EventFormat (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.h55 struct EventFormat { struct
81 const EventFormat* GetEventFormat(int id) const;
129 std::unordered_map<int, EventFormat> event_formats_;
Dandroid_log_data_source.cc355 const EventFormat* fmt = GetEventFormat(eid); in ParseBinaryEvent()
476 auto it = event_formats_.emplace(id, EventFormat{std::move(name), {}}).first; in ParseEventLogDefinitionLine()
515 const AndroidLogDataSource::EventFormat* AndroidLogDataSource::GetEventFormat( in GetEventFormat()