Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.h37 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent = 0);
Devent_attr.cpp103 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) { in DumpPerfEventAttr() function
Dcmd_dumprecord.cpp316 DumpPerfEventAttr(*attr.attr, 1); in DumpAttrSection()