Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:outfilename

866    char*          outfilename = NULL;
880 /* Scan args, looking for '-o outfilename'. */
884 outfilename = argv[i+1];
933 argv0, outfilename ? outfilename : "(stdout)" );
936 if (outfilename) {
937 outfile = fopen(outfilename, "w");
940 argv0, outfilename);
951 argv0, outfilename ? outfilename : "(stdout)" );