Home
last modified time | relevance | path

Searched refs:SCALABLE_COUNTER_DEFINE (Results 1 – 12 of 12) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_log.c53 SCALABLE_COUNTER_DEFINE(oslog_e_log_count);
54 SCALABLE_COUNTER_DEFINE(oslog_e_log_dropped_count);
55 SCALABLE_COUNTER_DEFINE(oslog_e_metadata_count);
56 SCALABLE_COUNTER_DEFINE(oslog_e_metadata_dropped_count);
57 SCALABLE_COUNTER_DEFINE(oslog_e_signpost_count);
58 SCALABLE_COUNTER_DEFINE(oslog_e_signpost_dropped_count);
59 SCALABLE_COUNTER_DEFINE(oslog_e_query_count);
60 SCALABLE_COUNTER_DEFINE(oslog_e_error_query_count);
H A Dhost.c119 SCALABLE_COUNTER_DEFINE(vm_statistics_zero_fill_count); /* # of zero fill pages */
120 SCALABLE_COUNTER_DEFINE(vm_statistics_reactivations); /* # of pages reactivated */
121 SCALABLE_COUNTER_DEFINE(vm_statistics_pageins); /* # of pageins */
122 SCALABLE_COUNTER_DEFINE(vm_statistics_pageouts); /* # of pageouts */
123 SCALABLE_COUNTER_DEFINE(vm_statistics_faults); /* # of faults */
124 SCALABLE_COUNTER_DEFINE(vm_statistics_cow_faults); /* # of copy-on-writes */
125 SCALABLE_COUNTER_DEFINE(vm_statistics_lookups); /* object cache lookups */
126 SCALABLE_COUNTER_DEFINE(vm_statistics_hits); /* object cache hits */
127 SCALABLE_COUNTER_DEFINE(vm_statistics_purges); /* # of pages purged */
128 SCALABLE_COUNTER_DEFINE(vm_statistics_decompressions); /* # of pages decompressed */
[all …]
H A Dlock_ticket.c406 SCALABLE_COUNTER_DEFINE(ticket_wflag_cleared);
407 SCALABLE_COUNTER_DEFINE(ticket_wflag_still);
408 SCALABLE_COUNTER_DEFINE(ticket_just_unlock);
409 SCALABLE_COUNTER_DEFINE(ticket_kick_count);
410 SCALABLE_COUNTER_DEFINE(ticket_wait_count);
411 SCALABLE_COUNTER_DEFINE(ticket_already_count);
412 SCALABLE_COUNTER_DEFINE(ticket_spin_count);
H A Dcounter.h130 #define SCALABLE_COUNTER_DEFINE(name) \ macro
H A Decc_logging.c124 SCALABLE_COUNTER_DEFINE(mcc_dropped_events);
H A Dtimer_call.c118 SCALABLE_COUNTER_DEFINE(timer_scan_pauses_cnt);
124 SCALABLE_COUNTER_DEFINE(timer_scan_postpones_cnt);
H A Dkalloc.c89 SCALABLE_COUNTER_DEFINE(kalloc_large_count);
90 SCALABLE_COUNTER_DEFINE(kalloc_large_total);
/xnu-10063.141.1/libkern/os/
H A Dlog_queue.c127 SCALABLE_COUNTER_DEFINE(log_queue_cnt_received);
128 SCALABLE_COUNTER_DEFINE(log_queue_cnt_rejected_fh);
129 SCALABLE_COUNTER_DEFINE(log_queue_cnt_queued);
130 SCALABLE_COUNTER_DEFINE(log_queue_cnt_sent);
131 SCALABLE_COUNTER_DEFINE(log_queue_cnt_dropped_nomem);
132 SCALABLE_COUNTER_DEFINE(log_queue_cnt_dropped_off);
133 SCALABLE_COUNTER_DEFINE(log_queue_cnt_mem_allocated);
134 SCALABLE_COUNTER_DEFINE(log_queue_cnt_mem_released);
135 SCALABLE_COUNTER_DEFINE(log_queue_cnt_mem_failed);
H A Dlog.c84 SCALABLE_COUNTER_DEFINE(oslog_p_total_msgcount);
85 SCALABLE_COUNTER_DEFINE(oslog_p_metadata_saved_msgcount);
86 SCALABLE_COUNTER_DEFINE(oslog_p_metadata_dropped_msgcount);
87 SCALABLE_COUNTER_DEFINE(oslog_p_signpost_saved_msgcount);
88 SCALABLE_COUNTER_DEFINE(oslog_p_signpost_dropped_msgcount);
89 SCALABLE_COUNTER_DEFINE(oslog_p_error_count);
90 SCALABLE_COUNTER_DEFINE(oslog_p_saved_msgcount);
91 SCALABLE_COUNTER_DEFINE(oslog_p_dropped_msgcount);
92 SCALABLE_COUNTER_DEFINE(oslog_p_boot_dropped_msgcount);
93 SCALABLE_COUNTER_DEFINE(oslog_p_coprocessor_total_msgcount);
[all …]
H A Dlog_encode.c50 SCALABLE_COUNTER_DEFINE(oslog_p_fmt_invalid_msgcount);
51 SCALABLE_COUNTER_DEFINE(oslog_p_fmt_max_args_msgcount);
52 SCALABLE_COUNTER_DEFINE(oslog_p_truncated_msgcount);
/xnu-10063.141.1/bsd/kern/
H A Dsubr_log_stream.c134 SCALABLE_COUNTER_DEFINE(oslog_s_total_msgcount);
135 SCALABLE_COUNTER_DEFINE(oslog_s_metadata_msgcount);
136 SCALABLE_COUNTER_DEFINE(oslog_s_streamed_msgcount);
137 SCALABLE_COUNTER_DEFINE(oslog_s_dropped_msgcount);
138 SCALABLE_COUNTER_DEFINE(oslog_s_error_count);
H A Dcounter_test.c49 SCALABLE_COUNTER_DEFINE(test_static_scalable_counter);