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