| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 105 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 …]
|
| D | callstack.cpp | 512 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/ |
| D | htrace_native_hook_parser.cpp | 40 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/ |
| D | htrace_native_hook_parser.cpp | 40 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/ |
| D | frame_filter_test.cpp | 166 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/ |
| D | native_hook_filter.h | 69 void AppendStackMaps(uint32_t stackid, std::vector<uint64_t>& frames); 110 … void CompressStackAndFrames(ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames);
|
| D | frame_filter.cpp | 114 const std::vector<FrameMap>& frames, in BeginProcessCommandUni() argument 133 for (auto& it : frames) { in BeginProcessCommandUni()
|
| D | native_hook_filter.cpp | 55 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/ |
| D | native_hook_filter.h | 69 void AppendStackMaps(uint32_t stackid, std::vector<uint64_t>& frames); 110 … void CompressStackAndFrames(ProtoReader::RepeatedDataAreaIterator<ProtoReader::BytesView> frames);
|
| D | frame_filter.cpp | 115 const std::vector<FrameMap>& frames, in BeginProcessCommandUni() argument 134 for (auto& it : frames) { in BeginProcessCommandUni()
|
| D | native_hook_filter.cpp | 56 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/ |
| D | report_json_file.h | 371 std::vector<CallFrame> &frames); 399 const std::vector<CallFrame> &frames); 401 const std::vector<CallFrame> &frames);
|
| D | callstack.h | 71 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ |
| D | print_event_parser.cpp | 282 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local 287 …frames.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/ |
| D | call_stack.h | 51 void LogFrame(const std::string msg, const std::vector<CallFrame> &frames);
|
| /developtools/smartperf_host/trace_streamer/src/parser/ |
| D | print_event_parser.cpp | 343 std::vector<FrameFilter::FrameMap> frames; in OnMainThreadProcessCmd() local 348 …frames.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/ |
| D | report_json_file_test.cpp | 70 std::vector<CallFrame> frames = { in PrepairReportJson() local 96 json->UpdateReportCallStack(id, pid, tid, eventCount, frames); in PrepairReportJson()
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | des_tables.md | 213 
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | des_tables.md | 213 
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | des_tables.md | 213 
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | des_tables.md | 235 
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 106407 unsigned int frames; member 110753 xen_pfn_t *frames; member
|