Searched refs:GetFieldNamesForTracepointEvent (Results 1 – 3 of 3) sorted by relevance
115 std::optional<FieldNameSet> GetFieldNamesForTracepointEvent(const EventType& event);
523 if (auto opt_fields = GetFieldNamesForTracepointEvent(event_type); opt_fields) { in SetTracepointFilter()
610 std::optional<FieldNameSet> GetFieldNamesForTracepointEvent(const EventType& event) { in GetFieldNamesForTracepointEvent() function