/external/valgrind/main/drd/ |
D | drd_suppression.c | 48 void DRD_(suppression_set_trace)(const Bool trace_suppression) in DRD_() function 53 void DRD_(suppression_init)(void) in DRD_() function 63 void DRD_(start_suppression)(const Addr a1, const Addr a2, in DRD_() function 76 void DRD_(finish_suppression)(const Addr a1, const Addr a2) in DRD_() function 94 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) in DRD_() function 104 Bool DRD_(is_any_suppressed)(const Addr a1, const Addr a2) in DRD_() function 109 void DRD_(mark_hbvar)(const Addr a1) in DRD_() function 114 Bool DRD_(range_contains_suppression_or_hbvar)(const Addr a1, const Addr a2) in DRD_() function 119 void DRD_(start_tracing_address_range)(const Addr a1, const Addr a2) in DRD_() function 130 void DRD_(stop_tracing_address_range)(const Addr a1, const Addr a2) in DRD_() function [all …]
|
D | drd_bitmap.c | 56 struct bitmap* DRD_(bm_new)() in DRD_() function 70 void DRD_(bm_delete)(struct bitmap* const bm) in DRD_() function 79 void DRD_(bm_init)(struct bitmap* const bm) in DRD_() function 101 void DRD_(bm_cleanup)(struct bitmap* const bm) in DRD_() function 115 void DRD_(bm_access_range)(struct bitmap* const bm, in DRD_() function 127 void DRD_(bm_access_range_load)(struct bitmap* const bm, Addr a1, Addr a2) in DRD_() function 189 void DRD_(bm_access_load_1)(struct bitmap* const bm, const Addr a1) in DRD_() function 194 void DRD_(bm_access_load_2)(struct bitmap* const bm, const Addr a1) in DRD_() function 202 void DRD_(bm_access_load_4)(struct bitmap* const bm, const Addr a1) in DRD_() function 210 void DRD_(bm_access_load_8)(struct bitmap* const bm, const Addr a1) in DRD_() function [all …]
|
D | drd_clientobj.c | 52 void DRD_(clientobj_set_trace)(const Bool trace) in DRD_() function 58 void DRD_(clientobj_init)(void) in DRD_() function 71 void DRD_(clientobj_cleanup)(void) in DRD_() function 84 DrdClientobj* DRD_(clientobj_get_any)(const Addr addr) in DRD_() function 94 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t) in DRD_() function 106 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2) in DRD_() function 128 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t) in DRD_() function 160 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t) in DRD_() function 207 void DRD_(clientobj_stop_using_mem)(const Addr a1, const Addr a2) in DRD_() function 235 void DRD_(clientobj_delete_thread)(const DrdThreadId tid) in DRD_() function [all …]
|
D | drd_thread.c | 84 void DRD_(thread_trace_context_switches)(const Bool t) in DRD_() function 91 void DRD_(thread_trace_conflict_set)(const Bool t) in DRD_() function 98 void DRD_(thread_trace_conflict_set_bm)(const Bool t) in DRD_() function 105 Bool DRD_(thread_get_trace_fork_join)(void) in DRD_() function 111 void DRD_(thread_set_trace_fork_join)(const Bool t) in DRD_() function 118 void DRD_(thread_set_segment_merging)(const Bool m) in DRD_() function 125 int DRD_(thread_get_segment_merge_interval)(void) in DRD_() function 131 void DRD_(thread_set_segment_merge_interval)(const int i) in DRD_() function 142 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid) in DRD_() function 162 static DrdThreadId DRD_(VgThreadIdToNewDrdThreadId)(const ThreadId tid) in DRD_() function [all …]
|
D | drd_segment.c | 101 static void DRD_(sg_cleanup)(Segment* const sg) in DRD_() function 111 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) in DRD_() function 126 static void DRD_(sg_delete)(Segment* const sg) in DRD_() function 146 Segment* DRD_(sg_get)(Segment* const sg) in DRD_() function 158 void DRD_(sg_put)(Segment* const sg) in DRD_() function 183 void DRD_(sg_merge)(Segment* const sg1, Segment* const sg2) in DRD_() function 212 void DRD_(sg_print)(Segment* const sg) in DRD_() function 222 Bool DRD_(sg_get_trace)(void) in DRD_() function 228 void DRD_(sg_set_trace)(Bool const trace_segment) in DRD_() function 234 ULong DRD_(sg_get_segments_created_count)(void) in DRD_() function [all …]
|
D | drd_mutex.c | 57 void DRD_(mutex_set_trace)(const Bool trace_mutex) in DRD_() function 63 void DRD_(mutex_set_lock_threshold)(const UInt lock_threshold_ms) in DRD_() function 69 void DRD_(mutex_initialize)(struct mutex_info* const p, in DRD_() function 118 void DRD_(not_a_mutex)(const Addr mutex) in DRD_() function 146 DRD_(mutex_get_or_allocate)(const Addr mutex, const MutexT mutex_type) in DRD_() function 174 struct mutex_info* DRD_(mutex_get)(const Addr mutex) in DRD_() function 182 DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type) in DRD_() function 221 void DRD_(mutex_post_destroy)(const Addr mutex) in DRD_() function 241 void DRD_(mutex_pre_lock)(const Addr mutex, MutexT mutex_type, in DRD_() function 296 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock, in DRD_() function [all …]
|
D | drd_vc.c | 47 void DRD_(vc_init)(VectorClock* const vc, in DRD_() function 65 void DRD_(vc_cleanup)(VectorClock* const vc) in DRD_() function 71 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs) in DRD_() function 77 void DRD_(vc_assign)(VectorClock* const lhs, const VectorClock* const rhs) in DRD_() function 84 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid) in DRD_() function 116 Bool DRD_(vc_ordered)(const VectorClock* const vc1, in DRD_() function 123 void DRD_(vc_min)(VectorClock* const result, const VectorClock* const rhs) in DRD_() function 164 void DRD_(vc_combine)(VectorClock* const result, const VectorClock* const rhs) in DRD_() function 238 void DRD_(vc_print)(const VectorClock* const vc) in DRD_() function 253 char* DRD_(vc_aprint)(const VectorClock* const vc) in DRD_() function [all …]
|
D | drd_rwlock.c | 70 void DRD_(rwlock_set_trace)(const Bool trace_rwlock) in DRD_() function 76 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms) in DRD_() function 81 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms) in DRD_() function 86 static Bool DRD_(rwlock_is_rdlocked)(struct rwlock_info* p) in DRD_() function 98 static Bool DRD_(rwlock_is_wrlocked)(struct rwlock_info* p) in DRD_() function 110 static Bool DRD_(rwlock_is_locked)(struct rwlock_info* p) in DRD_() function 115 static Bool DRD_(rwlock_is_rdlocked_by)(struct rwlock_info* p, in DRD_() function 125 static Bool DRD_(rwlock_is_wrlocked_by)(struct rwlock_info* p, in DRD_() function 135 static Bool DRD_(rwlock_is_locked_by)(struct rwlock_info* p, in DRD_() function 145 DRD_(lookup_or_insert_node)(OSet* oset, const UWord tid) in DRD_() function [all …]
|
D | drd_hb.c | 61 void DRD_(hb_set_trace)(const Bool trace_hb) in DRD_() function 70 void DRD_(hb_thread_initialize)(struct hb_thread_info* const p, in DRD_() function 80 static void DRD_(hb_thread_destroy)(struct hb_thread_info* const p) in DRD_() function 87 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb) in DRD_() function 103 static void DRD_(hb_cleanup)(struct hb_info* p) in DRD_() function 131 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb) in DRD_() function 151 struct hb_info* DRD_(hb_get)(const Addr hb) in DRD_() function 158 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb) in DRD_() function 197 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb) in DRD_() function 235 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb) in DRD_() function
|
D | drd_cond.c | 57 void DRD_(cond_set_report_signal_unlocked)(const Bool r) in DRD_() function 62 void DRD_(cond_set_trace)(const Bool trace_cond) in DRD_() function 68 void DRD_(cond_initialize)(struct cond_info* const p, const Addr cond) in DRD_() function 84 static void DRD_(cond_cleanup)(struct cond_info* p) in DRD_() function 145 struct cond_info* DRD_(cond_get)(const Addr cond) in DRD_() function 152 void DRD_(cond_pre_init)(const Addr cond) in DRD_() function 180 void DRD_(cond_post_destroy)(const Addr cond) in DRD_() function 222 void DRD_(cond_pre_wait)(const Addr cond, const Addr mutex) in DRD_() function 288 void DRD_(cond_post_wait)(const Addr cond) in DRD_() function 379 void DRD_(cond_pre_signal)(Addr const cond) in DRD_() function [all …]
|
D | drd_thread.h | 211 Bool DRD_(IsValidDrdThreadId)(const DrdThreadId tid) in DRD_() function 221 DrdThreadId DRD_(thread_get_running_tid)(void) in DRD_() function 231 struct bitmap* DRD_(thread_get_conflict_set)(void) in DRD_() function 241 Bool DRD_(running_thread_inside_pthread_create)(void) in DRD_() function 252 Bool DRD_(running_thread_is_recording_loads)(void) in DRD_() function 268 Bool DRD_(running_thread_is_recording_stores)(void) in DRD_() function 284 void DRD_(thread_set_stack_min)(const DrdThreadId tid, const Addr stack_min) in DRD_() function 310 Bool DRD_(thread_address_on_stack)(const Addr a) in DRD_() function 321 Bool DRD_(thread_address_on_any_stack)(const Addr a) in DRD_() function 339 Segment* DRD_(thread_get_segment)(const DrdThreadId tid) in DRD_() function [all …]
|
D | drd_barrier.c | 75 void DRD_(barrier_set_trace)(const Bool trace_barrier) in DRD_() function 85 void DRD_(barrier_thread_initialize)(struct barrier_thread_info* const p, in DRD_() function 101 static void DRD_(barrier_thread_destroy)(struct barrier_thread_info* const p) in DRD_() function 114 void DRD_(barrier_initialize)(struct barrier_info* const p, in DRD_() function 189 DRD_(barrier_get_or_allocate)(const Addr barrier, in DRD_() function 210 static struct barrier_info* DRD_(barrier_get)(const Addr barrier) in DRD_() function 222 void DRD_(barrier_init)(const Addr barrier, in DRD_() function 294 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type) in DRD_() function 337 void DRD_(barrier_pre_wait)(const DrdThreadId tid, const Addr barrier, in DRD_() function 404 void DRD_(barrier_post_wait)(const DrdThreadId tid, const Addr barrier, in DRD_() function [all …]
|
D | drd_semaphore.c | 87 void DRD_(semaphore_set_trace)(const Bool trace_semaphore) in DRD_() function 170 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore, in DRD_() function 223 void DRD_(semaphore_destroy)(const Addr semaphore) in DRD_() function 256 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore, in DRD_() function 303 void DRD_(semaphore_close)(const Addr semaphore) in DRD_() function 336 void DRD_(semaphore_pre_wait)(const Addr semaphore) in DRD_() function 361 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore, in DRD_() function 424 void DRD_(semaphore_pre_post)(const DrdThreadId tid, const Addr semaphore) in DRD_() function 451 void DRD_(semaphore_post_post)(const DrdThreadId tid, const Addr semaphore, in DRD_() function 467 ULong DRD_(get_semaphore_segment_creation_count)(void) in DRD_() function
|
D | drd_load_store.c | 64 Bool DRD_(get_check_stack_accesses)() in DRD_() function 69 void DRD_(set_check_stack_accesses)(const Bool c) in DRD_() function 75 Bool DRD_(get_first_race_only)() in DRD_() function 80 void DRD_(set_first_race_only)(const Bool fro) in DRD_() function 86 void DRD_(trace_mem_access)(const Addr addr, const SizeT size, in DRD_() function 148 VG_REGPARM(2) void DRD_(trace_load)(Addr addr, SizeT size) in DRD_() function 214 VG_REGPARM(2) void DRD_(trace_store)(Addr addr, SizeT size) in DRD_() function 442 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, in DRD_() function
|
D | drd_segment.h | 79 static __inline__ int DRD_(sg_get_refcnt)(const Segment* const sg) in DRD_() function 89 static __inline__ struct bitmap* DRD_(sg_bm)(Segment* const sg) in DRD_() function
|
D | drd_malloc_wrappers.c | 90 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) in DRD_() function 124 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p) in DRD_() function 290 void DRD_(register_malloc_wrappers)(const StartUsingMem start_callback, in DRD_() function 315 Bool DRD_(heap_addrinfo)(Addr const a, in DRD_() function 344 void DRD_(print_malloc_stats)(void) in DRD_() function
|
D | drd_suppression.h | 28 static __inline__ Bool DRD_(any_address_is_traced)(void) in DRD_() function
|
D | drd_basics.h | 36 #define DRD_(str) VGAPPEND(vgDrd_, str) macro
|
D | drd_bitmap2_node.c | 116 void* DRD_(bm2_alloc_node)(HChar* const ec, const SizeT szB) in DRD_() function 153 void DRD_(bm2_free_node)(void* const bm2) in DRD_() function
|
D | drd_pthread_intercepts.c | 152 static void DRD_(init)(void) in DRD_() function 165 static MutexT DRD_(pthread_to_drd_mutex_type)(const int kind) in DRD_() function 200 static __always_inline MutexT DRD_(mutex_type)(pthread_mutex_t* mutex) in DRD_() function 228 static void DRD_(set_joinable)(const pthread_t tid, const int joinable) in DRD_() function 237 static __always_inline void DRD_(entering_pthread_create)(void) in DRD_() function 245 static __always_inline void DRD_(left_pthread_create)(void) in DRD_() function 256 static void* DRD_(thread_wrapper)(void* arg) in DRD_() function 291 static int DRD_(detected_linuxthreads)(void) in DRD_() function 315 static void DRD_(check_threading_library)(void) in DRD_() function 344 static void DRD_(set_main_thread_state)(void) in DRD_() function
|
D | drd_main.c | 69 static Bool DRD_(process_cmd_line_option)(Char* arg) in DRD_() function 182 static void DRD_(print_usage)(void) in DRD_() function 223 static void DRD_(print_debug_usage)(void) in DRD_() function 366 void DRD_(clean_memory)(const Addr a1, const SizeT len) in DRD_() function 383 static void DRD_(suppress_relocation_conflicts)(const Addr a, const SizeT len) in DRD_() function 652 static void DRD_(post_clo_init)(void) in DRD_() function 672 static void DRD_(fini)(Int exitcode) in DRD_() function
|
D | drd_vc.h | 103 Bool DRD_(vc_lte)(const VectorClock* const vc1, const VectorClock* const vc2) in DRD_() function
|
D | drd_error.c | 49 void DRD_(set_show_conflicting_segments)(const Bool scs) in DRD_() function 561 void DRD_(register_error_handlers)(void) in DRD_() function
|
/external/valgrind/main/drd/tests/ |
D | unit_vc.c | 48 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) in DRD_() function
|
D | unit_bitmap.c | 55 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) in DRD_() function
|