Home
last modified time | relevance | path

Searched refs:profiling (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.1.9/SETUP/config/
H A Dexterns.c63 int profiling = 0; variable
H A Dmkmakefile.c197 if (profiling) { in makefile()
221 if (profiling && strncmp(line, "COPTS=", 6) == 0) { in makefile()
608 if (eq(devorprof, "profiling-routine") && profiling == 0) { in read_files()
762 if (profiling && (strncmp(line, "LIBS=", 5) == 0)) { in do_machdep()
906 if (!profiling) { in do_rules()
H A Dconfig.h159 extern int profiling;
H A Dmain.c105 profiling++; in main()
/xnu-12377.1.9/doc/observability/
H A Dcpu_counters.md40 - The kperf profiling system can trigger samples of thread states and call stacks using CPMU PMIs, …
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md256 aren’t cached or too many temporary objects are created. Simple profiling is similar to collecting
278 [... profiling output ...]
/xnu-12377.1.9/config/
H A DMASTER101 options PROFILE # kernel profiling # <profile>
159 profile # build a profiling kernel # <profile>
/xnu-12377.1.9/bsd/conf/
H A Dfiles17 OPTIONS/profiling optional profiling
/xnu-12377.1.9/makedefs/
H A DMakeInc.kernel320 # the LAST segment is mapped read-only on arm, so if we include llvm profiling
/xnu-12377.1.9/
H A DREADME.md21 * `tools` - A set of utilities for testing, debugging and profiling kernel.