Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_libcprint.h104 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/coregrind/
Dm_libcprint.c315 VgFile *fp = p; in add_to__vgfile()
325 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) in VG_()
332 VgFile *fp = VG_(malloc)("fopen", sizeof(VgFile)); in VG_()
341 UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs ) in VG_()
346 UInt VG_(fprintf) ( VgFile *fp, const HChar *format, ... ) in VG_()
356 void VG_(fclose)( VgFile *fp ) in VG_()
/external/valgrind/callgrind/
Ddump.c127 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 …]
Dglobal.h630 void (*dump_desc)(VgFile *fp);
Dsim.c1437 static void cachesim_dump_desc(VgFile *fp) in cachesim_dump_desc()
/external/valgrind/exp-bbv/
Dbbv_main.c85 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/massif/
Dms_main.c2109 static void pp_snapshot_SXPt(VgFile *fp, SXPt* sxpt, Int depth, in pp_snapshot_SXPt()
2227 static void pp_snapshot(VgFile *fp, Snapshot* snapshot, Int snapshot_n) in pp_snapshot()
2265 VgFile *fp; in write_snapshots_to_file()
/external/valgrind/cachegrind/
Dcg_main.c1376 VgFile *fp; in fprint_CC_table_and_calc_totals()