Home
last modified time | relevance | path

Searched refs:commandMap (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp56 if (commandMap.count(argStr) > 0) { in SmartPerfCommand()
73 switch (commandMap.at(argStr)) { in HandleCommand()
120 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(commandMap.at(curParam)); in ExecCommand()
Dsp_task.cpp111 … SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(commandMap.at(itConfig)); in StartTask()
/developtools/profiler/host/smartperf/client/client_command/include/
Dcommon.h85 const std::unordered_map<std::string, CommandType> commandMap = { variable