Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_parser.h72 std::unordered_map<uint32_t, EventFormat> eventDict_ = {}; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp115 eventDict_[format.eventId] = format; in SetupEvent()
121 auto iter = eventDict_.find(id); in GetEventFormat()
122 if (iter != eventDict_.end()) { in GetEventFormat()