Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp38 struct EventFormat { struct
39 EventFormat(const std::string& name, const std::string& attr, int shift) in EventFormat() argument
220 std::vector<EventFormat> formats = ParseEventFormats(evtdev_path); in LoadTypes()
242 std::vector<EventFormat> ParseEventFormats(const std::string& evtdev_path) { in ParseEventFormats()
243 std::vector<EventFormat> v; in ParseEventFormats()
261 v.emplace_back(EventFormat(format_name, "config", shift)); in ParseEventFormats()
266 uint64_t MakeEventConfig(const std::string& event_str, std::vector<EventFormat>& formats) { in MakeEventConfig()