| /developtools/hiperf/include/ |
| D | mem_map_item.h | 73 sstream << "0x" << std::hex << begin_; in ToString() 74 sstream << "-0x" << std::hex << end_; in ToString() 75 sstream << " type 0x" << std::hex << type_; in ToString() 76 sstream << " flags 0x" << std::hex << flags; in ToString() 77 sstream << " pageoffset 0x" << std::hex << pageoffset_; in ToString()
|
| D | symbols_file.h | 150 sstream << module_ << "+0x" << std::hex << fileVaddr_; in Name() 152 sstream << comm_ << "@0x" << std::hex << taskVaddr_; in Name() 164 sstream << "0x" << std::hex << fileVaddr_; in ToString() 166 sstream << "0x" << std::hex << taskVaddr_; in ToString() 176 << std::hex << funcVaddr_; in ToDebugString()
|
| D | utilities.h | 253 ss << std::hex << std::setw(BYTE_PRINT_WIDTH * size) << std::setfill('0') << (uint64_t)source;
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | mem_map_item.h | 103 sstream << "0x" << std::hex << begin_; in ToString() 104 sstream << "-0x" << std::hex << end_; in ToString() 105 sstream << " type 0x" << std::hex << type_; in ToString() 106 sstream << " flags 0x" << std::hex << flags; in ToString() 107 sstream << " pageoffset 0x" << std::hex << pageoffset_; in ToString()
|
| D | symbols_file.h | 150 sstream << module_ << "+0x" << std::hex << fileVaddr_; in Name() 152 sstream << comm_ << "@0x" << std::hex << taskVaddr_; in Name() 163 sstream << "0x" << std::hex << fileVaddr_; in ToString() 165 sstream << "0x" << std::hex << taskVaddr_; in ToString() 175 << std::hex << funcVaddr_; in ToDebugString()
|
| D | utilities.h | 231 ss << std::hex << std::setw(BYTE_PRINT_WIDTH * size) << std::setfill('0') << (uint64_t)source;
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 192 outData_ << " 0x" << std::hex << ip << std::dec << ":"; in EventFsParsing() 194 outData_ << "\n vAddr_: 0x" << std::hex << vAddr_[ip] << std::dec << '\n'; in EventFsParsing() 226 << " start: 0x" << std::hex << maps.start << std::dec << '\n' in EventMapsParsing() 227 << " end: 0x" << std::hex << maps.end << std::dec << '\n' in EventMapsParsing() 228 << " offset: 0x" << std::hex << maps.offset << std::dec << '\n' in EventMapsParsing() 280 << " textVaddr: 0x" << std::hex << info.textVaddr << std::dec << '\n' in SymbolInfoParsing() 281 << " textOffset: 0x" << std::hex << info.textOffset << std::dec << '\n' in SymbolInfoParsing() 282 << " strTabLen: 0x" << std::hex << info.strTabLen << std::dec <<'\n' in SymbolInfoParsing() 283 << " symTabLen: 0x" << std::hex << info.symTabLen << std::dec << '\n' in SymbolInfoParsing() 286 … << " strTabAddr: 0x" << std::hex << record_[info.fileName].strTabAddr << std::dec << '\n' in SymbolInfoParsing() [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ColorTemplate.ets | 165 * Converts the given hex-color-string to rgb. 167 * @param hex 170 public static rgb(hex: string): number { 171 var color: number = Number(hex.replace("#", ""));
|
| /developtools/global_resource_tool/src/ |
| D | resource_util.cpp | 363 …ot << setiosflags(ios::uppercase) << "0x" << hex << setw(8) << setfill('0') << i; // 0x expadding … in DecToHexStr() 368 bool ResourceUtil::CheckHexStr(const string &hex) in CheckHexStr() argument 370 if (regex_match(hex, regex("^0[xX][0-9a-fA-F]{8}"))) { in CheckHexStr()
|
| D | resource_pack.cpp | 187 buffer << " 0x" << hex << setw(8) << setfill('0') << resourceId.id; in GenerateTextHeader() 208 buffer << "0x" << hex << setw(8) << setfill('0') << resourceId.id << ";\n"; in GenerateCplusHeader()
|
| /developtools/hdc/src/common/ |
| D | uart.h | 70 oss << " flag:" << std::hex << unsigned(flag[0]) << " " << unsigned(flag[1]) << std::dec; in ToDebugString() 76 oss << " dataCheckSum:" << std::hex << dataCheckSum; in ToDebugString() 78 oss << " headCheckSum:" << std::hex << headCheckSum; in ToDebugString()
|
| D | base.cpp | 524 val << std::hex << (rand() % BUF_SIZE_MICRO); in GetRandomString()
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | string_to_numerical.h | 45 ss << std::hex << value;
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_to_numerical.h | 45 ss << std::hex << value;
|
| /developtools/global_resource_tool/include/ |
| D | resource_util.h | 182 static bool CheckHexStr(const std::string &hex);
|
| /developtools/profiler/hiebpf/src/ |
| D | kernel_symbol_info.cpp | 27 str >> std::hex >> symbol.value_; in GetSymbol()
|
| D | bpf_controller.cpp | 660 << std::setw(WIDE_SIXTEEN) << std::hex; in DumpFSTraceEvent() 703 << std::setw(WIDE_SIXTEEN) << std::hex; in DumpPFTraceEvent() 747 << std::setw(WIDE_SIXTEEN) << std::hex; in DumpBIOTraceEvent()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | ring_buffer_test.cpp | 68 ASSERT_EQ(*p, data) << "checkSize = " << hex << checkSize; in ReadBufferAndCheck()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | http_server.cpp | 337 chunkLenbuff << std::hex << result.size() << "\r\n"; in ProcessRequest()
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | http_server.cpp | 338 chunkLenbuff << std::hex << result.size() << "\r\n"; in ProcessRequest()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 494 ss << " 0x" << std::setfill('0') << std::setw(BYTE_PRINT_WIDTH) << std::hex in BufferToHexString()
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 592 ss << " 0x" << std::setfill('0') << std::setw(BYTE_PRINT_WIDTH) << std::hex in BufferToHexString()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 7245 trace_print_func hex; member
|