Home
last modified time | relevance | path

Searched defs:FuncId (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp34 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 Dxray_arm.cpp76 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 Dxray_powerpc64.cpp52 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 Dxray_mips.cpp52 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 Dxray_hexagon.cpp87 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 Dxray_mips64.cpp53 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 Dxray_interface.cpp152 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 Dxray_fdr_controller.h51 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 Dxray_x86_64.cpp123 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 Dxray_basic_logging.cpp48 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 Dxray_trampoline_powerpc64.cpp9 void CallXRayPatchedFunction(int32_t FuncId, XRayEntryType Type) { in CallXRayPatchedFunction()
H A Dxray_profiling.cpp271 void profilingHandleArg0(int32_t FuncId, in profilingHandleArg0()
310 void profilingHandleArg1(int32_t FuncId, XRayEntryType Entry, in profilingHandleArg1()
H A Dxray_fdr_log_records.h61 int FuncId : 28; member
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp79 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 Dxray_records.h89 int32_t FuncId = 0; member
115 int32_t FuncId = 0; member
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp316 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 Dtrie-node.h32 int32_t FuncId; member
H A Dxray-extract.cpp64 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML() local
H A Dxray-converter.cpp217 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 Dxray-account.h63 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
H A Dxray-stacks.cpp332 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 DYAMLXRayRecord.h35 int32_t FuncId; member
H A DXRayRecord.h83 int32_t FuncId; member
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
/openbsd/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp83 int32_t FuncId; in readPath() local
321 Profile::FuncID FuncId; member

12