Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp61 size_t Dso::dso_count_; member in Dso
184 dso_count_++; in Dso()
188 if (--dso_count_ == 0) { in ~Dso()
Ddso.h153 static size_t dso_count_; variable