Home
last modified time | relevance | path

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

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