Home
last modified time | relevance | path

Searched refs:expand_file_name (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_options.h195 extern Char* VG_(expand_file_name)(Char* option_name, Char* format);
/external/valgrind/main/exp-bbv/
Dbbv_main.c111 VG_(expand_file_name)("--pc-out-file", clo_pc_out_file); in dumpPcFile()
524 VG_(expand_file_name)("--bb-out-file", clo_bb_out_file); in bbv_post_clo_init()
/external/valgrind/main/coregrind/
Dm_options.c129 Char* VG_(expand_file_name)(Char* option_name, Char* format) in VG_() argument
Dm_main.c903 logfilename = VG_(expand_file_name)("--log-file", in main_process_cmd_line_options()
962 xmlfilename = VG_(expand_file_name)("--xml-file", in main_process_cmd_line_options()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c516 basename = VG_(expand_file_name)( in make_elf_coredump()
/external/valgrind/main/massif/
Dms_main.c2386 VG_(expand_file_name)("--massif-out-file", clo_massif_out_file); in write_snapshots_array_to_file()
/external/valgrind/main/cachegrind/
Dcg_main.c1270 VG_(expand_file_name)("--cachegrind-out-file", clo_cachegrind_out_file); in fprint_CC_table_and_calc_totals()
/external/valgrind/main/callgrind/
Ddump.c1707 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()