Home
last modified time | relevance | path

Searched refs:patchCustomEvent (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_s390x.cpp83 bool __xray::patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function in __xray
H A Dxray_powerpc64.cpp108 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_AArch64.cpp125 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_interface_internal.h149 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_arm.cpp150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_hexagon.cpp157 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_loongarch64.cpp150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_mips.cpp160 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_mips64.cpp168 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_x86_64.cpp255 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_riscv.cpp255 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_interface.cpp188 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled()