Home
last modified time | relevance | path

Searched refs:patchTypedEvent (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface_internal.h66 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_powerpc64.cc102 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_AArch64.cc115 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_arm.cc152 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_mips.cc161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_mips64.cc170 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_x86_64.cc297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_interface.cc170 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()