profile_all
profile_all(false),
bool profile_all;
gOptions.profile_all = true;
if ((!gOptions.profile_all && !dumpRecorded && optind >= argc)
if (gOptions.profile_all) {
profile_all(programArgs, programArgCount);