Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.h28 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent = 0);
Devent_attr.cpp91 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) { in DumpPerfEventAttr() function
Dcmd_dumprecord.cpp146 DumpPerfEventAttr(attr->attr, 1); in DumpAttrSection()