Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.h42 std::string GetEventNameByAttr(const perf_event_attr& attr);
Devent_attr.cpp102 std::string event_name = GetEventNameByAttr(attr); in DumpPerfEventAttr()
230 std::string GetEventNameByAttr(const perf_event_attr& attr) { in GetEventNameByAttr() function
Devent_fd.cpp50 std::string event_name = GetEventNameByAttr(attr); in OpenEventFile()
Dreport_lib_interface.cpp376 events_[i].name = GetEventNameByAttr(events_[i].attr); in CreateEvents()
Dcmd_kmem.cpp563 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrsFromRecordFile()
Dcmd_report_sample.cpp442 event_types_.push_back(GetEventNameByAttr(*attr.attr)); in OpenRecordFile()
Dcmd_report.cpp763 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrFromRecordFile()