Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:outfilename

855    char*          outfilename = NULL;
869 /* Scan args, looking for '-o outfilename'. */
873 outfilename = argv[i+1];
922 argv0, outfilename ? outfilename : "(stdout)" );
925 if (outfilename) {
926 outfile = fopen(outfilename, "w");
929 argv0, outfilename);
940 argv0, outfilename ? outfilename : "(stdout)" );