Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp33 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 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_loongarch64.cpp43 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 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_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_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_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.cpp154 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 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()
277 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
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_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.cpp268 void profilingHandleArg0(int32_t FuncId, in profilingHandleArg0()
307 void profilingHandleArg1(int32_t FuncId, XRayEntryType Entry, in profilingHandleArg1()
H A Dxray_fdr_log_records.h61 int FuncId : 28; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp76 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
84 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
97 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
273 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
311 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent()
320 CodeViewContext::getLineExtentIncludingInlinees(unsigned FuncId) { in getLineExtentIncludingInlinees()
348 unsigned FuncId, in emitLineTableForFunction()
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h89 int32_t FuncId = 0; member
115 int32_t FuncId = 0; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
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-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 Dxray-account.h63 recordLatency(int32_t FuncId,uint64_t Latency) recordLatency() argument
H A Dxray-converter.cpp217 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode() argument
247 writeTraceViewerRecord(uint16_t Version,raw_ostream & OS,int32_t FuncId,uint32_t TId,uint32_t PId,bool Symbolize,const FuncIdConversionHelper & FuncIdHelper,double EventTimestampUs,const StackTrieNode & StackCursor,StringRef FunctionPhenotype) writeTraceViewerRecord() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h35 int32_t FuncId; member
H A DInstrumentationMap.h58 int32_t FuncId; member
H A DXRayRecord.h83 int32_t FuncId; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()

12