Searched refs:GetStaticEventInfo (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info.h | 38 std::vector<Event> GetStaticEventInfo();
|
D | proto_translation_table_unittest.cc | 60 table_ = ProtoTranslationTable::Create(&ftrace_procfs, GetStaticEventInfo(), in SetUp() 116 &ftrace_procfs, GetStaticEventInfo(), GetStaticCommonFieldsInfo()); in TEST() 270 &ftrace_procfs, GetStaticEventInfo(), GetStaticCommonFieldsInfo()); in TEST() 305 &ftrace_procfs, GetStaticEventInfo(), GetStaticCommonFieldsInfo()); in TEST()
|
D | event_info_unittest.cc | 27 std::vector<Event> events = GetStaticEventInfo(); in TEST()
|
D | ftrace_controller.cc | 128 ftrace_procfs.get(), GetStaticEventInfo(), GetStaticCommonFieldsInfo()); in Create()
|
D | event_info.cc | 28 std::vector<Event> GetStaticEventInfo() { in GetStaticEventInfo() function
|
/external/perfetto/src/traced/probes/ftrace/test/ |
D | cpu_reader_support.cc | 47 auto table = ProtoTranslationTable::Create(&ftrace, GetStaticEventInfo(), in GetTable()
|