Home
last modified time | relevance | path

Searched refs:g_hiperfRecordOption (Results 1 - 1 of 1) sorted by relevance

/developtools/hiperf/interfaces/kits/js/napi/
H A Dhiperf_client_napi.cpp30 static std::unique_ptr<HiperfClient::RecordOption> g_hiperfRecordOption = member
131 g_hiperfRecordOption = std::make_unique<HiperfClient::RecordOption>(); in ResetOption()
143 g_hiperfRecordOption->SetOutputFilename(option); in SetOutputFilename()
153 std::string result = g_hiperfRecordOption->GetOutputFileName(); in GetOutputFileName()
165 g_hiperfRecordOption->SetTargetSystemWide(enable); in SetTargetSystemWide()
177 g_hiperfRecordOption->SetCompressData(enable); in SetCompressData()
189 g_hiperfRecordOption->SetSelectCpus(StringSplitToInt(option)); in SetSelectCpus()
201 g_hiperfRecordOption->SetTimeStopSec(option); in SetTimeStopSec()
213 g_hiperfRecordOption->SetFrequency(option); in SetFrequency()
225 g_hiperfRecordOption in SetPeriod()
[all...]

Completed in 2 milliseconds