Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/osfmk/kperf/
H A Dlazy.c109 struct kperf_sample *sample = kperf_intr_sample_buffer(); in kperf_lazy_wait_sample() local
156 struct kperf_sample *sample = kperf_intr_sample_buffer(); in kperf_lazy_cpu_sample() local
H A Daction.c66 uint32_t sample; member
437 struct kperf_sample *sample = NULL; in kperf_kdebug_handler() local
H A Dpet.c200 struct kperf_sample *sample = kperf_intr_sample_buffer(); in kppet_on_cpu() local
/xnu-11417.101.15/osfmk/prng/
H A Dentropy.c180 entropy_analysis_store(entropy_sample_t sample) in entropy_analysis_store()
236 entropy_sample_t sample = (entropy_sample_t)ml_get_timebase_entropy(); in entropy_collect() local
/xnu-11417.101.15/osfmk/kern/
H A Dtelemetry.c619 struct _telemetry_kernel_sample *sample) in _telemetry_kernel_snapshot()
710 struct _telemetry_kernel_sample sample = { 0 }; in telemetry_kernel_gather() local
H A Dbtlog.c1359 btlog_create(btlog_type_t type, uint32_t count, uint32_t sample) in btlog_create()