Home
last modified time | relevance | path

Searched refs:ProcessSwitchRecord (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp215 void ProcessSwitchRecord(std::unique_ptr<Record> r);
361 ProcessSwitchRecord(std::move(record)); in GetNextSample()
419 void ReportLib::ProcessSwitchRecord(std::unique_ptr<Record> r) { in ProcessSwitchRecord() function in simpleperf::ReportLib
Dcmd_report_sample.cpp178 bool ProcessSwitchRecord(Record* r);
621 result = ProcessSwitchRecord(record.get()); in ProcessRecord()
765 bool ReportSampleCommand::ProcessSwitchRecord(Record* r) { in ProcessSwitchRecord() function in simpleperf::__anonb102146c0111::ReportSampleCommand