/developtools/hiperf/src/ |
D | report_json_file.cpp | 106 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 …]
|
D | callstack.cpp | 516 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/ |
D | frame_filter_test.cpp | 148 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/ |
D | pbreader_native_hook_parser.cpp | 49 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/ |
D | native_hook_filter.h | 72 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);
|
D | native_hook_filter.cpp | 68 …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/ |
D | report_json_file.h | 371 std::vector<DfxFrame> &frames); 399 const std::vector<DfxFrame> &frames); 401 const std::vector<DfxFrame> &frames);
|
D | callstack.h | 74 void LogFrame(const std::string msg, const std::vector<DfxFrame> &frames);
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | frame_filter.cpp | 94 const std::vector<FrameMap> &frames, in BeginProcessCommandUni() argument 104 for (auto &it : frames) { in BeginProcessCommandUni()
|
/developtools/smartperf_host/trace_streamer/src/parser/ |
D | print_event_parser.cpp | 337 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local 342 …frames.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/ |
D | call_stack.h | 57 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
|
/developtools/hiperf/test/unittest/common/native/ |
D | report_json_file_test.cpp | 70 std::vector<DfxFrame> frames = { in PrepairReportJson() local 96 json->UpdateReportCallStack(id, pid, tid, eventCount, frames); in PrepairReportJson()
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | README_zh.md | 81 -f get app refresh fps(frames per second) and fps jitters and refreshrate
|
/developtools/smartperf_host/trace_streamer/doc/ |
D | des_tables.md | 246 ![GitHub Logo](../figures/frames.jpg)
|
/developtools/smartperf_host/ide/src/doc/md/ |
D | des_tables.md | 274 ![GitHub Logo](../../figures/traceStreamer/frames.jpg)
|
/developtools/profiler/hiebpf/include/ |
D | vmlinux.h | 106407 unsigned int frames; member 110753 xen_pfn_t *frames; member
|