| /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_hook/src/ |
| D | runtime_stack_range.cpp | 32 const char* end; member 47 static void GetThreadRuntimeStackRange(const char** start, const char** end) in GetThreadRuntimeStackRange() 198 static bool IfContained(const char* start, const char* end, const char* ptr) in IfContained() 204 static void GetRuntimeSigalAltStackRange(char** start, char** end) in GetRuntimeSigalAltStackRange() 224 void GetRuntimeStackEnd(const char* stackptr, const char** end, pid_t pid, pid_t tid) in GetRuntimeStackEnd()
|
| D | hook_client.cpp | 401 struct timespec end = {}; in hook_malloc() local 472 struct timespec end = {}; in hook_malloc() local 506 struct timespec end = {}; in hook_aligned_alloc() local 578 struct timespec end = {}; in hook_aligned_alloc() local 622 struct timespec end = {}; in hook_calloc() local 689 struct timespec end = {}; in hook_calloc() local 731 struct timespec end = {}; in hook_realloc() local 816 struct timespec end = {}; in hook_realloc() local 856 struct timespec end = {}; in hook_free() local 940 struct timespec end = {}; in hook_free() local [all …]
|
| /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/profiler/device/plugins/process_plugin/src/ |
| D | process_data_plugin.cpp | 216 char* end = nullptr; in WriteProcess() local 227 char* end = nullptr; in WriteProcess() local 240 char* end = nullptr; in WriteProcess() local 414 char* end = nullptr; in GetBootData() local 458 char* end = nullptr; in GetCpuUsageData() local 566 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 51 auto end = start + retvalSize; in ParseVectorIntField() local
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | index_map.h | 140 void Set(TableRowId start, TableRowId end) in Set() 164 auto end = std::upper_bound(start, rows.begin() + end_, v); in IntersectabcEqual() local 184 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 | 75 char *end = nullptr; in StrToDouble() local
|
| /developtools/smartperf_host/ide/test/hdc/message/ |
| D | DataMessage.test.ts | 93 let end = new TextEncoder(); variable
|
| /developtools/profiler/device/plugins/network_plugin/src/ |
| D | network_plugin.cpp | 186 char* end = nullptr; in GetUid() local 225 char* end = nullptr; in ReadTxRxBytes() local 293 char* end = nullptr; in ReadSystemTxRxBytes() local
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | proto_reader_help.cpp | 19 const uint8_t *VarIntDecode(const uint8_t *start, const uint8_t *end, uint64_t *varIntValue) in VarIntDecode()
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 92 auto end = string.end(); in ToUppercase() local 101 auto end = string.end(); in ToLowercase() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 295 char* end = nullptr; in SetHilogLineDetails() local 396 char* end = nullptr; in StringToL() local 413 char* end = nullptr; in TimeStringToNS() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | heartbeat.cpp | 54 auto end = std::chrono::steady_clock::now(); in HeartbeatRule() local
|
| D | parse_slide_fps_trace.cpp | 126 const std::string &end, size_t offset) const in CutString() argument
|
| /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/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 294 char* end = nullptr; in ParseLineFields() local 323 char* end = nullptr; in ParseLineFields() local
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerBpftrace.ts | 173 end: number | undefined; property in SampleStruct
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | maps_info_test.cpp | 87 uint64_t *end = (uint64_t *)p; variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 89 auto end = startValueToSymAddr->upper_bound(symVaddr); in GetSymbolNameIndexFromSymVaddr() local 139 auto end = startToMapsAddr->upper_bound(ip); in GetSymbolSave() local
|
| /developtools/profiler/tools/smaps_show/src/ |
| D | main.rs | 30 end: u64, field 247 let end = u64::from_str_radix(caps.name("end").unwrap().as_str(), 16).unwrap(); in read_smaps() localVariable
|
| /developtools/hiperf/src/ |
| D | virtual_thread.cpp | 282 uint64_t end = 0; in ParseServiceMap() local 326 uint64_t begin, end, offset; in ParseDevhostMap() local
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| D | ebpf_std_type.h | 30 uint64_t end = 0; member 61 uint64_t end = 0; member 81 uint64_t end = 0; member 115 uint64_t end = 0; member
|