/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_fdr_controller.h | 147 PreambleResult recordPreamble(uint64_t TSC, in recordPreamble() 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() 334 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent() 348 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
|
H A D | xray_fdr_logging.cc | 413 uint64_t TSC = 0; member 499 auto &TSC = TC.TSC; in fdrLoggingHandleArg0() local 529 auto &TSC = TC.TSC; in fdrLoggingHandleArg1() local 559 auto &TSC = TC.TSC; in fdrLoggingHandleCustomEvent() local 589 auto &TSC = TC.TSC; in fdrLoggingHandleTypedEvent() local
|
H A D | xray_function_call_trie.h | 359 void enterFunction(const int32_t FId, uint64_t TSC, in enterFunction() 418 void exitFunction(int32_t FId, uint64_t TSC, in exitFunction()
|
H A D | xray_basic_logging.cc | 53 uint64_t TSC; member 174 uint64_t TSC = ReadTSC(CPU); in InMemoryRawLog() local
|
H A D | xray_profiling.cc | 275 auto TSC = readTSC(CPU); in profilingHandleArg0() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | fdr_controller_test.cc | 84 uint64_t TSC = 2; in TEST_F() local 143 uint64_t TSC = 1; in TEST_F() local 168 uint64_t TSC = 1; in TEST_F() local 195 uint64_t TSC = 1; in TEST_F() local 222 uint64_t TSC = 1; in TEST_F() local 256 uint64_t TSC = 1; in TEST_F() local 320 uint64_t TSC = 1; in TEST_F() local 336 uint64_t TSC = 1; in TEST_F() local 353 uint64_t TSC = 1; in TEST_F() local 374 uint64_t TSC = 1; in TEST_F() local [all …]
|
H A D | fdr_log_writer_test.cc | 98 uint64_t TSC = 1; in TEST() local
|
H A D | function_call_trie_test.cc | 32 uint64_t TSC = 1; in TEST() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 28 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC, in IncrementalExecutor()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 76 uint64_t TSC; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/ |
H A D | xray_records.h | 93 uint64_t TSC = 0; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 679 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 1384 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
|
H A D | SemaDecl.cpp | 7262 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec(); in ActOnVariableDeclarator() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 9873 mutable TypeStringCache TSC; member in __anon6bad40bc1a11::XCoreTargetCodeGenInfo 10133 TypeStringCache &TSC) { in extractFieldType() 10160 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() 10211 TypeStringCache &TSC, in appendEnumType() 10329 TypeStringCache &TSC) { in appendPointerType() 10341 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType() 10362 TypeStringCache &TSC) { in appendFunctionType() 10396 TypeStringCache &TSC) { in appendType() 10430 TypeStringCache &TSC) { in getTypeString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3840 Value *TSC = Builder.CreateExtractValue(NewCall, 0); in UpgradeIntrinsicCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 252 enum TSC { enum
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 1062 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()
|