/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 146 PreambleResult recordPreamble(uint64_t TSC, in recordPreamble() 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() 333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent() 347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
|
H A D | xray_fdr_logging.cpp | 413 // We want to get the TSC as early as possible, so that we can check whether member 499 auto &TSC = TC.TSC; fdrLoggingHandleArg0() local 529 auto &TSC = TC.TSC; fdrLoggingHandleArg1() local 559 auto &TSC = TC.TSC; fdrLoggingHandleCustomEvent() local 589 auto &TSC = TC.TSC; fdrLoggingHandleTypedEvent() local [all...] |
H A D | xray_function_call_trie.h | 358 enterFunction(const int32_t FId,uint64_t TSC,uint16_t CPU) enterFunction() argument 417 exitFunction(int32_t FId,uint64_t TSC,uint16_t CPU) exitFunction() argument [all...] |
H A D | xray_basic_logging.cpp | 52 uint64_t TSC; member 173 uint64_t TSC = ReadTSC(CPU); in InMemoryRawLog() local
|
H A D | xray_profiling.cpp | 274 auto TSC = readTSC(CPU); profilingHandleArg0() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 121 mutable TypeStringCache TSC; member in __anon77e16eba0111::XCoreTargetCodeGenInfo 337 TypeStringCache &TSC) { in extractFieldType() argument 364 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() argument 415 appendEnumType(SmallStringEnc & Enc,const EnumType * ET,TypeStringCache & TSC,const IdentifierInfo * ID) appendEnumType() argument 533 appendPointerType(SmallStringEnc & Enc,const PointerType * PT,const CodeGen::CodeGenModule & CGM,TypeStringCache & TSC) appendPointerType() argument 545 appendArrayType(SmallStringEnc & Enc,QualType QT,const ArrayType * AT,const CodeGen::CodeGenModule & CGM,TypeStringCache & TSC,StringRef NoSizeEnc) appendArrayType() argument 566 appendFunctionType(SmallStringEnc & Enc,const FunctionType * FT,const CodeGen::CodeGenModule & CGM,TypeStringCache & TSC) appendFunctionType() argument 600 appendType(SmallStringEnc & Enc,QualType QType,const CodeGen::CodeGenModule & CGM,TypeStringCache & TSC) appendType() argument 634 getTypeString(SmallStringEnc & Enc,const Decl * D,const CodeGen::CodeGenModule & CGM,TypeStringCache & TSC) getTypeString() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 39 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC) in IncrementalExecutor() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 37 uint64_t TSC; member
|
H A D | XRayRecord.h | 86 uint64_t TSC; member
|
H A D | FDRRecords.h | 160 uint64_t TSC = 0; variable 208 uint64_t TSC = 0; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_records.h | 92 uint64_t TSC = 0; member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 76 uint64_t TSC; member
|
/freebsd-src/sys/dev/hwpmc/ |
H A D | hwpmc_logging.c | 113 #define _PMCLOG_RESERVE_SAFE(PO, TYPE, LEN, ACTION, TSC) do { \ argument 144 #define PMCLOG_RESERVE_SAFE(P, T, L, TSC) \ argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 700 SetStorageClassSpecThread(TSCS TSC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetStorageClassSpecThread() argument 1412 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { Finish() local
|
H A D | SemaDecl.cpp | 7989 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec(); ActOnVariableDeclarator() local
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | stm32mp13-clks.h | 101 #define TSC 73 macro
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 269 enum TSC { global() enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4577 Value *TSC = Builder.CreateExtractValue(NewCall, 0); UpgradeIntrinsicCall() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1157 setTSCSpec(ThreadStorageClassSpecifier TSC) setTSCSpec() argument
|