Searched refs:patchTypedEvent (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_s390x.cpp | 89 bool __xray::patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function in __xray
|
| H A D | xray_powerpc64.cpp | 114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_AArch64.cpp | 136 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_interface_internal.h | 150 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
| H A D | xray_arm.cpp | 156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_hexagon.cpp | 163 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_loongarch64.cpp | 156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_mips.cpp | 166 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_mips64.cpp | 174 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_x86_64.cpp | 283 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_riscv.cpp | 260 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
| H A D | xray_interface.cpp | 191 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()
|