Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:outfilename

853    char*          outfilename = NULL;
867 /* Scan args, looking for '-o outfilename'. */
871 outfilename = argv[i+1];
920 argv0, outfilename ? outfilename : "(stdout)" );
923 if (outfilename) {
924 outfile = fopen(outfilename, "w");
927 argv0, outfilename);
938 argv0, outfilename ? outfilename : "(stdout)" );