Searched refs:ExeContext (Results 1 – 25 of 35) sorted by relevance
12
/external/valgrind/include/ |
D | pub_tool_execontext.h | 38 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, const ExeContext* e1, 85 const ExeContext* e2 ); 88 extern void VG_(pp_ExeContext) ( ExeContext* ec ); 94 extern UInt VG_(get_ECU_from_ExeContext)( const ExeContext* e ); 97 extern Int VG_(get_ExeContext_n_ips)( const ExeContext* e ); 101 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq ); [all …]
|
D | pub_tool_errormgr.h | 59 ExeContext* VG_(get_error_where) ( const Error* err ); 93 ExeContext* where, Bool print_error,
|
D | pub_tool_addrinfo.h | 154 ExeContext* allocated_at; // might be null_ExeContext. 156 ExeContext* freed_at; // might be null_ExeContext.
|
/external/valgrind/coregrind/ |
D | m_execontext.c | 93 static ExeContext** ec_htab; /* array [ec_htab_size] of ExeContext* */ 100 static ExeContext* null_ExeContext; 122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips ); 141 sizeof(ExeContext*) * ec_htab_size); in init_ExeContext_storage() 162 ExeContext* ec; in VG_() 206 void VG_(pp_ExeContext) ( ExeContext* ec ) in VG_() 213 Bool VG_(eq_ExeContext) ( VgRes res, const ExeContext* e1, in VG_() 214 const ExeContext* e2 ) in VG_() 293 ExeContext** new_ec_htab; in resize_ec_htab() 301 sizeof(ExeContext*) * new_size); in resize_ec_htab() [all …]
|
D | pub_core_execontext.h | 55 /*StackTrace*/Addr* VG_(get_ExeContext_StackTrace) ( ExeContext* e );
|
D | m_errormgr.c | 140 ExeContext* where; // Initialised by core 148 ExeContext* VG_(get_error_where) ( const Error* err ) in VG_() 364 ExeContext* ec; in gen_suppression() 641 const HChar* s, void* extra, ExeContext* where ) in construct_error() 857 void* extra, ExeContext* where, Bool print_error, in VG_()
|
/external/valgrind/drd/ |
D | drd_clientobj.h | 59 ExeContext* first_observed_at; 68 ExeContext* first_observed_at; 75 ExeContext* acquired_at; 84 ExeContext* first_observed_at; 96 ExeContext* first_observed_at; 106 ExeContext* first_observed_at; 121 ExeContext* first_observed_at; 138 ExeContext* first_observed_at; 142 ExeContext* acquired_at;
|
D | drd_error.h | 90 ExeContext* lastchange; // Mallocd 149 ExeContext* other_context; 160 ExeContext* acquired_at;
|
D | drd_malloc_wrappers.h | 44 ExeContext** const where);
|
D | drd_segment.h | 53 ExeContext* stacktrace;
|
D | drd_malloc_wrappers.c | 51 ExeContext* where; // where it was allocated 318 ExeContext** const where) in DRD_()
|
D | drd_barrier.c | 48 ExeContext* wait_call_ctxt;// call stack for *_barrier_wait() call.
|
/external/valgrind/helgrind/ |
D | hg_errors.h | 57 ExeContext* h1_ct_segstart, 58 ExeContext* h1_ct_mbsegend ); 75 ExeContext*, ExeContext*, 76 ExeContext* ); 80 ExeContext* auxctx );
|
D | hg_lock_n_thread.h | 93 ExeContext* created_at; 153 ExeContext* appeared_at; 157 ExeContext* acquired_at;
|
D | hg_errors.c | 317 ExeContext* h1_ct_mbsegstartEC; 318 ExeContext* h1_ct_mbsegendEC; 320 ExeContext* h2_ct_accEC; 350 ExeContext* shouldbe_earlier_ec; 351 ExeContext* shouldbe_later_ec; 358 ExeContext* actual_earlier_ec; 364 ExeContext* auxctx; /* optional */ 431 ExeContext* wherep = NULL; in HG_() 472 ExeContext* h1_ct_segstart, in HG_() 473 ExeContext* h1_ct_mbsegendEC ) in HG_() [all …]
|
D | libhb.h | 47 ExeContext* (*get_EC)( Thr* ) 155 Bool libhb_event_map_lookup ( /*OUT*/ExeContext** resEC,
|
D | hg_addrdescr.h | 55 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,
|
D | hg_addrdescr.c | 53 ExeContext* hctxt; in HG_()
|
/external/valgrind/memcheck/ |
D | mc_include.h | 70 ExeContext* where[0]; 79 ExeContext* MC_(allocated_at) (MC_Chunk*); 80 ExeContext* MC_(freed_at) (MC_Chunk*); 423 ExeContext* allocated_at; // Where they were allocated. 575 ExeContext* where;
|
D | mc_errors.c | 98 ExeContext* origin_ec; // filled in later 105 ExeContext* origin_ec; // filled in later 131 ExeContext* origin_ec; // filled in later 140 ExeContext* origin_ec; // filled in later 149 ExeContext* origin_ec; // filled in later 282 static void mc_pp_origin ( ExeContext* ec, UInt okind ) in mc_pp_origin() 1094 static void update_origin ( /*OUT*/ExeContext** origin_ec, in update_origin()
|
D | mc_malloc_wrappers.c | 267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) in MC_() 280 ExeContext* MC_(freed_at) (MC_Chunk* mc) in MC_() 657 ExeContext* ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in MC_()
|
/external/valgrind/exp-sgcheck/ |
D | h_main.h | 51 ExeContext* Seg__where(Seg* seg);
|
D | h_main.c | 96 ExeContext* ec; /* where malloc'd or freed */ 127 ExeContext* Seg__where(Seg* seg) in Seg__where()
|
/external/valgrind/docs/internals/ |
D | performance.txt | 29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 75 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() 1230 tl_assert(api && api->ap == (ExeContext*)keyW); in show_top_n_apinfos()
|
12