Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport_json_file.cpp106 const std::vector<DfxFrame> &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<DfxFrame> &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.cpp516 void CallStack::LogFrame(const std::string msg, const std::vector<DfxFrame> &frames) in LogFrame() argument
520 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/pbreader_parser/native_hook_parser/
Dpbreader_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/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h72 void AppendStackMaps(uint32_t ipid, uint32_t stackid, std::vector<uint64_t> &frames);
138 void UpdateReparseStack(uint64_t stackId, std::shared_ptr<std::vector<uint64_t>> frames);
140 …StackAndFrames(uint64_t row, ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames);
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()
166 … ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames) in CompressStackAndFrames() argument
170 for (auto itor = frames; itor; itor++) { in CompressStackAndFrames()
736 …tiveHookFilter::UpdateReparseStack(uint64_t stackId, std::shared_ptr<std::vector<uint64_t>> frames) in UpdateReparseStack() argument
[all …]
/developtools/hiperf/include/
Dreport_json_file.h371 std::vector<DfxFrame> &frames);
399 const std::vector<DfxFrame> &frames);
401 const std::vector<DfxFrame> &frames);
Dcallstack.h74 void LogFrame(const std::string msg, const std::vector<DfxFrame> &frames);
/developtools/smartperf_host/trace_streamer/src/filter/
Dframe_filter.cpp94 const std::vector<FrameMap> &frames, in BeginProcessCommandUni() argument
104 for (auto &it : frames) { in BeginProcessCommandUni()
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp337 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local
342frames.push_back({streamFilters_->processFilter_->GetInternalTid(base::StrToInt<uint32_t>(value1).… in OnMainThreadProcessCmd()
347 … 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<DfxFrame> frames = { in PrepairReportJson() local
96 json->UpdateReportCallStack(id, pid, tid, eventCount, frames); in PrepairReportJson()
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md81 -f get app refresh fps(frames per second) and fps jitters and refreshrate
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md246 ![GitHub Logo](../figures/frames.jpg)
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md274 ![GitHub Logo](../../figures/traceStreamer/frames.jpg)
/developtools/profiler/hiebpf/include/
Dvmlinux.h106407 unsigned int frames; member
110753 xen_pfn_t *frames; member