Home
last modified time | relevance | path

Searched refs:rend (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp28 for (it++; it != statusString_.rend(); it++) { in TraceDataCacheBase()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp28 for (it++; it != statusString_.rend(); it++) { in TraceDataCacheBase()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp154 HWTEST_F(HashListTest, rend, TestSize.Level1)
161 auto first = hashList.rend();
175 const auto first = hashList.rend();
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp154 HWTEST_F(HashListTest, rend, TestSize.Level1)
161 auto first = hashList.rend();
175 const auto first = hashList.rend();
/developtools/hiperf/src/
Dreport_json_file.cpp141 while (it != frames.rend()) { in AddReportCallStackReverse()
152 if (it + 1 == frames.rend()) { in AddReportCallStackReverse()
Dreport.cpp54 for (frameIt = sample.callFrames_.rbegin(); frameIt != sample.callFrames_.rend(); in AddReportItem()
62 (std::next(frameIt) == sample.callFrames_.rend()) ? sample.data_.period : 0); in AddReportItem()
/developtools/hiperf/include/
Dhashlist.h187 ReverseIterator rend();
Dhashlist.hpp634 return rend(); in rbegin()
650 auto HashList<Key, Val>::rend() in rend() function in OHOS::Developtools::HiPerf::HashList
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h187 ReverseIterator rend();
Dhashlistpp.h633 return rend();
649 auto HashList<Key, Val>::rend()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp257 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdatePerfCallChainData()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp254 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdatePerfCallChainData()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.cpp505 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp513 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()