Searched refs:track_pre_reg_read (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_types_n_macros.h | 435 VG_(tdict).track_pre_reg_read(Vg_CoreSysCall, tid, "(syscallno)", \ 456 VG_(tdict).track_pre_reg_read( \ 474 VG_(tdict).track_pre_reg_read( \ 552 if (VG_(tdict).track_pre_reg_read) { \ 556 if (VG_(tdict).track_pre_reg_read) { \ 561 if (VG_(tdict).track_pre_reg_read) { \ 566 if (VG_(tdict).track_pre_reg_read) { \ 571 if (VG_(tdict).track_pre_reg_read) { \ 577 if (VG_(tdict).track_pre_reg_read) { \ 583 if (VG_(tdict).track_pre_reg_read) { \ [all …]
|
D | syswrap-amd64-linux.c | 355 if (VG_(tdict).track_pre_reg_read) { in PRE() 365 if (VG_(tdict).track_pre_reg_read) { in PRE() 376 if (VG_(tdict).track_pre_reg_read) { in PRE()
|
D | syswrap-s390x-linux.c | 464 if (VG_(tdict).track_pre_reg_read) in PRE() 474 if (VG_(tdict).track_pre_reg_read) in PRE() 486 if (VG_(tdict).track_pre_reg_read) { in PRE()
|
D | syswrap-mips64-linux.c | 482 if (VG_(tdict).track_pre_reg_read) { in PRE() 491 if (VG_(tdict).track_pre_reg_read) { in PRE()
|
D | syswrap-x86-linux.c | 834 if (VG_(tdict).track_pre_reg_read) { in PRE() 844 if (VG_(tdict).track_pre_reg_read) { in PRE() 854 if (VG_(tdict).track_pre_reg_read) { in PRE()
|
D | syswrap-mips32-linux.c | 628 if (VG_ (tdict).track_pre_reg_read) in PRE() 640 if (VG_ (tdict).track_pre_reg_read) in PRE()
|
/external/valgrind/coregrind/ |
D | pub_core_tooliface.h | 231 void (*track_pre_reg_read) (CorePart, ThreadId, const HChar*, PtrdiffT, SizeT); member
|
D | m_tooliface.c | 441 DEF0(track_pre_reg_read, CorePart, ThreadId, const HChar*, PtrdiffT, SizeT)
|
/external/valgrind/include/ |
D | pub_tool_tooliface.h | 623 void VG_(track_pre_reg_read) (void(*f)(CorePart part, ThreadId tid,
|
/external/valgrind/memcheck/ |
D | mc_main.c | 6662 VG_(track_pre_reg_read) ( mc_pre_reg_read ); in mc_post_clo_init() local
|