Searched refs:GetStaticEventInfo (Results 1 – 6 of 6) sorted by relevance
38 std::vector<Event> GetStaticEventInfo();
27 std::vector<Event> events = GetStaticEventInfo(); in TEST()
58 table_ = ProtoTranslationTable::Create(&ftrace_procfs, GetStaticEventInfo(), in SetUp()113 &ftrace_procfs, GetStaticEventInfo(), GetStaticCommonFieldsInfo()); in TEST()
119 ftrace_procfs.get(), GetStaticEventInfo(), GetStaticCommonFieldsInfo()); in Create()
12 std::vector<Event> GetStaticEventInfo() { in GetStaticEventInfo() function
62 auto table = ProtoTranslationTable::Create(&ftrace, GetStaticEventInfo(), in GetTable()