/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_AArch64.cpp | 34 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 92 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 98 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 103 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 108 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 114 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 | 152 int32_t FuncId) XRAY_NEVER_INSTRUMENT { in patchSled() 182 findFunctionSleds(int32_t FuncId, in findFunctionSleds() 208 XRayPatchingStatus patchFunction(int32_t FuncId, in patchFunction() 286 uint32_t FuncId = 1; in controlPatching() local 343 XRayPatchingStatus mprotectAndPatchFunction(int32_t FuncId, in mprotectAndPatchFunction() 472 XRayPatchingStatus __xray_patch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_patch_function() 477 __xray_unpatch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_unpatch_function() 496 uintptr_t __xray_function_address(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_function_address()
|
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_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() 298 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
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 void profilingHandleArg0(int32_t FuncId, in profilingHandleArg0() 310 void profilingHandleArg1(int32_t FuncId, XRayEntryType Entry, in profilingHandleArg1()
|
H A D | xray_fdr_log_records.h | 61 int FuncId : 28; member
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo() 87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId() 100 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId() 276 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries() 311 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent() 328 unsigned FuncId, in emitLineTableForFunction()
|
/openbsd/gnu/llvm/compiler-rt/include/xray/ |
H A D | xray_records.h | 89 int32_t FuncId = 0; member 115 int32_t FuncId = 0; member
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
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 | 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-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()
|
H A D | xray-account.h | 63 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
|
H A D | xray-stacks.cpp | 332 StackTrieNode *createTrieNode(uint32_t ThreadId, int32_t FuncId, in createTrieNode() 342 StackTrieNode *findRootNode(uint32_t ThreadId, int32_t FuncId) { in findRootNode() 462 auto FuncId = FN.SymbolOrNumber(F->FuncId); in printStack() local
|
/openbsd/gnu/llvm/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 35 int32_t FuncId; member
|
H A D | XRayRecord.h | 83 int32_t FuncId; member
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
|
/openbsd/gnu/llvm/llvm/lib/XRay/ |
H A D | Profile.cpp | 83 int32_t FuncId; in readPath() local 321 Profile::FuncID FuncId; member
|