Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Did_worker.cpp315 string idStr = origId.asString(); in ParseId() local
316 if (!ResourceUtil::CheckHexStr(idStr)) { in ParseId()
321 int32_t id = strtol(idStr.c_str(), nullptr, 16); in ParseId()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp174 auto idStr = line.substr(idLinePrefix.size() + 1); in ParseEventFormat() local
175 format.eventId = static_cast<uint32_t>(atoi(idStr.c_str())); in ParseEventFormat()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.cpp141 auto idStr = curLine.substr(idLinePrefix_.size() + 1); in HandleEventFormat() local
142 format.eventId = static_cast<uint32_t>(atoi(idStr.c_str())); in HandleEventFormat()
/developtools/hiperf/src/
Dperf_events.cpp706 const std::string idStr = { in LoadTracepointEventTypesFromSystem() local
713 id = std::stoul(idStr, nullptr); in LoadTracepointEventTypesFromSystem()