Home
last modified time | relevance | path

Searched refs:selectEvents (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/interfaces/kits/js/
D@ohos.hiperf.d.ts133 function setSelectEvents(selectEvents: string[]): boolean;
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp251 vector<string> selectEvents = {"sw-cpu-clock:k"}; variable
252 opt.SetSelectEvents(selectEvents);
262 vector<string> selectEvents = {"hw-cpu-cycles:u"}; variable
263 opt.SetSelectGroups(selectEvents);
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h133 void SetSelectEvents(const std::vector<std::string> &selectEvents);
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp169 void RecordOption::SetSelectEvents(const std::vector<std::string> &selectEvents) in SetSelectEvents() argument
171 SetOption(ArgSelectEvents, selectEvents); in SetSelectEvents()