Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_AArch64.cc35 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
93 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
99 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
104 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
109 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
115 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_powerpc64.cc53 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry()
71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit()
88 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
96 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
102 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_arm.cc77 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
136 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
141 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
146 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
152 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_mips.cc53 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.cc54 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
146 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
152 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
157 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
164 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
170 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_x86_64.cc130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
222 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
250 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_fdr_controller.h52 constexpr int32_t mask(int32_t FuncId) const XRAY_NEVER_INSTRUMENT { in mask()
182 bool rewindRecords(int32_t FuncId, uint64_t TSC, in rewindRecords()
245 bool functionEnter(int32_t FuncId, uint64_t TSC, in functionEnter()
269 bool functionTailExit(int32_t FuncId, uint64_t TSC, in functionTailExit()
294 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg()
311 bool functionExit(int32_t FuncId, uint64_t TSC, in functionExit()
H A Dxray_interface.cc151 int32_t FuncId) XRAY_NEVER_INSTRUMENT { in patchSled()
179 XRayPatchingStatus patchFunction(int32_t FuncId, in patchFunction()
257 uint32_t FuncId = 1; in controlPatching() local
313 XRayPatchingStatus mprotectAndPatchFunction(int32_t FuncId, in mprotectAndPatchFunction()
440 XRayPatchingStatus __xray_patch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_patch_function()
445 __xray_unpatch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_unpatch_function()
464 uintptr_t __xray_function_address(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_function_address()
H A Dxray_basic_logging.cc49 int32_t FuncId; member
159 void InMemoryRawLog(int32_t FuncId, XRayEntryType Type, in InMemoryRawLog()
256 void InMemoryRawLogWithArg(int32_t FuncId, XRayEntryType Type, uint64_t Arg1, in InMemoryRawLogWithArg()
301 void basicLoggingHandleArg0RealTSC(int32_t FuncId, in basicLoggingHandleArg0RealTSC()
306 void basicLoggingHandleArg0EmulateTSC(int32_t FuncId, XRayEntryType Type) in basicLoggingHandleArg0EmulateTSC()
320 void basicLoggingHandleArg1RealTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1RealTSC()
325 void basicLoggingHandleArg1EmulateTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1EmulateTSC()
H A Dxray_trampoline_powerpc64.cc9 void CallXRayPatchedFunction(int32_t FuncId, XRayEntryType Type) { in CallXRayPatchedFunction()
H A Dxray_profiling.cc272 void profilingHandleArg0(int32_t FuncId, in profilingHandleArg0()
311 void profilingHandleArg1(int32_t FuncId, XRayEntryType Entry, in profilingHandleArg1()
H A Dxray_fdr_log_records.h62 int FuncId : 28; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
86 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
275 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
310 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent()
327 unsigned FuncId, in emitLineTableForFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_records.h90 int32_t FuncId = 0; member
116 int32_t FuncId = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dtrie-node.h32 int32_t FuncId; member
H A Dxray-extract.cpp63 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML() local
H A Dxray-account.cpp314 const auto &FuncId = FT.first; in exportStats() local
401 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText()
411 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()
H A Dxray-account.h63 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
H A Dxray-converter.cpp208 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode()
238 void writeTraceViewerRecord(uint16_t Version, raw_ostream &OS, int32_t FuncId, in writeTraceViewerRecord()
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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp115 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp83 int32_t FuncId; in readPath() local
321 Profile::FuncID FuncId; member

12