Home
last modified time | relevance | path

Searched refs:GetFieldNamesForTracepointEvent (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dtracing.h122 std::optional<FieldNameSet> GetFieldNamesForTracepointEvent(const EventType& event);
Dtracing.cpp623 std::optional<FieldNameSet> GetFieldNamesForTracepointEvent(const EventType& event) { in GetFieldNamesForTracepointEvent() function
Devent_selection_set.cpp534 if (auto opt_fields = GetFieldNamesForTracepointEvent(event_type); opt_fields) { in SetTracepointFilter()