Searched refs:GetEventNameByAttr (Results 1 – 6 of 6) sorted by relevance
43 std::string GetEventNameByAttr(const perf_event_attr& attr);
102 std::string event_name = GetEventNameByAttr(attr); in DumpPerfEventAttr()231 std::string GetEventNameByAttr(const perf_event_attr& attr) { in GetEventNameByAttr() function
396 events_[i].name = GetEventNameByAttr(events_[i].attr); in CreateEvents()
563 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrsFromRecordFile()
435 event_types_.push_back(GetEventNameByAttr(*attr.attr)); in OpenRecordFile()
777 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrFromRecordFile()