Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_record.h232 std::vector<std::string> vecBranchFilters_ = {}; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp148 printf(" branchSampleTypes:\t%s\n", VectorToString(vecBranchFilters_).c_str()); in DumpOptions()
268 if (!Option::GetOptionValue(args, "-j", vecBranchFilters_)) { in GetOptions()
421 if (!ParseBranchSampleType(vecBranchFilters_)) { in CheckOptions()
777 printf("branch sample %s is not supported\n", VectorToString(vecBranchFilters_).c_str()); in PreparePerfEvent()