/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | OpenBSD.cpp | 118 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local 161 if (Nopie || Profiling) in ConstructJob() 181 if (Profiling) in ConstructJob() 229 if (Profiling) in ConstructJob() 245 if (Profiling) in ConstructJob() 264 if (!Shared && Profiling) in ConstructJob() 271 if (Profiling) in ConstructJob() 364 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local 366 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs() 369 CmdArgs.push_back(Profiling ? "-lc++abi_p" : "-lc++abi"); in AddCXXStdlibLibArgs() [all …]
|
H A D | FreeBSD.cpp | 292 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local 303 if (Profiling) in ConstructJob() 319 if (Profiling) in ConstructJob() 331 if (Profiling) in ConstructJob() 337 } else if (Profiling) { in ConstructJob() 346 if (Profiling) in ConstructJob() 352 if (Profiling) { in ConstructJob() 365 } else if (Profiling) { in ConstructJob() 451 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in AddCXXStdlibLibArgs() local 453 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
|
H A D | DragonFly.cpp | 62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local 103 if (Profiling) in ConstructJob()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | spe-pmu.txt | 1 * ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU) 3 ARMv8.2 introduces the optional Statistical Profiling Extension for collecting
|
/freebsd/release/packages/ |
H A D | Makefile.package | 98 jail-profile_DESCR= Profiling Libraries 102 jail-lib32-profile_DESCR=32-bit Profiling Libraries 151 runtime-profile_DESCR= Profiling Libraries 155 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 130 struct Profiling { struct 131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument 141 std::optional<Profiling> CheckProfiling;
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set2 | 63 61 Σήμα alarm χρόνου Profiling
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set2 | 63 61 Profiling time alarm
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set2 | 63 61 Profiling time alarm
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set2 | 63 61 Profiling time alarm
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set2 | 63 61 Profiling time alarm
|
/freebsd/contrib/tcsh/nls/et/ |
H A D | set2 | 63 61 Profiling time alarm
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfilePlugins.inc | 10 // Each plugin is responsible for collecting Value Profiling candidates for a
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 258 27 Profiling timer expired
|
H A D | fr_FR.ISO8859-1.msg | 240 27 Profiling timer expired
|
H A D | nl_NL.ISO8859-1.msg | 250 27 Profiling-wekker
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 147 "Enable Statistical Profiling extension">; 313 "Enable extra register in the Statistical Profiling Extension">;
|
H A D | AArch64SystemOperands.td | 1447 // v8.2a "Statistical Profiling extension" registers 1745 // Statistical Profiling Extension system register 1878 // v8.9a/9.4a Synchronous-Exception-Based Event Profiling extension (FEAT_SEBEP)
|
H A D | AArch64InstrInfo.td | 1227 // v8.2a Statistical Profiling extension
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 842 /* Value Profiling API linkage name. */
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 842 /* Value Profiling API linkage name. */
|
/freebsd/sys/conf/ |
H A D | NOTES | 312 # LOCK_PROFILING - Profiling locks. See LOCK_PROFILING(9) for details. 319 # Profiling for the callout(9) backend. 322 # Profiling for internal hash tables.
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 299 ### Profiling subsection
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 1414 // Lightweight Profiling Instructions
|