/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_AArch64.cpp | 33 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 90 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 96 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 101 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 120 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 131 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_loongarch64.cpp | 43 static inline bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 127 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 133 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 138 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_arm.cpp | 76 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 140 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_powerpc64.cpp | 52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() 89 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 97 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_mips.cpp | 52 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_hexagon.cpp | 87 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 136 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 142 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 147 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 152 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 158 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_mips64.cpp | 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 156 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 163 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_interface.cpp | 154 int32_t FuncId) XRAY_NEVER_INSTRUMENT { in patchSled() 184 findFunctionSleds(int32_t FuncId, in findFunctionSleds() 208 XRayPatchingStatus patchFunction(int32_t FuncId, in patchFunction() 290 uint32_t FuncId = 1; in controlPatching() local 347 XRayPatchingStatus mprotectAndPatchFunction(int32_t FuncId, in mprotectAndPatchFunction() 481 XRayPatchingStatus __xray_patch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_patch_function() 486 __xray_unpatch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_unpatch_function() 505 uintptr_t __xray_function_address(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_function_address()
|
H A D | xray_x86_64.cpp | 123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 172 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 219 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 249 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 277 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_fdr_controller.h | 51 constexpr int32_t mask(int32_t FuncId) const XRAY_NEVER_INSTRUMENT { in mask() 181 bool rewindRecords(int32_t FuncId, uint64_t TSC, in rewindRecords() 244 bool functionEnter(int32_t FuncId, uint64_t TSC, in functionEnter() 268 bool functionTailExit(int32_t FuncId, uint64_t TSC, in functionTailExit() 293 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg() 310 bool functionExit(int32_t FuncId, uint64_t TSC, in functionExit()
|
H A D | xray_basic_logging.cpp | 48 int32_t FuncId; member 158 void InMemoryRawLog(int32_t FuncId, XRayEntryType Type, in InMemoryRawLog() 255 void InMemoryRawLogWithArg(int32_t FuncId, XRayEntryType Type, uint64_t Arg1, in InMemoryRawLogWithArg() 300 void basicLoggingHandleArg0RealTSC(int32_t FuncId, in basicLoggingHandleArg0RealTSC() 305 void basicLoggingHandleArg0EmulateTSC(int32_t FuncId, XRayEntryType Type) in basicLoggingHandleArg0EmulateTSC() 319 void basicLoggingHandleArg1RealTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1RealTSC() 324 void basicLoggingHandleArg1EmulateTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1EmulateTSC()
|
H A D | xray_trampoline_powerpc64.cpp | 9 void CallXRayPatchedFunction(int32_t FuncId, XRayEntryType Type) { in CallXRayPatchedFunction()
|
H A D | xray_profiling.cpp | 271 profilingHandleArg0(int32_t FuncId,XRayEntryType Entry) profilingHandleArg0() argument 310 profilingHandleArg1(int32_t FuncId,XRayEntryType Entry,uint64_t) profilingHandleArg1() argument
|
H A D | xray_fdr_log_records.h | 61 int FuncId : 28; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 79 if (Functions[FuncId].isUnallocatedFunctionInfo()) in getCVFunctionInfo() argument 87 recordFunctionId(unsigned FuncId) recordFunctionId() argument 100 recordInlinedCallSiteId(unsigned FuncId,unsigned IAFunc,unsigned IAFile,unsigned IALine,unsigned IACol) recordInlinedCallSiteId() argument 276 getFunctionLineEntries(unsigned FuncId) getFunctionLineEntries() argument 314 getLineExtent(unsigned FuncId) getLineExtent() argument 323 getLineExtentIncludingInlinees(unsigned FuncId) getLineExtentIncludingInlinees() argument 351 emitLineTableForFunction(MCObjectStreamer & OS,unsigned FuncId,const MCSymbol * FuncBegin,const MCSymbol * FuncEnd) emitLineTableForFunction() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_records.h | 89 int32_t FuncId = 0; member 115 int32_t FuncId = 0; member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | trie-node.h | 32 int32_t FuncId; member
|
H A D | xray-extract.cpp | 64 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML() local
|
H A D | xray-account.cpp | 316 const auto &FuncId = FT.first; in exportStats() local 403 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText() 413 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()
|
H A D | xray-account.h | 61 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
|
H A D | xray-converter.cpp | 217 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode() 247 void writeTraceViewerRecord(uint16_t Version, raw_ostream &OS, int32_t FuncId, in writeTraceViewerRecord()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 35 int32_t FuncId; member
|
H A D | InstrumentationMap.h | 58 int32_t FuncId; member
|
H A D | XRayRecord.h | 83 int32_t FuncId; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
|