Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dkpc_thread.c207 thread->kpc_buf = kpc_counterbuf_alloc(); in kpc_thread_create()
230 thread->kpc_buf = kpc_counterbuf_alloc(); in kpc_thread_ast_handler()
H A Dkpc.h145 extern uint64_t *kpc_counterbuf_alloc(void);
H A Dkpc_common.c543 kpc_counterbuf_alloc(void) in kpc_counterbuf_alloc() function
/xnu-11417.121.6/tests/cpu_counters/
H A Dkpc_tests.c318 uint64_t *counts = kpc_counterbuf_alloc();
543 uint64_t *counts = kpc_counterbuf_alloc();
/xnu-11417.121.6/tests/ktrace/
H A Dkperf_tests.c689 uint64_t *counts = kpc_counterbuf_alloc();