HomeSort by relevance Sort by last modified time
    Searched refs:GetStaticEventInfo (Results 1 - 7 of 7) sorted by null

  /external/perfetto/src/ftrace_reader/
event_info.h 38 std::vector<Event> GetStaticEventInfo();
event_info_unittest.cc 25 std::vector<Event> events = GetStaticEventInfo();
event_info_constants.h 223 std::vector<Event> GetStaticEventInfo();
proto_translation_table_unittest.cc 52 table_ = ProtoTranslationTable::Create(&ftrace_procfs, GetStaticEventInfo(),
104 &ftrace_procfs, GetStaticEventInfo(), GetStaticCommonFieldsInfo());
ftrace_controller.cc 121 ftrace_procfs.get(), GetStaticEventInfo(), GetStaticCommonFieldsInfo());
event_info.cc 9 std::vector<Event> GetStaticEventInfo() {
    [all...]
  /external/perfetto/src/ftrace_reader/test/
cpu_reader_support.cc 38 auto table = ProtoTranslationTable::Create(&ftrace, GetStaticEventInfo(),

Completed in 327 milliseconds