Home
last modified time | relevance | path

Searched refs:addrStr (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp77 std::string addrStr; in Parse() local
86 if (ss >> addrStr >> info.type >> info.name) { in Parse()
87 info.addr = strtoull(addrStr.c_str(), nullptr, ADDR_VALUE_BASE); in Parse()
Dprintk_formats_parser.cpp63 std::string addrStr = StringUtils::Strip(line.substr(0, pos)); in Parse() local
64 addr = static_cast<uint64_t>(strtoull(addrStr.c_str(), nullptr, HEX_BASE)); in Parse()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp602 std::string addrStr = "0x" + base::number(msg.function(), base::INTEGER_RADIX_TYPE_HEX); in WorkqueueExecuteStartEvent() local
603 auto addStrIndex = traceDataCache_->GetDataIndex(addrStr); in WorkqueueExecuteStartEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp603 std::string addrStr = "0x" + base::number(msg.function(), base::INTEGER_RADIX_TYPE_HEX); in WorkqueueExecuteStartEvent() local
604 auto addStrIndex = traceDataCache_->GetDataIndex(addrStr); in WorkqueueExecuteStartEvent()