Home
last modified time | relevance | path

Searched refs:cpu_counters (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/cpu_counters/
H A DMakefile1 cpu_counters/cpc_security_tests: OTHER_LDFLAGS += -framework kperf -framework kperfdata
2 cpu_counters/cpc_security_tests: OTHER_CFLAGS += -Wno-format-nonliteral
4 cpu_counters/kpc_tests: OTHER_CFLAGS += -Wno-declaration-after-statement -I ktrace
5 cpu_counters/kpc_tests: OTHER_LDFLAGS += -framework ktrace -framework kperf -framework kperfdata -l…
6 cpu_counters/kpc_tests: INVALID_ARCHS = i386
7 cpu_counters/kpc_tests: CODE_SIGN_ENTITLEMENTS = stackshot-entitlements.plist
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c128 __unused struct perfcontrol_cpu_counters *cpu_counters, __unused void *unused) in sched_perfcontrol_csw_default() argument
322 machine_switch_populate_perfcontrol_cpu_counters(struct perfcontrol_cpu_counters *cpu_counters) in machine_switch_populate_perfcontrol_cpu_counters() argument
325 mt_perfcontrol(&cpu_counters->instructions, &cpu_counters->cycles); in machine_switch_populate_perfcontrol_cpu_counters()
327 cpu_counters->instructions = 0; in machine_switch_populate_perfcontrol_cpu_counters()
328 cpu_counters->cycles = 0; in machine_switch_populate_perfcontrol_cpu_counters()
430 struct perfcontrol_cpu_counters cpu_counters; in machine_switch_perfcontrol_context() local
435 machine_switch_populate_perfcontrol_cpu_counters(&cpu_counters); in machine_switch_perfcontrol_context()
442 &offcore, &oncore, &cpu_counters, NULL); in machine_switch_perfcontrol_context()
H A Dmachine_routines.h1066 struct perfcontrol_cpu_counters *cpu_counters, __unused void *unused);
/xnu-11215/doc/observability/
H A Drecount.md125 - <doc:cpu_counters>
/xnu-11215/tests/
H A DMakefile96 INCLUDED_TEST_SOURCE_DIRS += cpu_counters
97 include cpu_counters/Makefile