Searched refs:GetEventNameByAttr (Results 1 – 7 of 7) sorted by relevance
42 std::string GetEventNameByAttr(const perf_event_attr& attr);
102 std::string event_name = GetEventNameByAttr(attr); in DumpPerfEventAttr()230 std::string GetEventNameByAttr(const perf_event_attr& attr) { in GetEventNameByAttr() function
50 std::string event_name = GetEventNameByAttr(attr); in OpenEventFile()
376 events_[i].name = GetEventNameByAttr(events_[i].attr); in CreateEvents()
563 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrsFromRecordFile()
442 event_types_.push_back(GetEventNameByAttr(*attr.attr)); in OpenRecordFile()
763 attr.name = GetEventNameByAttr(attr.attr); in ReadEventAttrFromRecordFile()