Home
last modified time | relevance | path

Searched refs:VerifySelectEventGroups (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/include/
Dbpf_controller.h89 int VerifySelectEventGroups(const std::set<HiebpfEventGroup> &selectEventGroups);
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp113 int BPFController::VerifySelectEventGroups(const std::set<HiebpfEventGroup> &selectEventGroups) in VerifySelectEventGroups() function in BPFController
122 …CHECK_TRUE(VerifySelectEventGroups(config_.selectEventGroups_) == 0, -1, "VerifySelectEventGroups … in VerifyConfigurations()