Searched refs:dsos (Results 1 – 5 of 5) sorted by relevance
93 std::vector<Dso*> dsos; in process() local126 dsos.push_back(dso.get()); in process()128 writer->WriteFileFeatures(dsos); in process()165 for (Dso* dso : dsos) { in process()
920 std::vector<Dso*> dsos = thread_tree_.GetAllDsos(); in PrintFileInfoInProtobuf() local921 std::sort(dsos.begin(), dsos.end(), CompareDsoByDumpId); in PrintFileInfoInProtobuf()922 for (Dso* dso : dsos) { in PrintFileInfoInProtobuf()
331 bool RecordFileWriter::WriteFileFeatures(const std::vector<Dso*>& dsos) { in WriteFileFeatures() argument332 for (Dso* dso : dsos) { in WriteFileFeatures()
97 bool WriteFileFeatures(const std::vector<Dso*>& dsos);
603 $ simpleperf report --dsos /data/app/com.example.sudogame-2/lib/arm64/libsudo-game-jni.so \664 $ simpleperf report --dsos /data/app/com.example.sudogame-2/lib/arm64/libsudo-game-jni.so