Home
last modified time | relevance | path

Searched refs:SCALABLE_COUNTER_DECLARE (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dhost_statistics.h43 SCALABLE_COUNTER_DECLARE(vm_statistics_zero_fill_count); /* # of zero fill pages */
44 SCALABLE_COUNTER_DECLARE(vm_statistics_reactivations); /* # of pages reactivated */
45 SCALABLE_COUNTER_DECLARE(vm_statistics_pageins); /* # of pageins */
46 SCALABLE_COUNTER_DECLARE(vm_statistics_pageouts); /* # of pageouts */
47 SCALABLE_COUNTER_DECLARE(vm_statistics_faults); /* # of faults */
48 SCALABLE_COUNTER_DECLARE(vm_statistics_cow_faults); /* # of copy-on-writes */
49 SCALABLE_COUNTER_DECLARE(vm_statistics_lookups); /* object cache lookups */
50 SCALABLE_COUNTER_DECLARE(vm_statistics_hits); /* object cache hits */
51 SCALABLE_COUNTER_DECLARE(vm_statistics_purges); /* # of pages purged */
52 SCALABLE_COUNTER_DECLARE(vm_statistics_decompressions); /* # of pages decompressed */
[all …]
H A Dticket_lock.h358 SCALABLE_COUNTER_DECLARE(ticket_wflag_cleared);
359 SCALABLE_COUNTER_DECLARE(ticket_wflag_still);
360 SCALABLE_COUNTER_DECLARE(ticket_just_unlock);
361 SCALABLE_COUNTER_DECLARE(ticket_kick_count);
362 SCALABLE_COUNTER_DECLARE(ticket_wait_count);
363 SCALABLE_COUNTER_DECLARE(ticket_already_count);
364 SCALABLE_COUNTER_DECLARE(ticket_spin_count);
H A Dcounter.h118 #define SCALABLE_COUNTER_DECLARE(name) \ macro
H A Dkalloc.h1819 SCALABLE_COUNTER_DECLARE(kalloc_large_count);
1820 SCALABLE_COUNTER_DECLARE(kalloc_large_total);
/xnu-11215.1.10/bsd/kern/
H A Dkern_sysctl.c4852 SCALABLE_COUNTER_DECLARE(oslog_p_total_msgcount);
4853 SCALABLE_COUNTER_DECLARE(oslog_p_metadata_saved_msgcount);
4854 SCALABLE_COUNTER_DECLARE(oslog_p_metadata_dropped_msgcount);
4855 SCALABLE_COUNTER_DECLARE(oslog_p_signpost_saved_msgcount);
4856 SCALABLE_COUNTER_DECLARE(oslog_p_signpost_dropped_msgcount);
4857 SCALABLE_COUNTER_DECLARE(oslog_p_error_count);
4858 SCALABLE_COUNTER_DECLARE(oslog_p_error_count);
4859 SCALABLE_COUNTER_DECLARE(oslog_p_saved_msgcount);
4860 SCALABLE_COUNTER_DECLARE(oslog_p_dropped_msgcount);
4861 SCALABLE_COUNTER_DECLARE(oslog_p_boot_dropped_msgcount);
[all …]
/xnu-11215.1.10/libkern/os/
H A Dlog.c1205 SCALABLE_COUNTER_DECLARE(oslog_p_fmt_invalid_msgcount);
1206 SCALABLE_COUNTER_DECLARE(oslog_p_fmt_max_args_msgcount);
1207 SCALABLE_COUNTER_DECLARE(oslog_p_truncated_msgcount);
1208 SCALABLE_COUNTER_DECLARE(log_queue_cnt_received);
/xnu-11215.1.10/bsd/vm/
H A Dvm_unix.c2199 SCALABLE_COUNTER_DECLARE(vm_page_grab_count);