Searched refs:samples (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/osfmk/prng/ |
| H A D | entropy.c | 58 entropy_sample_t samples[ENTROPY_MAX_SAMPLE_COUNT]; member 237 e->samples[sample_count] = sample; in entropy_collect() 277 entropy_filter(uint32_t sample_count, entropy_sample_t *samples, __assert_only uint32_t filter_coun… in entropy_filter() argument 301 entropy_sample_t prev_1st_differential = samples[1] - samples[0]; in entropy_filter() 304 entropy_sample_t curr_1st_differential = samples[i] - samples[i - 1]; in entropy_filter() 441 entropy_health_test(uint32_t sample_count, entropy_sample_t *samples, __assert_only uint32_t filter… in entropy_health_test() argument 458 entropy_sample_t observation = samples[i] & 0xff; in entropy_health_test() 505 …uint32_t filtered_sample_count = entropy_filter(cpu_sample_count, e->samples, ENTROPY_MAX_FILTER_C… in entropy_provide() 515 …health_test_result_t cpu_health_test_result = entropy_health_test(cpu_sample_count, e->samples, EN… in entropy_provide() 523 SHA512_Update(&entropy_data.sha512_ctx, e->samples, cpu_sample_count * sizeof(e->samples[0])); in entropy_provide()
|
| H A D | entropy.h | 76 uint32_t entropy_filter(uint32_t sample_count, entropy_sample_t *samples, uint32_t filter_count, bi…
|
| /xnu-11215/doc/observability/ |
| H A D | cpu_counters.md | 23 … use PMIs from these counters to trigger kperf samples and counter values can be recorded in kperf… 40 - The kperf profiling system can trigger samples of thread states and call stacks using CPMU PMIs, …
|
| /xnu-11215/osfmk/mach/ |
| H A D | prof.defs | 126 simpleroutine samples( 128 samples : sample_array_t); 132 samples : sample_array_t;
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOKernelReportStructs.h | 84 uint64_t samples; member
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOKernelReportStructs.h | 84 uint64_t samples; member
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_kills.md | 61 …tus_thread` kills the process with the lowest jetsam priority and resets the phantom cache samples.
|