Searched refs:SetOption (Results 1 – 2 of 2) sorted by relevance
| /developtools/hiperf/interfaces/innerkits/native/src/ |
| D | hiperf_client.cpp | 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() [all …]
|
| /developtools/hiperf/interfaces/innerkits/native/include/ |
| D | hiperf_client.h | 250 void SetOption(const std::string &name, bool enable); 251 void SetOption(const std::string &name, int value); 252 void SetOption(const std::string &name, const std::vector<int> &vInt); 253 void SetOption(const std::string &name, const std::string &str); 254 void SetOption(const std::string &name, const std::vector<std::string> &vStr);
|