Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 23 of 23) sorted by relevance

/developtools/hiperf/include/
Dmem_map_item.h73 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()
Dsymbols_file.h150 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()
Dutilities.h253 ss << std::hex << std::setw(BYTE_PRINT_WIDTH * size) << std::setfill('0') << (uint64_t)source;
/developtools/profiler/device/plugins/native_daemon/include/
Dmem_map_item.h103 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()
Dsymbols_file.h150 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()
Dutilities.h231 ss << std::hex << std::setw(BYTE_PRINT_WIDTH * size) << std::setfill('0') << (uint64_t)source;
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp192 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/
DColorTemplate.ets165 * 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/
Dresource_util.cpp363 …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()
Dresource_pack.cpp187 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/
Duart.h70 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()
Dbase.cpp524 val << std::hex << (rand() % BUF_SIZE_MICRO); in GetRandomString()
/developtools/smartperf_host/trace_streamer/src/base/
Dstring_to_numerical.h45 ss << std::hex << value;
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dstring_to_numerical.h45 ss << std::hex << value;
/developtools/global_resource_tool/include/
Dresource_util.h182 static bool CheckHexStr(const std::string &hex);
/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp27 str >> std::hex >> symbol.value_; in GetSymbol()
Dbpf_controller.cpp660 << 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/
Dring_buffer_test.cpp68 ASSERT_EQ(*p, data) << "checkSize = " << hex << checkSize; in ReadBufferAndCheck()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp337 chunkLenbuff << std::hex << result.size() << "\r\n"; in ProcessRequest()
/developtools/smartperf_host/trace_streamer/src/rpc/
Dhttp_server.cpp338 chunkLenbuff << std::hex << result.size() << "\r\n"; in ProcessRequest()
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp494 ss << " 0x" << std::setfill('0') << std::setw(BYTE_PRINT_WIDTH) << std::hex in BufferToHexString()
/developtools/hiperf/src/
Dutilities.cpp592 ss << " 0x" << std::setfill('0') << std::setw(BYTE_PRINT_WIDTH) << std::hex in BufferToHexString()
/developtools/profiler/hiebpf/include/
Dvmlinux.h7245 trace_print_func hex; member