Searched refs:VgFile (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_libcprint.h | 104 typedef struct _VgFile VgFile; typedef 106 extern VgFile *VG_(fopen) ( const HChar *name, Int flags, Int mode ); 107 extern void VG_(fclose) ( VgFile *fp ); 108 extern UInt VG_(fprintf) ( VgFile *fp, const HChar *format, ... ) 110 extern UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs )
|
/external/valgrind/callgrind/ |
D | dump.c | 127 static void print_obj(VgFile *fp, const HChar* prefix, obj_node* obj) in print_obj() 153 static void print_file(VgFile *fp, const char *prefix, const file_node* file) in print_file() 171 static void print_fn(VgFile *fp, const HChar* tag, const fn_node* fn) in print_fn() 187 static void print_mangled_fn(VgFile *fp, const HChar* tag, in print_mangled_fn() 263 static Bool print_fn_pos(VgFile *fp, FnPos* last, BBCC* bbcc) in print_fn_pos() 435 static void fprint_apos(VgFile *fp, AddrPos* curr, AddrPos* last, in fprint_apos() 468 void fprint_pos(VgFile *fp, const AddrPos* curr, const AddrPos* last) in fprint_pos() 527 void fprint_cost(VgFile *fp, const EventMapping* es, const ULong* cost) in fprint_cost() 541 static void fprint_fcost(VgFile *fp, AddrCost* c, AddrPos* last) in fprint_fcost() 561 static void fprint_jcc(VgFile *fp, jCC* jcc, AddrPos* curr, AddrPos* last, in fprint_jcc() [all …]
|
D | global.h | 630 void (*dump_desc)(VgFile *fp);
|
D | sim.c | 1437 static void cachesim_dump_desc(VgFile *fp) in cachesim_dump_desc()
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 85 VgFile *bbtrace_fp; /* file pointer */ 103 VgFile *fp; in dumpPcFile() 126 static VgFile *open_tracefile(Int thread_num) in open_tracefile() 128 VgFile *fp; in open_tracefile()
|
/external/valgrind/coregrind/ |
D | m_xtree.c | 375 static VgFile* xt_open (const HChar* outfilename) in xt_open() 377 VgFile* fp; in xt_open() 392 static void FP_cmd(VgFile* fp) in FP_cmd() 414 static void FP_pos_str(VgFile* fp, const HChar* name, UInt pos, in FP_pos_str() 433 VgFile* fp = xt_open(outfilename); in VG_() 745 static void ms_output_group (VgFile* fp, UInt depth, Ms_Group* group, in ms_output_group() 833 VgFile* fp = xt_open(outfilename); in VG_()
|
D | m_libcprint.c | 823 VgFile *fp = p; in add_to__vgfile() 833 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) in VG_() 840 VgFile *fp = VG_(malloc)("fopen", sizeof(VgFile)); in VG_() 849 UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs ) in VG_() 854 UInt VG_(fprintf) ( VgFile *fp, const HChar *format, ... ) in VG_() 864 void VG_(fclose)( VgFile *fp ) in VG_()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1376 VgFile *fp; in fprint_CC_table_and_calc_totals()
|