Searched refs:out_format (Results 1 – 4 of 4) sorted by relevance
45 out_format, argument89 self.out_format = out_format125 if self.out_format == 'dot' and not self.layout_engine:136 dot_cmd = 'dot -T' + self.out_format370 if not options.out_file.endswith(options.out_format):371 options.out_file += '.' + options.out_format383 out_format=options.out_format,
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_()
59 Char* out_format; /* Format string for callgrind output file name */ member