• Home
  • Raw
  • Download

Lines Matching refs:VectorToString

130     printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str());  in DumpOptions()
133 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()
137 printf(" selectGroups:\t%2d:%s\n", i, VectorToString(group).c_str()); in DumpOptions()
140 printf(" selectPids:\t%s\n", VectorToString(selectPids_).c_str()); in DumpOptions()
141 printf(" selectTids:\t%s\n", VectorToString(selectTids_).c_str()); in DumpOptions()
142 printf(" excludeTids:\t%s\n", VectorToString(excludeTidArgs_).c_str()); in DumpOptions()
143 printf(" excludeThreads:\t%s\n", VectorToString(excludeThreadNameArgs_).c_str()); in DumpOptions()
144 printf(" excludeProcessName_:\t%s\n", VectorToString(excludeProcessNameArgs_).c_str()); in DumpOptions()
156 printf(" symbolDir_:\t%s\n", VectorToString(symbolDir_).c_str()); in DumpOptions()
163 printf(" callStack:\t%s\n", VectorToString(callStackType_).c_str()); in DumpOptions()
164 printf(" branchSampleTypes:\t%s\n", VectorToString(vecBranchFilters_).c_str()); in DumpOptions()
165 printf(" trackedCommand:\t%s\n", VectorToString(trackedCommand_).c_str()); in DumpOptions()
338 VectorToString(callStackType_).c_str(), VectorToString(callStackType).c_str()); in GetOptions()
383 "'%s' option usage error, please check usage.\n", VectorToString(args).c_str()); in GetOptions()
612 … "-p/-t %s options conflict, please check usage\n", VectorToString(selectPids_).c_str()); in CheckTargetProcessOptions()
618 VectorToString(trackedCommand_).c_str()); in CheckTargetProcessOptions()
623 VectorToString(trackedCommand_).c_str()); in CheckTargetProcessOptions()
868 printf("Invalid -s value %s.\n", VectorToString(callStackType).c_str()); in ParseCallStackOption()
874 printf("Invalid -s value %s.\n", VectorToString(callStackType).c_str()); in ParseCallStackOption()
1080 printf("branch sample %s is not supported\n", VectorToString(vecBranchFilters_).c_str()); in PreparePerfEvent()
1178 printf("Failed to set symbol path(%s)\n", VectorToString(symbolDir_).c_str()); in PrepareVirtualRuntime()