Home
last modified time | relevance | path

Searched refs:GetTracepointEvents (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.h113 std::vector<const EventType*> GetTracepointEvents() const;
Devent_selection_set.cpp296 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents() function in simpleperf::EventSelectionSet
Dcmd_stat.cpp482 output_filename_, !event_selection_set_.GetTracepointEvents().empty()); in Run()
Dcmd_record.cpp1177 for (auto& event_type : event_selection_set_.GetTracepointEvents()) { in TraceOffCpu()
1262 std::vector<const EventType*> tracepoint_event_types = event_selection_set_.GetTracepointEvents(); in DumpTracingData()