Home
last modified time | relevance | path

Searched refs:out_format (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/callgrind/
Dclo.c512 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} in CLG_()
631 CLG_(clo).out_format = 0; in CLG_()
Ddump.c1694 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_()
Dglobal.h62 Char* out_format; /* Format string for callgrind output file name */ member