Home
last modified time | relevance | path

Searched refs:rbegin (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp343 if (splitResult_.rbegin() != splitResult_.rend() && in SplitPerfParsingData()
344 …(splitResult_.rbegin()->originSeg.offset + splitResult_.rbegin()->originSeg.size == currentDataOff… in SplitPerfParsingData()
345 splitResult_.rbegin()->originSeg.size += dataHeader.size; in SplitPerfParsingData()
626 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdateCallChainUnCompressed()
/developtools/hiperf/src/
Dreport_json_file.cpp141 auto it = frames.rbegin(); in AddReportCallStackReverse()
159 HLOGV("add child %*s %d-%d %s @%d %s", static_cast<int>(it - frames.rbegin()), "", in AddReportCallStackReverse()
Dreport.cpp46 auto frameIt = sample.callFrames_.rbegin(); in AddReportItem()
54 for (frameIt = sample.callFrames_.rbegin(); frameIt != sample.callFrames_.rend(); in AddReportItem()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp128 HWTEST_F(HashListTest, rbegin, TestSize.Level1)
135 auto last = hashList.rbegin();
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp128 HWTEST_F(HashListTest, rbegin, TestSize.Level1)
135 auto last = hashList.rbegin();
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h185 ReverseIterator rbegin();
Dhashlistpp.h629 auto HashList<Key, Val>::rbegin()
/developtools/hiperf/include/
Dhashlist.h185 ReverseIterator rbegin();
Dhashlist.hpp630 auto HashList<Key, Val>::rbegin() in rbegin() function in OHOS::Developtools::HiPerf::HashList
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp620 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()