Home
last modified time | relevance | path

Searched refs:ReportFuncMapItem (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/include/
Dreport_json_file.h186 struct ReportFuncMapItem { struct
200 ReportFuncMapItem(int libId, std::string_view funcName) : libId_(libId), funcName_(funcName) {} in ReportFuncMapItem() argument
385 std::map<int, ReportFuncMapItem> functionMap_;
/developtools/hiperf/src/
Dreport_json_file.cpp33 functionMap_.emplace(functionMap_.size(), ReportFuncMapItem(libId, name)); in addNewFunction()