Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 77) sorted by relevance

1234

/developtools/profiler/device/plugins/native_hook/src/
Druntime_stack_range.cpp36 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/
Dftrace_field_parser.cpp32 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/
Dmem_map_item.h26 …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/
Dcommandline_flags.h419 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/
Dproto_reader_help.h91 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/
Dproto_reader_help.h91 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/
Dprocess_data_plugin.cpp202 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/
Dftrace_field_parser.h30 auto end = data + size; in ParseIntField() local
50 auto end = start + retvalSize; in ParseVectorIntField() local
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h136 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
Dindex_map.cpp24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap()
61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect()
Dstring_to_numerical.h77 char* end = nullptr; in StrToDouble() local
/developtools/smartperf_host/ide/test/hdc/message/
DDataMessage.test.ts94 let end = new TextEncoder(); variable
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dindex_map.h264 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
Dindex_map.cpp24 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()
Dstring_to_numerical.h77 char* end = nullptr; in StrToDouble() local
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp175 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/
Doffline_symbolization_filter.cpp117 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/
Doffline_symbolization_filter.cpp117 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/
Dhilog_plugin.cpp291 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/
Debpf_base.cpp78 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/
Debpf_base.cpp78 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/
DFrameComponentBean.ts26 end: number; property
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js50 function getValue(begin, end, v, res) { argument
/developtools/profiler/host/smartperf/client/client_command/
Dparse_page_fps_trace.cpp92 …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/
Dmemory_data_plugin.cpp225 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

1234