/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_AArch64.cc | 35 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 D | xray_powerpc64.cc | 53 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 D | xray_arm.cc | 77 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 D | xray_mips.cc | 53 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_mips64.cc | 54 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 D | xray_x86_64.cc | 130 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 D | xray_fdr_controller.h | 52 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 D | xray_interface.cc | 151 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 D | xray_basic_logging.cc | 49 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 D | xray_trampoline_powerpc64.cc | 9 void CallXRayPatchedFunction(int32_t FuncId, XRayEntryType Type) { in CallXRayPatchedFunction()
|
H A D | xray_profiling.cc | 272 void profilingHandleArg0(int32_t FuncId, in profilingHandleArg0() 311 void profilingHandleArg1(int32_t FuncId, XRayEntryType Entry, in profilingHandleArg1()
|
H A D | xray_fdr_log_records.h | 62 int FuncId : 28; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 78 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 D | xray_records.h | 90 int32_t FuncId = 0; member 116 int32_t FuncId = 0; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | trie-node.h | 32 int32_t FuncId; member
|
H A D | xray-extract.cpp | 63 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML() local
|
H A D | xray-account.cpp | 314 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 D | xray-account.h | 63 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
|
H A D | xray-converter.cpp | 208 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 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 115 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | Profile.cpp | 83 int32_t FuncId; in readPath() local 321 Profile::FuncID FuncId; member
|