Home
last modified time | relevance | path

Searched refs:RTN_CALL (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/tsan/offline_tests/
D311.tst.gz
D301.tst.gz
Dsimple_race_1.tst14 RTN_CALL 0 ca000001 ca000002 0
15 RTN_CALL 0 ca000002 ca000003 0
18 RTN_CALL 1 ca100001 ca100002 0
19 RTN_CALL 1 ca100002 ca100003 0
/external/valgrind/tsan/
Dts_events.h59 RTN_CALL, // {tid, pc, 0, 0} enumerator
Dts_offline.cc211 case RTN_CALL: in ProcessEvent()
Dts_pin.cc441 } else if (event == RTN_CALL) { in TLEBFlushUnlocked()
445 if (DumpEventPlainText(RTN_CALL, t.uniq_tid, call_pc, in TLEBFlushUnlocked()
540 t.tleb.events[t.tleb.size++] = RTN_CALL; in TLEBAddRtnCall()
Dthread_sanitizer.cc4978 this->stats.events[RTN_CALL]++; in HandleRtnCall()
6480 case RTN_CALL: in HandleOneEvent()