Lines Matching refs:SetOption
33 void RecordOption::SetOption(const std::string &name, bool enable) in SetOption() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
49 void RecordOption::SetOption(const std::string &name, int value) in SetOption() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
63 void RecordOption::SetOption(const std::string &name, const std::vector<int> &vInt) in SetOption() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
92 void RecordOption::SetOption(const std::string &name, const std::string &str) in SetOption() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
111 void RecordOption::SetOption(const std::string &name, const std::vector<std::string> &vStr) in SetOption() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
140 SetOption(ArgTargetSystemWide, enable); in SetTargetSystemWide()
145 SetOption(ArgCompressData, enable); in SetCompressData()
150 SetOption(ArgSelectCpus, cpus); in SetSelectCpus()
156 SetOption(ArgTimeStopSec, timeStopSec); in SetTimeStopSec()
161 SetOption(ArgFrequency, frequency); in SetFrequency()
166 SetOption(ArgPeriod, period); in SetPeriod()
171 SetOption(ArgSelectEvents, selectEvents); in SetSelectEvents()
176 SetOption(ArgSelectGroups, selectGroups); in SetSelectGroups()
181 SetOption(ArgNoInherit, enable); in SetNoInherit()
186 SetOption(ArgSelectPids, selectPids); in SetSelectPids()
203 SetOption(ArgSelectTids, selectTids); in SetSelectTids()
208 SetOption(ArgExcludePerf, excludePerf); in SetExcludePerf()
213 SetOption(ArgCpuPercent, cpuPercent); in SetCpuPercent()
218 SetOption(ArgOffCPU, offCPU); in SetOffCPU()
223 SetOption(ArgCallGraph, callGraph); in SetCallGraph()
228 SetOption(ArgDelayUnwind, delayUnwind); in SetDelayUnwind()
233 SetOption(ArgDisableUnwind, disableUnwind); in SetDisableUnwind()
238 SetOption(ArgDisableCallstackMerge, disableCallstackMerge); in SetDisableCallstackMerge()
243 SetOption(ArgSymbolDir, symbolDir_); in SetSymbolDir()
248 SetOption(ArgDataLimit, limit); in SetDataLimit()
253 SetOption(ArgAppPackage, appPackage); in SetAppPackage()
258 SetOption(ArgClockId, clockId); in SetClockId()
263 SetOption(ArgVecBranchSampleTypes, vecBranchSampleTypes); in SetVecBranchSampleTypes()
268 SetOption(ArgMmapPages, mmapPages); in SetMmapPages()