HomeSort by relevance Sort by last modified time
    Searched refs:VgFile (Results 1 - 8 of 8) sorted by null

  /external/valgrind/include/
pub_tool_libcprint.h 104 typedef struct _VgFile VgFile;
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/
m_libcprint.c 315 VgFile *fp = p;
325 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode)
332 VgFile *fp = VG_(malloc)("fopen", sizeof(VgFile));
341 UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs )
346 UInt VG_(fprintf) ( VgFile *fp, const HChar *format, ... )
356 void VG_(fclose)( VgFile *fp )
  /external/valgrind/callgrind/
dump.c 127 static void print_obj(VgFile *fp, const HChar* prefix, obj_node* obj)
153 static void print_file(VgFile *fp, const char *prefix, const file_node* file)
171 static void print_fn(VgFile *fp, const HChar* tag, const fn_node* fn)
187 static void print_mangled_fn(VgFile *fp, const HChar* tag,
263 static Bool print_fn_pos(VgFile *fp, FnPos* last, BBCC* bbcc)
435 static void fprint_apos(VgFile *fp, AddrPos* curr, AddrPos* last,
468 void fprint_pos(VgFile *fp, const AddrPos* curr, const AddrPos* last)
527 void fprint_cost(VgFile *fp, const EventMapping* es, const ULong* cost)
541 static void fprint_fcost(VgFile *fp, AddrCost* c, AddrPos* last)
561 static void fprint_jcc(VgFile *fp, jCC* jcc, AddrPos* curr, AddrPos* last
    [all...]
global.h 630 void (*dump_desc)(VgFile *fp);
sim.c     [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 85 VgFile *bbtrace_fp; /* file pointer */
103 VgFile *fp;
126 static VgFile *open_tracefile(Int thread_num)
128 VgFile *fp;
  /external/valgrind/massif/
ms_main.c     [all...]
  /external/valgrind/cachegrind/
cg_main.c     [all...]

Completed in 81 milliseconds