Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 22 of 22) sorted by relevance

/developtools/hiperf/src/
Dreport_json_file.cpp105 const std::vector<CallFrame> &frames) in AddReportCallStack() argument
108 auto it = frames.begin(); in AddReportCallStack()
109 while (it != frames.end()) { in AddReportCallStack()
121 if (it + 1 == frames.end()) { in AddReportCallStack()
127 HLOGV("add child %*s %d-%d %s @%d %s", static_cast<int>(it - frames.begin()), "", libId, in AddReportCallStack()
137 const std::vector<CallFrame> &frames) in AddReportCallStackReverse() argument
140 auto it = frames.rbegin(); in AddReportCallStackReverse()
141 while (it != frames.rend()) { in AddReportCallStackReverse()
152 if (it + 1 == frames.rend()) { in AddReportCallStackReverse()
158 HLOGV("add child %*s %d-%d %s @%d %s", static_cast<int>(it - frames.rbegin()), "", in AddReportCallStackReverse()
[all …]
Dcallstack.cpp512 void CallStack::LogFrame(const std::string msg, const std::vector<CallFrame> &frames) in LogFrame() argument
516 for (auto frame : frames) { in LogFrame()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp40 std::vector<uint64_t> frames; in ParseStackMap() local
48 frames.emplace_back(*itor); in ParseStackMap()
58 frames.emplace_back(*itor); in ParseStackMap()
62 nativeHookFilter_->AppendStackMaps(stackId, frames); in ParseStackMap()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp40 std::vector<uint64_t> frames; in ParseStackMap() local
48 frames.emplace_back(*itor); in ParseStackMap()
58 frames.emplace_back(*itor); in ParseStackMap()
62 nativeHookFilter_->AppendStackMaps(stackId, frames); in ParseStackMap()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dframe_filter_test.cpp166 std::vector<FrameFilter::FrameMap> frames; variable
167 frames.push_back({SOURCE_ITID1, SOURCE_FRAME_NUM});
168 streamFilters_.frameFilter_->BeginProcessCommandUni(UNI_TS, ITID, frames, 0);
204 std::vector<FrameFilter::FrameMap> frames; variable
205 frames.push_back({SOURCE_ITID1, SOURCE_FRAME_NUM});
206 streamFilters_.frameFilter_->BeginProcessCommandUni(UNI_TS, ITID, frames, 0);
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.h69 void AppendStackMaps(uint32_t stackid, std::vector<uint64_t>& frames);
110 … void CompressStackAndFrames(ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames);
Dframe_filter.cpp114 const std::vector<FrameMap>& frames, in BeginProcessCommandUni() argument
133 for (auto& it : frames) { in BeginProcessCommandUni()
Dnative_hook_filter.cpp55 void NativeHookFilter::AppendStackMaps(uint32_t stackid, std::vector<uint64_t>& frames) in AppendStackMaps() argument
57 auto framesSharedPtr = std::make_shared<std::vector<uint64_t>>(frames); in AppendStackMaps()
66 auto frames = std::make_shared<const ProtoReader::BytesView>(bytesView); in AppendFrameMaps() local
67 frameIdToFrameBytes_.emplace(std::make_pair(id, frames)); in AppendFrameMaps()
119 …ilter::CompressStackAndFrames(ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames) in CompressStackAndFrames() argument
123 for (auto itor = frames; itor; itor++) { in CompressStackAndFrames()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.h69 void AppendStackMaps(uint32_t stackid, std::vector<uint64_t>& frames);
110 … void CompressStackAndFrames(ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames);
Dframe_filter.cpp115 const std::vector<FrameMap>& frames, in BeginProcessCommandUni() argument
134 for (auto& it : frames) { in BeginProcessCommandUni()
Dnative_hook_filter.cpp56 void NativeHookFilter::AppendStackMaps(uint32_t stackid, std::vector<uint64_t>& frames) in AppendStackMaps() argument
58 auto framesSharedPtr = std::make_shared<std::vector<uint64_t>>(frames); in AppendStackMaps()
67 auto frames = std::make_shared<const ProtoReader::BytesView>(bytesView); in AppendFrameMaps() local
68 frameIdToFrameBytes_.emplace(std::make_pair(id, frames)); in AppendFrameMaps()
120 …ilter::CompressStackAndFrames(ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames) in CompressStackAndFrames() argument
124 for (auto itor = frames; itor; itor++) { in CompressStackAndFrames()
/developtools/hiperf/include/
Dreport_json_file.h371 std::vector<CallFrame> &frames);
399 const std::vector<CallFrame> &frames);
401 const std::vector<CallFrame> &frames);
Dcallstack.h71 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dprint_event_parser.cpp282 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local
287frames.push_back({streamFilters_->processFilter_->GetInternalTid(base::StrToInt<uint32_t>(value1).… in OnMainThreadProcessCmd()
292 … return streamFilters_->frameFilter_->BeginProcessCommandUni(line.ts, iTid, frames, callStackRow); in OnMainThreadProcessCmd()
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h51 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp343 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local
348frames.push_back({streamFilters_->processFilter_->GetInternalTid(base::StrToInt<uint32_t>(value1).… in OnMainThreadProcessCmd()
353 … return streamFilters_->frameFilter_->BeginProcessCommandUni(line.ts, iTid, frames, callStackRow); in OnMainThreadProcessCmd()
/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp70 std::vector<CallFrame> frames = { in PrepairReportJson() local
96 json->UpdateReportCallStack(id, pid, tid, eventCount, frames); in PrepairReportJson()
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md213 ![GitHub Logo](../../figures/traceStreamer/frames.jpg)
/developtools/profiler/host/smartperf/ide/src/doc/md/
Ddes_tables.md213 ![GitHub Logo](../../figures/traceStreamer/frames.jpg)
/developtools/profiler/host/smartperf/trace_streamer/doc/
Ddes_tables.md213 ![GitHub Logo](../figures/frames.jpg)
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md235 ![GitHub Logo](../figures/frames.jpg)
/developtools/profiler/hiebpf/include/
Dvmlinux.h106407 unsigned int frames; member
110753 xen_pfn_t *frames; member