Home
last modified time | relevance | path

Searched refs:XTree (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/include/
Dpub_tool_xtree.h51 typedef struct _XTree XTree; typedef
99 extern XTree* VG_(XT_create) ( Alloc_Fn_t alloc_fn,
134 extern XTree* VG_(XT_snapshot)(XTree* xt);
140 extern void VG_(XT_delete)(XTree* xt);
149 extern Xecu VG_(XT_add_to_ec)(XTree* xt, ExeContext* ec, const void* value);
155 extern Xecu VG_(XT_sub_from_ec)(XTree* xt, ExeContext* ec, const void* value);
159 extern void VG_(XT_add_to_xecu)(XTree* xt, Xecu xecu, const void* value);
160 extern void VG_(XT_sub_from_xecu)(XTree* xt, Xecu xecu, const void* value);
163 extern UInt VG_(XT_n_ips_sel)(XTree* xt, Xecu xecu);
166 extern ExeContext* VG_(XT_get_ec_from_xecu) (XTree* xt, Xecu xecu);
[all …]
/external/valgrind/coregrind/
Dm_xtree.c227 XTree* VG_(XT_create) ( Alloc_Fn_t alloc_fn, in VG_()
236 XTree* xt; in VG_()
264 XTree* VG_(XT_snapshot)(XTree* xt) in VG_()
266 XTree* nxt; in VG_()
280 void VG_(XT_delete) ( XTree* xt ) in VG_()
290 static Xecu find_or_insert (XTree* xt, ExeContext* ec) in find_or_insert()
333 Xecu VG_(XT_add_to_ec) (XTree* xt, ExeContext* ec, const void* value) in VG_()
342 Xecu VG_(XT_sub_from_ec) (XTree* xt, ExeContext* ec, const void* value) in VG_()
351 void VG_(XT_add_to_xecu) (XTree* xt, Xecu xecu, const void* value) in VG_()
357 void VG_(XT_sub_from_xecu) (XTree* xt, Xecu xecu, const void* value) in VG_()
[all …]
Dm_xtmemory.c78 static XTree* full_xt;
225 static void produce_report(XTree* xt, const HChar* filename, in produce_report()
301 XTree* xt; in VG_()
/external/valgrind/massif/
Dms_main.c470 static XTree* heap_xt;
647 XTree* xt; // Snapshot of heap_xt, if a detailed snapshot,
722 XTree* tmp_xt = snapshot->xt; in delete_snapshot()
/external/valgrind/memcheck/
Dmc_leakcheck.c1310 static XTree* leak_xt;
/external/valgrind/
DNEWS35 * A new representation of stack traces, the "XTree", has been added. An XTree
42 'xtmemory [<filename>]>'. The XTree can be output in 2 formats: 'callgrind
47 Memcheck can also produce XTree leak reports using the Callgrind file