Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A DSampleDisplayer.h129 DisplayCallGraphEntry(fp, 1, prefix, sample->callchain.children[i], in operator()
135 void DisplayCallGraphEntry(FILE* fp, size_t depth, std::string prefix, in DisplayCallGraphEntry() function
166 DisplayCallGraphEntry(fp, depth + 1, prefix, node->children[i], in DisplayCallGraphEntry()