Home
last modified time | relevance | path

Searched refs:HEX_BASE (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dprintk_formats_parser.cpp24 constexpr int HEX_BASE = 16; member
64 addr = static_cast<uint64_t>(strtoull(addrStr.c_str(), nullptr, HEX_BASE)); in Parse()
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dsmaps_stats.cpp176 head.startAddr = strtoull(pStr, &end, HEX_BASE); in SetMapAddrInfo()
179 head.endAddr = strtoull(pStr, &end, HEX_BASE); in SetMapAddrInfo()
197 head.startAddr = strtoull(smapsHeadInfo.startAddrStr.c_str(), nullptr, HEX_BASE); in ParseMapHead()
198 head.endAddr = strtoull(smapsHeadInfo.endAddrStr.c_str(), nullptr, HEX_BASE); in ParseMapHead()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dprintk_formats_parser_test.cpp30 constexpr int HEX_BASE = 16; member
213 std::string symbolGot = PrintkFormatsParser::GetInstance().GetSymbol(strtoull(addr.c_str(), nullptr, HEX_BASE)); in HWTEST_F()
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dsmaps_stats.h105 HEX_BASE = 16, enumerator

Completed in 3 milliseconds