Home
last modified time | relevance | path

Searched refs:DsoTypeToString (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Ddso.h229 const char* DsoTypeToString(DsoType dso_type);
Dcmd_dumprecord.cpp531 PrintIndented(2, "file_type %s\n", DsoTypeToString(file.type)); in DumpFeatureSection()
580 PrintIndented(2, "binary_type: %s\n", DsoTypeToString(binary.dso_type)); in DumpFeatureSection()
Ddso.cpp1008 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString() function
Drecord.cpp1299 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()