H A D | gruprocfs.c | 33 #define printstat(s, f) printstat_val(s, &gru_stats.f, #f) macro 44 printstat(s, vdata_alloc); statistics_show() 45 printstat(s, vdata_free); statistics_show() 46 printstat(s, gts_alloc); statistics_show() 47 printstat(s, gts_free); statistics_show() 48 printstat(s, gms_alloc); statistics_show() 49 printstat(s, gms_free); statistics_show() 50 printstat(s, gts_double_allocate); statistics_show() 51 printstat(s, assign_context); statistics_show() 52 printstat(s, assign_context_failed); statistics_show() 53 printstat(s, free_context); statistics_show() 54 printstat(s, load_user_context); statistics_show() 55 printstat(s, load_kernel_context); statistics_show() 56 printstat(s, lock_kernel_context); statistics_show() 57 printstat(s, unlock_kernel_context); statistics_show() 58 printstat(s, steal_user_context); statistics_show() 59 printstat(s, steal_kernel_context); statistics_show() 60 printstat(s, steal_context_failed); statistics_show() 61 printstat(s, nopfn); statistics_show() 62 printstat(s, asid_new); statistics_show() 63 printstat(s, asid_next); statistics_show() 64 printstat(s, asid_wrap); statistics_show() 65 printstat(s, asid_reuse); statistics_show() 66 printstat(s, intr); statistics_show() 67 printstat(s, intr_cbr); statistics_show() 68 printstat(s, intr_tfh); statistics_show() 69 printstat(s, intr_spurious); statistics_show() 70 printstat(s, intr_mm_lock_failed); statistics_show() 71 printstat(s, call_os); statistics_show() 72 printstat(s, call_os_wait_queue); statistics_show() 73 printstat(s, user_flush_tlb); statistics_show() 74 printstat(s, user_unload_context); statistics_show() 75 printstat(s, user_exception); statistics_show() 76 printstat(s, set_context_option); statistics_show() 77 printstat(s, check_context_retarget_intr); statistics_show() 78 printstat(s, check_context_unload); statistics_show() 79 printstat(s, tlb_dropin); statistics_show() 80 printstat(s, tlb_preload_page); statistics_show() 81 printstat(s, tlb_dropin_fail_no_asid); statistics_show() 82 printstat(s, tlb_dropin_fail_upm); statistics_show() 83 printstat(s, tlb_dropin_fail_invalid); statistics_show() 84 printstat(s, tlb_dropin_fail_range_active); statistics_show() 85 printstat(s, tlb_dropin_fail_idle); statistics_show() 86 printstat(s, tlb_dropin_fail_fmm); statistics_show() 87 printstat(s, tlb_dropin_fail_no_exception); statistics_show() 88 printstat(s, tfh_stale_on_fault); statistics_show() 89 printstat(s, mmu_invalidate_range); statistics_show() 90 printstat(s, mmu_invalidate_page); statistics_show() 91 printstat(s, flush_tlb); statistics_show() 92 printstat(s, flush_tlb_gru); statistics_show() 93 printstat(s, flush_tlb_gru_tgh); statistics_show() 94 printstat(s, flush_tlb_gru_zero_asid); statistics_show() 95 printstat(s, copy_gpa); statistics_show() 96 printstat(s, read_gpa); statistics_show() 97 printstat(s, mesq_receive); statistics_show() 98 printstat(s, mesq_receive_none); statistics_show() 99 printstat(s, mesq_send); statistics_show() 100 printstat(s, mesq_send_failed); statistics_show() 101 printstat(s, mesq_noop); statistics_show() 102 printstat(s, mesq_send_unexpected_error); statistics_show() 103 printstat(s, mesq_send_lb_overflow); statistics_show() 104 printstat(s, mesq_send_qlimit_reached); statistics_show() 105 printstat(s, mesq_send_amo_nacked); statistics_show() 106 printstat(s, mesq_send_put_nacked); statistics_show() 107 printstat(s, mesq_qf_locked); statistics_show() 108 printstat(s, mesq_qf_noop_not_full); statistics_show() 109 printstat(s, mesq_qf_switch_head_failed); statistics_show() 110 printstat(s, mesq_qf_unexpected_error); statistics_show() 111 printstat(s, mesq_noop_unexpected_error); statistics_show() 112 printstat(s, mesq_noop_lb_overflow); statistics_show() 113 printstat(s, mesq_noop_qlimit_reached); statistics_show() 114 printstat(s, mesq_noop_amo_nacked); statistics_show() 115 printstat(s, mesq_noop_put_nacked); statistics_show() 116 printstat(s, mesq_noop_page_overflow); statistics_show()
|