Searched refs:GetEventNameByAttr (Results 1 – 6 of 6) sorted by relevance
45 std::string GetEventNameByAttr(const perf_event_attr& attr);
104 std::string event_name = GetEventNameByAttr(attr); in DumpPerfEventAttr()234 std::string GetEventNameByAttr(const perf_event_attr& attr) { in GetEventNameByAttr() function
329 events_[i].name = GetEventNameByAttr(events_[i].attr); in CreateEvents()
539 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrsFromRecordFile()
494 event_types_.push_back(GetEventNameByAttr(*attr.attr)); in OpenRecordFile()
768 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrFromRecordFile()