Home
last modified time | relevance | path

Searched defs:end (Results 1 - 25 of 53) sorted by relevance

123

/developtools/smartperf_host/trace_streamer/src/proto_reader/
H A Dproto_reader_help.cpp19 const uint8_t *VarIntDecode(const uint8_t *start, const uint8_t *end, uint64_t *varIntValue) in VarIntDecode() argument
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dftrace_field_parser.h30 auto end = data + size; in ParseIntField() local
51 auto end = start + retvalSize; in ParseVectorIntField() local
/developtools/profiler/host/smartperf/client/client_command/
H A Dheartbeat.cpp54 auto end = std::chrono::steady_clock::now(); in HeartbeatRule() local
H A Dparse_slide_fps_trace.cpp125 CutString(std::string lineStr, const std::string &start, const std::string &end, size_t offset) const CutString() argument
H A Dsdk_data_recv.cpp145 size_t end = receiveBuffer.find('}', start); in OhDataReceive() local
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dmod.rs426 let mut end = str.len(); in get_tcp_port() variables
/developtools/smartperf_host/trace_streamer/src/base/
H A Dstring_to_numerical.h75 char *end = nullptr; in StrToDouble() local
H A Dstring_help.cpp70 size_t end = str.length() - 1; in TrimInvisibleCharacters() local
H A Dindex_map.cpp24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap() argument
61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect() argument
/developtools/hdc/src/common/
H A Dcircle_buffer.cpp95 auto end = std::chrono::steady_clock::now(); in FreeMemory() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_field_parser.cpp32 std::string ReadString(const uint8_t start[], const uint8_t end[], int size) in ReadString() argument
51 bool FtraceFieldParser::ReadData(const uint8_t start[], const uint8_t end[], void* out, size_t size) in ReadData() argument
70 uint8_t* end = data + size; in ParseStrField() local
[all...]
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
H A Doffline_symbolization_filter.cpp92 auto end = startValueToSymAddrMap->upper_bound(symVaddr); in CalcSymInfo() local
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_field_processor.h52 auto end = start + curValueSize; in HandleVectorIntField() local
/developtools/profiler/hiebpf/test/unittest/
H A Dmaps_info_test.cpp87 uint64_t *end = (uint64_t *)p; in HWTEST_F() local
/developtools/profiler/hiebpf/src/
H A Dbpf_event_receiver.cpp415 char* end = start; in EncodeSTRTraceEvent() local
/developtools/smartperf_host/trace_streamer/src/proto_reader/protoc_plugin/
H A Dproto_reader_plugin.h43 auto end = string.end(); in ToUppercase() local
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
H A Dproto_reader_help.h92 auto end = string.end(); in ToUppercase() local
101 auto end = string.end(); in ToLowercase() local
/developtools/profiler/device/plugins/native_hook/src/
H A Druntime_stack_range.cpp32 const char* end; member
47 static void GetThreadRuntimeStackRange(const char** start, const char** end) in GetThreadRuntimeStackRange() argument
198 static bool IfContained(const char* start, const char* end, const char* ptr) in IfContained() argument
204 static void GetRuntimeSigalAltStackRange(char** start, char** end) in GetRuntimeSigalAltStackRange() argument
224 GetRuntimeStackEnd(const char* stackptr, const char** end, pid_t pid, pid_t tid) GetRuntimeStackEnd() argument
[all...]
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Dio_stats.cpp294 char* end = nullptr; in ParseLineFields() local
323 char* end = nullptr; in ParseLineFields() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DMerkleTreeBuilder.java139 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice() argument
/developtools/hdc/hdc_rust/src/tar/
H A Dheader.rs299 let mut end = 0; variables
/developtools/hiperf/src/
H A Dvirtual_thread.cpp282 uint64_t end = 0; ParseServiceMap() local
326 uint64_t begin, end, offset; ParseDevhostMap() local
[all...]
/developtools/profiler/device/plugins/network_plugin/src/
H A Dnetwork_plugin.cpp186 char* end = nullptr; in GetUid() local
225 char* end = nullptr; in ReadTxRxBytes() local
293 char* end = nullptr; in ReadSystemTxRxBytes() local
/developtools/profiler/hiebpf/include/
H A Dhiebpf_common.h91 uint64_t end; member
109 uint64_t end; member
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
H A Drender_service_stdtype.cpp80 void FrameSlice::SetEndTime(uint64_t row, uint64_t end) in SetEndTime() argument

Completed in 12 milliseconds

123