Home
last modified time | relevance | path

Searched defs:group_and_name (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.h101 virtual const Event* GetEvent(const GroupAndName& group_and_name) const { in GetEvent()
122 size_t EventToFtraceId(const GroupAndName& group_and_name) const { in EventToFtraceId()
Dftrace_config_muxer.cc331 for (const auto& group_and_name : events) { in SetupConfig() local
Dproto_translation_table_unittest.cc399 GroupAndName group_and_name("group", "foo"); in TEST() local
Dproto_translation_table.cc473 const GroupAndName& group_and_name) { in GetOrCreateEvent()