Home
last modified time | relevance | path

Searched defs:pidStr (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp43 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in SmartPerfCommand() local
100 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in HelpCommand() local
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/
Dptreader_hilog_parser.cpp100 std::string pidStr = matcheLine[HILOG_MATCH_SEQ_PID].str(); in ParseHilogDataItem() local
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp253 std::string pidStr = line.substr(line.find(":") + 1); in IsDebuggerConnected() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp516 auto pidStr = line.substr(0, pos); in ParseSavedCmdlines() local
/developtools/profiler/device/base/src/
Dcommon.cpp119 std::string pidStr = std::to_string(getpid()); in IsProcessRunning() local
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp644 static std::string pidStr = "pid="; in FindFfrtProcClassifyLogs() local
876 std::string pidStr = log.substr(fPos + fStr.size(), hPos - (fPos + fStr.size())); in HandleQueTaskInfoOut() local