Home
last modified time | relevance | path

Searched refs:funcs_ (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp401 ReportFuncItem &func = GetOrCreateMapItem(lib.funcs_, 1);
524 ASSERT_EQ(lib.funcs_.size(), 2u);
527 ReportFuncItem &funca1 = lib.funcs_.at(0);
528 ReportFuncItem &funca2 = lib.funcs_.at(1);
553 ReportFuncItem &funca1 = lib.funcs_.at(0);
554 ReportFuncItem &funca2 = lib.funcs_.at(1);
/developtools/hiperf/include/
Dreport_json_file.h275 std::map<int, ReportFuncItem> funcs_; member
283 OutputJsonMapList(output, "functions", funcs_); in OutputJson()
/developtools/hiperf/src/
Dreport_json_file.cpp222 ReportFuncItem &func = GetOrCreateMapItem(lib.funcs_, funcId); in UpdateReportCallStack()