| /developtools/profiler/device/plugins/native_hook/src/ |
| D | runtime_stack_range.cpp | 36 const char* end; member 41 static void GetThreadRuntimeStackRange(const char** start, const char** end) in GetThreadRuntimeStackRange() 160 static bool IfContained(const char* start, const char* end, const char* ptr) in IfContained() 166 static void GetRuntimeSigalAltStackRange(char** start, char** end) in GetRuntimeSigalAltStackRange() 186 void GetRuntimeStackEnd(const char* stackptr, const char** end, pid_t pid, pid_t tid) in GetRuntimeStackEnd()
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_field_parser.cpp | 32 std::string ReadString(const uint8_t start[], const uint8_t end[], int size) in ReadString() 51 bool FtraceFieldParser::ReadData(const uint8_t start[], const uint8_t end[], void* out, size_t size) in ReadData() 70 uint8_t* end = data + size; in ParseStrField() local
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | mem_map_item.h | 26 …MemMaps(uint64_t begin, uint64_t end, uint64_t offset, uint32_t type, uint32_t filePathId, const s… in MemMaps() 40 …MemMapItem(uint64_t begin, uint64_t end, uint16_t type, uint64_t offset, std::string_view nameHold) in MemMapItem() 76 MemMapItem(uint64_t begin, uint64_t end, uint64_t offset, const std::string &name) in MemMapItem()
|
| /developtools/profiler/hiebpf/include/ |
| D | commandline_flags.h | 419 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseBoolArrayFlag() local 446 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt8ArrayFlag() local 472 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt16ArrayFlag() local 498 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt32ArrayFlag() local 524 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt64ArrayFlag() local 550 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint8ArrayFlag() local 576 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint16ArrayFlag() local 602 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint32ArrayFlag() local 628 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint64ArrayFlag() local 654 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseDoubleArrayFlag() local [all …]
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 91 auto end = string.end(); in ToUppercase() local 100 auto end = string.end(); in ToLowercase() local 126 inline const uint8_t* VarIntDecode(const uint8_t* start, const uint8_t* end, uint64_t* varIntValue) in VarIntDecode()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 91 auto end = string.end(); in ToUppercase() local 100 auto end = string.end(); in ToLowercase() local 126 inline const uint8_t* VarIntDecode(const uint8_t* start, const uint8_t* end, uint64_t* varIntValue) in VarIntDecode()
|
| /developtools/profiler/device/plugins/process_plugin/src/ |
| D | process_data_plugin.cpp | 202 char* end = nullptr; in WriteProcess() local 213 char* end = nullptr; in WriteProcess() local 226 char* end = nullptr; in WriteProcess() local 401 char* end = nullptr; in GetBootData() local 445 char* end = nullptr; in GetCpuUsageData() local 551 char* end = nullptr; in GetValidValue() local
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_field_parser.h | 30 auto end = data + size; in ParseIntField() local 50 auto end = start + retvalSize; in ParseVectorIntField() local
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | index_map.h | 136 void Set(TableRowId start, TableRowId end) in Set() 160 auto end = std::upper_bound(start, rows.begin() + end_, v); in IntersectabcEqual() local 180 auto end = std::upper_bound(rows.begin() + start_, rows.begin() + end_, v, in IntersectLessEqual() local
|
| D | index_map.cpp | 24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap() 61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect()
|
| D | string_to_numerical.h | 77 char* end = nullptr; in StrToDouble() local
|
| /developtools/smartperf_host/ide/test/hdc/message/ |
| D | DataMessage.test.ts | 94 let end = new TextEncoder(); variable
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | index_map.h | 264 void Set(TableRowId start, TableRowId end) in Set() 288 auto end = std::upper_bound(start, rows.begin() + end_, v); in IntersectabcEqual() local 308 auto end = std::upper_bound(rows.begin() + start_, rows.begin() + end_, v, in IntersectLessEqual() local
|
| D | index_map.cpp | 24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start), t… in IndexMap() 61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect()
|
| D | string_to_numerical.h | 77 char* end = nullptr; in StrToDouble() local
|
| /developtools/profiler/device/plugins/network_plugin/src/ |
| D | network_plugin.cpp | 175 char* end = nullptr; in GetUid() local 214 char* end = nullptr; in ReadTxRxBytes() local 282 char* end = nullptr; in ReadSystemTxRxBytes() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | offline_symbolization_filter.cpp | 117 auto end = startValueToSymAddrMap->upper_bound(symVaddr); in OfflineSymbolization() local 156 auto end = startValueToSymAddrMap->upper_bound(symVaddr); in OfflineSymbolization() local
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | offline_symbolization_filter.cpp | 117 auto end = startValueToSymAddrMap->upper_bound(symVaddr); in OfflineSymbolization() local 159 auto end = startValueToSymAddrMap->upper_bound(symVaddr); in OfflineSymbolization() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 291 char* end = nullptr; in SetHilogLineDetails() local 387 char* end = nullptr; in StringToL() local 404 char* end = nullptr; in TimeStringToNS() local
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 78 auto end = startValueToSymAddr->upper_bound(symVaddr); in GetSymbolNameIndexFromSymVaddr() local 140 auto end = startToMapsAddr->upper_bound(ip); in GetSymbolNameIndexFromElfSym() local 282 auto end = startToMapsAddr->upper_bound(ip); in OfflineSymbolization() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 78 auto end = startValueToSymAddr->upper_bound(symVaddr); in GetSymbolNameIndexFromSymVaddr() local 136 auto end = startToMapsAddr->upper_bound(ip); in GetSymbolNameIndexFromElfSym() local 278 auto end = startToMapsAddr->upper_bound(ip); in OfflineSymbolization() local
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | FrameComponentBean.ts | 26 end: number; property
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | data.js | 50 function getValue(begin, end, v, res) { argument
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | parse_page_fps_trace.cpp | 92 …std::string PageFpsTrace::CutString(std::string line, std::string start, std::string end, size_t o… in CutString()
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | memory_data_plugin.cpp | 225 char* end = nullptr; in WriteZramData() local 421 char* end = nullptr; in WriteProcinfoByPidfds() local 629 char* end = nullptr; in StringToUll() local 713 char* end = nullptr; in WriteOomInfo() local
|