Home
last modified time | relevance | path

Searched refs:ExeContext (Results 1 – 25 of 35) sorted by relevance

12

/external/valgrind/main/include/
Dpub_tool_execontext.h38 ExeContext; typedef
63 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
72 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
78 ExeContext* ec, UInt n_ips );
84 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
87 extern void VG_(pp_ExeContext) ( ExeContext* ec );
93 extern UInt VG_(get_ECU_from_ExeContext)( ExeContext* e );
96 extern Int VG_(get_ExeContext_n_ips)( ExeContext* e );
100 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
103 ExeContext* VG_(make_depth_1_ExeContext_from_Addr)( Addr a );
[all …]
Dpub_tool_addrinfo.h100 ExeContext* allocated_at; // might be null_ExeContext.
101 ExeContext* freed_at; // might be null_ExeContext.
Dpub_tool_errormgr.h59 ExeContext* VG_(get_error_where) ( Error* err );
87 ExeContext* where, Bool print_error,
/external/valgrind/main/coregrind/
Dm_execontext.c95 static ExeContext** ec_htab; /* array [ec_htab_size] of ExeContext* */
102 static ExeContext* null_ExeContext;
124 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*/
143 sizeof(ExeContext*) * ec_htab_size); in init_ExeContext_storage()
166 ExeContext* ec; in VG_()
199 void VG_(pp_ExeContext) ( ExeContext* ec ) in VG_()
206 Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 ) in VG_()
285 ExeContext** new_ec_htab; in resize_ec_htab()
293 sizeof(ExeContext*) * new_size); in resize_ec_htab()
304 ExeContext* cur = ec_htab[i]; in resize_ec_htab()
[all …]
Dpub_core_execontext.h55 /*StackTrace*/Addr* VG_(get_ExeContext_StackTrace) ( ExeContext* e );
Dm_errormgr.c139 ExeContext* where; // Initialised by core
147 ExeContext* VG_(get_error_where) ( Error* err ) in VG_()
357 ExeContext* ec; in gen_suppression()
635 const HChar* s, void* extra, ExeContext* where ) in construct_error()
842 void* extra, ExeContext* where, Bool print_error, in VG_()
/external/valgrind/main/drd/
Ddrd_clientobj.h59 ExeContext* first_observed_at;
68 ExeContext* first_observed_at;
74 ExeContext* acquired_at;
83 ExeContext* first_observed_at;
95 ExeContext* first_observed_at;
105 ExeContext* first_observed_at;
120 ExeContext* first_observed_at;
137 ExeContext* first_observed_at;
141 ExeContext* acquired_at;
Ddrd_error.h90 ExeContext* lastchange; // Mallocd
149 ExeContext* other_context;
160 ExeContext* acquired_at;
Ddrd_malloc_wrappers.h44 ExeContext** const where);
Ddrd_segment.h53 ExeContext* stacktrace;
Ddrd_malloc_wrappers.c51 ExeContext* where; // where it was allocated
319 ExeContext** const where) in DRD_()
Ddrd_barrier.c48 ExeContext* wait_call_ctxt;// call stack for *_barrier_wait() call.
/external/valgrind/main/helgrind/
Dhg_errors.h57 ExeContext* h1_ct_segstart,
58 ExeContext* h1_ct_mbsegend );
67 ExeContext*, ExeContext*,
68 ExeContext* );
72 ExeContext* auxctx );
Dhg_lock_n_thread.h93 ExeContext* created_at;
130 ExeContext* appeared_at;
134 ExeContext* acquired_at;
Dhg_errors.c303 ExeContext* h1_ct_mbsegstartEC;
304 ExeContext* h1_ct_mbsegendEC;
306 ExeContext* h2_ct_accEC;
336 ExeContext* shouldbe_earlier_ec;
337 ExeContext* shouldbe_later_ec;
344 ExeContext* actual_earlier_ec;
350 ExeContext* auxctx; /* optional */
417 ExeContext* wherep = NULL; in HG_()
458 ExeContext* h1_ct_segstart, in HG_()
459 ExeContext* h1_ct_mbsegendEC ) in HG_()
[all …]
Dlibhb.h47 ExeContext* (*get_EC)( Thr* )
148 Bool libhb_event_map_lookup ( /*OUT*/ExeContext** resEC,
Dhg_addrdescr.h61 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,
Dhg_addrdescr.c49 ExeContext* hctxt; in HG_()
/external/valgrind/main/memcheck/
Dmc_include.h70 ExeContext* where[0];
79 ExeContext* MC_(allocated_at) (MC_Chunk*);
80 ExeContext* MC_(freed_at) (MC_Chunk*);
321 ExeContext* allocated_at; // Where they were allocated.
467 ExeContext* where;
Dmc_errors.c96 ExeContext* origin_ec; // filled in later
103 ExeContext* origin_ec; // filled in later
129 ExeContext* origin_ec; // filled in later
138 ExeContext* origin_ec; // filled in later
147 ExeContext* origin_ec; // filled in later
258 static void mc_pp_origin ( ExeContext* ec, UInt okind ) in mc_pp_origin()
1014 static void update_origin ( /*OUT*/ExeContext** origin_ec, in update_origin()
Dmc_malloc_wrappers.c267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) in MC_()
280 ExeContext* MC_(freed_at) (MC_Chunk* mc) in MC_()
679 ExeContext* ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in MC_()
/external/valgrind/main/exp-sgcheck/
Dh_main.h51 ExeContext* Seg__where(Seg* seg);
Dh_main.c96 ExeContext* ec; /* where malloc'd or freed */
127 ExeContext* Seg__where(Seg* seg) in Seg__where()
/external/valgrind/main/docs/internals/
Dperformance.txt29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
/external/valgrind/main/exp-dhat/
Ddh_main.c75 ExeContext* ap; /* allocation ec */
174 ExeContext* ap;
406 static void apinfo_change_cur_bytes_live( ExeContext* ec, Long delta ) in apinfo_change_cur_bytes_live()
1231 tl_assert(api && api->ap == (ExeContext*)keyW); in show_top_n_apinfos()

12