Searched refs:call_pc (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface.h | 44 void __tsan_func_entry(void *call_pc);
|
/external/valgrind/tsan/ |
D | thread_sanitizer.h | 260 void ThreadSanitizerHandleRtnCall(int32_t tid, uintptr_t call_pc,
|
D | ts_pin.cc | 442 uintptr_t call_pc = tleb.events[i++]; in TLEBFlushUnlocked() local 445 if (DumpEventPlainText(RTN_CALL, t.uniq_tid, call_pc, in TLEBFlushUnlocked() 447 ThreadSanitizerHandleRtnCall(t.uniq_tid, call_pc, target_pc, in TLEBFlushUnlocked() 527 static void TLEBAddRtnCall(PinThread &t, uintptr_t call_pc, in TLEBAddRtnCall() argument 531 ThreadSanitizerHandleRtnCall(t.uniq_tid, call_pc, target_pc, in TLEBAddRtnCall() 541 t.tleb.events[t.tleb.size++] = call_pc; in TLEBAddRtnCall()
|
D | ts_valgrind.cc | 455 uintptr_t call_pc = GetVgPc(vg_tid); in rtn_call() local 457 ThreadSanitizerHandleRtnCall(ts_tid, call_pc, record.pc, in rtn_call()
|
D | thread_sanitizer.cc | 4976 void HandleRtnCall(uintptr_t call_pc, uintptr_t target_pc, in HandleRtnCall() 4979 if (!call_stack_->empty() && call_pc) { in HandleRtnCall() 4980 call_stack_->back() = call_pc; in HandleRtnCall() 6452 void HandleRtnCall(TID tid, uintptr_t call_pc, uintptr_t target_pc, in HandleRtnCall() argument 6455 thr->HandleRtnCall(call_pc, target_pc, ignore_below); in HandleRtnCall() 8669 void NOINLINE ThreadSanitizerHandleRtnCall(int32_t tid, uintptr_t call_pc, in ThreadSanitizerHandleRtnCall() argument 8673 G_detector->HandleRtnCall(TID(tid), call_pc, target_pc, ignore_below); in ThreadSanitizerHandleRtnCall()
|