Home | History | Annotate | Download | only in callgrind

Lines Matching refs:out_file

39 static HChar* out_file = 0;
1184 i = VG_(sprintf)(filename, "%s", out_file);
1195 VG_(sprintf)(filename, "%s", out_file);
1549 * Set up file names for dump output: <out_file>.
1550 * <out_file> is derived from the output format string, which defaults
1555 * <out_file> always starts with a full absolute path.
1570 CLG_ASSERT(out_file != 0);
1579 if (out_file) {
1580 VG_(free)(out_file);
1586 out_file =
1591 VG_(strlen)(out_file)+32);
1599 VG_(strcpy)(filename, out_file);