HomeSort by relevance Sort by last modified time
    Searched refs:GetDumpId (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
dso.h 45 bool GetDumpId(uint32_t* pdump_id) const {
55 s1->GetDumpId(&id1);
57 s2->GetDumpId(&id2);
123 bool GetDumpId(uint32_t* pdump_id) {
cmd_report_sample.cpp 478 if (!node.dso->GetDumpId(&file_id)) {
483 if (!node.symbol->GetDumpId(reinterpret_cast<uint32_t*>(&symbol_id))) {
541 d1->GetDumpId(&id1);
543 d2->GetDumpId(&id2);
552 if (!dso->GetDumpId(&file_id)) {

Completed in 583 milliseconds