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.h111 virtual const Event* GetEvent(const GroupAndName& group_and_name) const { in GetEvent()
133 size_t EventToFtraceId(const GroupAndName& group_and_name) const { in EventToFtraceId()
Dproto_translation_table_unittest.cc455 GroupAndName group_and_name("group", "foo"); in TEST() local
Dftrace_config_muxer.cc492 for (const auto& group_and_name : events) { in SetupConfig() local
Dproto_translation_table.cc498 const GroupAndName& group_and_name) { in GetOrCreateEvent()