Searched refs:track_pre_reg_read (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_types_n_macros.h | 449 VG_(tdict).track_pre_reg_read(Vg_CoreSysCall, tid, "(syscallno)", \ 470 VG_(tdict).track_pre_reg_read( \ 488 VG_(tdict).track_pre_reg_read( \ 566 if (VG_(tdict).track_pre_reg_read) { \ 570 if (VG_(tdict).track_pre_reg_read) { \ 575 if (VG_(tdict).track_pre_reg_read) { \ 580 if (VG_(tdict).track_pre_reg_read) { \ 585 if (VG_(tdict).track_pre_reg_read) { \ 591 if (VG_(tdict).track_pre_reg_read) { \ 597 if (VG_(tdict).track_pre_reg_read) { \ [all …]
|
D | syswrap-s390x-linux.c | 465 if (VG_(tdict).track_pre_reg_read) in PRE() 475 if (VG_(tdict).track_pre_reg_read) in PRE() 487 if (VG_(tdict).track_pre_reg_read) { in PRE()
|
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-mips64-linux.c | 487 if (VG_(tdict).track_pre_reg_read) { in PRE() 496 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 | 630 if (VG_ (tdict).track_pre_reg_read) in PRE() 642 if (VG_ (tdict).track_pre_reg_read) in PRE()
|
D | syswrap-solaris.c | 8786 if (VG_(tdict).track_pre_reg_read) { \
|
/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 | 7512 VG_(track_pre_reg_read) ( mc_pre_reg_read ); in mc_post_clo_init() local
|