Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table_unittest.cc413 EXPECT_THAT(*table.GetEventsByGroup("group_one"), in TEST()
415 EXPECT_THAT(*table.GetEventsByGroup("group_one"), in TEST()
417 EXPECT_THAT(*table.GetEventsByGroup("group_two"), in TEST()
419 EXPECT_THAT(table.GetEventsByGroup("group_three"), IsNull()); in TEST()
465 EXPECT_EQ(table->GetEventsByGroup("group")->front()->name, in TEST()
Dproto_translation_table.h117 const std::vector<const Event*>* GetEventsByGroup( in GetEventsByGroup() function
Dftrace_config_muxer.cc44 const std::vector<const Event*>* events = table->GetEventsByGroup(group); in AddEventGroup()