Searched refs:vecBranchSampleTypes (Results 1 – 6 of 6) sorted by relevance
243 function setVecBranchSampleTypes(vecBranchSampleTypes: string[]): boolean;
180 void SetVecBranchSampleTypes(const std::vector<std::string> &vecBranchSampleTypes);
472 …std::vector<std::string> vecBranchSampleTypes = {"any", "any_call", "any_ret", "ind_call", "u", "k… variable473 opt.SetVecBranchSampleTypes(vecBranchSampleTypes);
335 bool ParseBranchSampleType(const std::vector<std::string> &vecBranchSampleTypes);
304 void RecordOption::SetVecBranchSampleTypes(const std::vector<std::string> &vecBranchSampleTypes) in SetVecBranchSampleTypes() argument306 SetOption(ARG_VEC_BRANCH_SAMPLE_TYPES, vecBranchSampleTypes); in SetVecBranchSampleTypes()
672 bool SubCommandRecord::ParseBranchSampleType(const std::vector<std::string> &vecBranchSampleTypes) in ParseBranchSampleType() argument674 if (!vecBranchSampleTypes.empty()) { in ParseBranchSampleType()675 for (auto &item : vecBranchSampleTypes) { in ParseBranchSampleType()