• Home
  • Raw
  • Download

Lines Matching refs:VectorToString

110     printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str());  in DumpOptions()
113 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()
117 printf(" selectGroups:\t%2d:%s\n", i, VectorToString(group).c_str()); in DumpOptions()
120 printf(" selectPids:\t%s\n", VectorToString(selectPids_).c_str()); in DumpOptions()
121 printf(" selectTids:\t%s\n", VectorToString(selectTids_).c_str()); in DumpOptions()
122 printf(" excludeTids:\t%s\n", VectorToString(excludeTids_).c_str()); in DumpOptions()
123 printf(" excludeThreads:\t%s\n", VectorToString(excludeThreadNames_).c_str()); in DumpOptions()
132 printf(" symbolDir_:\t%s\n", VectorToString(symbolDir_).c_str()); in DumpOptions()
139 printf(" callStack:\t%s\n", VectorToString(callStackType_).c_str()); in DumpOptions()
140 printf(" branchSampleTypes:\t%s\n", VectorToString(vecBranchFilters_).c_str()); in DumpOptions()
141 printf(" trackedCommand:\t%s\n", VectorToString(trackedCommand_).c_str()); in DumpOptions()
247 VectorToString(callStackType_).c_str(), VectorToString(callStackType).c_str()); in GetOptions()
274 printf("'%s' option usage error, please check usage.\n", VectorToString(args).c_str()); in GetOptions()
428 VectorToString(selectPids_).c_str()); in CheckTargetProcessOptions()
436 VectorToString(trackedCommand_).c_str()); in CheckTargetProcessOptions()
529 printf("Invalid -s value %s.\n", VectorToString(callStackType).c_str()); in ParseCallStackOption()
535 printf("Invalid -s value %s.\n", VectorToString(callStackType).c_str()); in ParseCallStackOption()
708 printf("branch sample %s is not supported\n", VectorToString(vecBranchFilters_).c_str()); in PreparePerfEvent()
797 printf("Failed to set symbol path(%s)\n", VectorToString(symbolDir_).c_str()); in PrepareVirtualRuntime()