Searched refs:out_format (Results 1 – 3 of 3) sorted by relevance
512 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} in CLG_()631 CLG_(clo).out_format = 0; in CLG_()
1694 if (!CLG_(clo).out_format) in CLG_()1695 CLG_(clo).out_format = DEFAULT_OUTFORMAT; in CLG_()1707 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()
62 Char* out_format; /* Format string for callgrind output file name */ member