• Home
  • Raw
  • Download

Lines Matching refs:VectorToString

122     printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str());  in DumpOptions()
125 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()
129 printf(" selectGroups:\t%2d:%s\n", i, VectorToString(group).c_str()); in DumpOptions()
132 printf(" selectPids:\t%s\n", VectorToString(selectPids_).c_str()); in DumpOptions()
133 printf(" selectTids:\t%s\n", VectorToString(selectTids_).c_str()); in DumpOptions()
134 printf(" excludeTids:\t%s\n", VectorToString(excludeTids_).c_str()); in DumpOptions()
135 printf(" excludeThreads:\t%s\n", VectorToString(excludeThreadNames_).c_str()); in DumpOptions()
147 printf(" symbolDir_:\t%s\n", VectorToString(symbolDir_).c_str()); in DumpOptions()
154 printf(" callStack:\t%s\n", VectorToString(callStackType_).c_str()); in DumpOptions()
155 printf(" branchSampleTypes:\t%s\n", VectorToString(vecBranchFilters_).c_str()); in DumpOptions()
156 printf(" trackedCommand:\t%s\n", VectorToString(trackedCommand_).c_str()); in DumpOptions()
315 VectorToString(callStackType_).c_str(), VectorToString(callStackType).c_str()); in GetOptions()
351 "'%s' option usage error, please check usage.\n", VectorToString(args).c_str()); in GetOptions()
516 … "-p/-t %s options conflict, please check usage\n", VectorToString(selectPids_).c_str()); in CheckTargetProcessOptions()
522 VectorToString(trackedCommand_).c_str()); in CheckTargetProcessOptions()
527 VectorToString(trackedCommand_).c_str()); in CheckTargetProcessOptions()
628 printf("Invalid -s value %s.\n", VectorToString(callStackType).c_str()); in ParseCallStackOption()
634 printf("Invalid -s value %s.\n", VectorToString(callStackType).c_str()); in ParseCallStackOption()
832 printf("branch sample %s is not supported\n", VectorToString(vecBranchFilters_).c_str()); in PreparePerfEvent()
900 printf("Failed to set symbol path(%s)\n", VectorToString(symbolDir_).c_str()); in PrepareVirtualRuntime()