Searched refs:patchTypedEvent (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_interface_internal.h | 66 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
H A D | xray_powerpc64.cc | 102 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
H A D | xray_AArch64.cc | 115 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
H A D | xray_arm.cc | 152 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
H A D | xray_mips.cc | 161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
H A D | xray_mips64.cc | 170 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
H A D | xray_x86_64.cc | 297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
H A D | xray_interface.cc | 170 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()
|