Searched refs:GetTracepointEvents (Results 1 – 8 of 8) sorted by relevance
62 std::string GetTracepointEvents();
97 std::vector<const EventType*> GetTracepointEvents() const;
55 if (!android::base::WriteStringToFile(GetTracepointEvents(), in Run()
51 std::string GetTracepointEvents() { in GetTracepointEvents() function
400 output_filename_, !event_selection_set_.GetTracepointEvents().empty()); in Run()
999 for (auto& event_type : event_selection_set_.GetTracepointEvents()) { in TraceOffCpu()1076 event_selection_set_.GetTracepointEvents(); in DumpTracingData()
242 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents() function in EventSelectionSet
662 if (!android::base::WriteStringToFile(GetTracepointEvents(), tracepoint_file)) { in RunCmdInApp()