Home
last modified time | relevance | path

Searched refs:funcName_ (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dreport_json_file.h188 std::string_view funcName_; member
195 OutputJsonPair(output, "symbol", funcName_); in OutputJson()
200 ReportFuncMapItem(int libId, std::string_view funcName) : libId_(libId), funcName_(funcName) {} in ReportFuncMapItem()
230 std::string_view funcName_ = ""; member
242 if (!funcName_.empty()) { // for debug in OutputJson()
243 OutputJsonPair(output, "funcName", funcName_); in OutputJson()
258 if (!funcName_.empty()) { in UpdateChildrenEventCount()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
Dcommon_stdtype.cpp230 funcName_.emplace_back(funcNameDictIndex); in UpdateSymbol()
249 return funcName_; in GetConstFuncNames()
Dcommon_stdtype.h219 funcName_.clear(); in Clear()
225 std::deque<DataIndex> funcName_ = {}; variable
/developtools/hiperf/src/
Dreport_json_file.cpp118 grandchildren.funcName_ = std::get<keyfuncName>(functionList_.at(funcId)); in AddReportCallStack()
150 grandchildren.funcName_ = std::get<keyfuncName>(functionList_.at(funcId)); in AddReportCallStackReverse()