Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dproto_translation_table.cc544 const GroupAndName& group_and_name, in CreateEventWithProtoId()
586 const GroupAndName& group_and_name) { in GetOrCreateEvent()
595 const GroupAndName& group_and_name) { in GetOrCreateKprobeEvent()
608 void ProtoTranslationTable::RemoveEvent(const GroupAndName& group_and_name) { in RemoveEvent()
H A Dproto_translation_table.h119 virtual const Event* GetEvent(const GroupAndName& group_and_name) const { in GetEvent()
141 size_t EventToFtraceId(const GroupAndName& group_and_name) const { in EventToFtraceId()
H A Dftrace_config_muxer.cc632 const GroupAndName& group_and_name, in EnableFtraceEvent()
778 for (const auto& group_and_name : events) { in SetupConfig() local
H A Dproto_translation_table_unittest.cc474 GroupAndName group_and_name("group", "foo"); in TEST() local