Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport_json_file.cpp106 const std::vector<CallFrame> &frames) in AddReportCallStack() argument
109 auto it = frames.begin(); in AddReportCallStack()
110 while (it != frames.end()) { in AddReportCallStack()
122 if (it + 1 == frames.end()) { in AddReportCallStack()
128 HLOGV("add child %*s %d-%d %s @%d %s", static_cast<int>(it - frames.begin()), "", libId, in AddReportCallStack()
138 const std::vector<CallFrame> &frames) in AddReportCallStackReverse() argument
141 auto it = frames.rbegin(); in AddReportCallStackReverse()
142 while (it != frames.rend()) { in AddReportCallStackReverse()
153 if (it + 1 == frames.rend()) { in AddReportCallStackReverse()
159 HLOGV("add child %*s %d-%d %s @%d %s", static_cast<int>(it - frames.rbegin()), "", in AddReportCallStackReverse()
[all …]
Dcallstack.cpp518 void CallStack::LogFrame(const std::string msg, const std::vector<CallFrame> &frames) in LogFrame() argument
522 for (auto& frame : frames) { in LogFrame()
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dframe_filter_test.cpp148 std::vector<FrameFilter::FrameMap> frames; variable
149 frames.push_back({SOURCE_ITID1, SOURCE_FRAME_NUM});
150 streamFilters_.frameFilter_->BeginProcessCommandUni(UNI_TS, ITID, frames, 0);
178 std::vector<FrameFilter::FrameMap> frames; variable
179 frames.push_back({SOURCE_ITID1, SOURCE_FRAME_NUM});
180 streamFilters_.frameFilter_->BeginProcessCommandUni(UNI_TS, ITID, frames, 0);
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp49 std::vector<uint64_t> frames; in ParseStackMap() local
54 frames.emplace_back(*itor); in ParseStackMap()
62 frames.emplace_back(*itor); in ParseStackMap()
66 nativeHookFilter_->AppendStackMaps(ipid, stackMapReader.id(), frames); in ParseStackMap()
/developtools/hiperf/include/
Dreport_json_file.h371 std::vector<CallFrame> &frames);
399 const std::vector<CallFrame> &frames);
401 const std::vector<CallFrame> &frames);
Dcallstack.h75 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp68 …d NativeHookFilter::AppendStackMaps(uint32_t ipid, uint32_t stackid, std::vector<uint64_t>& frames) in AppendStackMaps() argument
73 frames.emplace_back(SINGLE_PROC_IPID); in AppendStackMaps()
76 frames.emplace_back(ipid); in AppendStackMaps()
79 auto framesSharedPtr = std::make_shared<std::vector<uint64_t>>(frames); in AppendStackMaps()
88 auto frames = std::make_shared<const ProtoReader::BytesView>(bytesView); in AppendFrameMaps() local
90 ipidToFrameIdToFrameBytes_.Insert(SINGLE_PROC_IPID, frameMapId, frames); in AppendFrameMaps()
92 ipidToFrameIdToFrameBytes_.Insert(ipid, frameMapId, frames); in AppendFrameMaps()
156 … ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames) in CompressStackAndFrames() argument
160 for (auto itor = frames; itor; itor++) { in CompressStackAndFrames()
Dnative_hook_filter.h75 void AppendStackMaps(uint32_t ipid, uint32_t stackid, std::vector<uint64_t>& frames);
133 …StackAndFrames(uint64_t row, ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames);
Dframe_filter.cpp93 const std::vector<FrameMap>& frames, in BeginProcessCommandUni() argument
109 for (auto& it : frames) { in BeginProcessCommandUni()
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp339 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local
344frames.push_back({streamFilters_->processFilter_->GetInternalTid(base::StrToInt<uint32_t>(value1).… in OnMainThreadProcessCmd()
349 … return streamFilters_->frameFilter_->BeginProcessCommandUni(line.ts, iTid, frames, callStackRow); in OnMainThreadProcessCmd()
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h57 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
/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.md274 ![GitHub Logo](../../figures/traceStreamer/frames.jpg)
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md250 ![GitHub Logo](../figures/frames.jpg)
/developtools/profiler/hiebpf/include/
Dvmlinux.h106407 unsigned int frames; member
110753 xen_pfn_t *frames; member