Symbol: xe_gt_stats_incr
drivers/gpu/drm/xe/xe_gt_stats.h
19
void xe_gt_stats_incr(struct xe_gt *gt, const enum xe_gt_stats_id id, int incr);
drivers/gpu/drm/xe/xe_guc_tlb_inval.c
108
xe_gt_stats_incr(gt, XE_GT_STATS_ID_PRL_ISSUED_COUNT, 1);
drivers/gpu/drm/xe/xe_guc_tlb_inval.c
33
xe_gt_stats_incr(gt, XE_GT_STATS_ID_TLB_INVAL, 1);
drivers/gpu/drm/xe/xe_hw_engine_group.c
219
xe_gt_stats_incr(q->gt, XE_GT_STATS_ID_HW_ENGINE_GROUP_SUSPEND_LR_QUEUE_COUNT, 1);
drivers/gpu/drm/xe/xe_hw_engine_group.c
221
xe_gt_stats_incr(q->gt,
drivers/gpu/drm/xe/xe_hw_engine_group.c
239
xe_gt_stats_incr(gt,
drivers/gpu/drm/xe/xe_hw_engine_group.c
274
xe_gt_stats_incr(q->gt, XE_GT_STATS_ID_HW_ENGINE_GROUP_WAIT_DMA_QUEUE_COUNT, 1);
drivers/gpu/drm/xe/xe_hw_engine_group.c
285
xe_gt_stats_incr(gt,
drivers/gpu/drm/xe/xe_page_reclaim.h
94
xe_gt_stats_incr(__gt, XE_GT_STATS_ID_PRL_ABORTED_COUNT, 1); \
drivers/gpu/drm/xe/xe_pagefault.c
82
xe_gt_stats_incr(gt, XE_GT_STATS_ID_VMA_PAGEFAULT_COUNT, 1);
drivers/gpu/drm/xe/xe_pagefault.c
83
xe_gt_stats_incr(gt, XE_GT_STATS_ID_VMA_PAGEFAULT_KB,
drivers/gpu/drm/xe/xe_pt.c
1610
xe_gt_stats_incr(gt, XE_GT_STATS_ID_PRL_4K_ENTRY_COUNT, 1);
drivers/gpu/drm/xe/xe_pt.c
1614
xe_gt_stats_incr(gt, XE_GT_STATS_ID_PRL_64K_ENTRY_COUNT, 1);
drivers/gpu/drm/xe/xe_pt.c
1618
xe_gt_stats_incr(gt, XE_GT_STATS_ID_PRL_2M_ENTRY_COUNT, 1);
drivers/gpu/drm/xe/xe_svm.c
1142
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_4K_##stat##_COUNT, 1); \
drivers/gpu/drm/xe/xe_svm.c
1145
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_64K_##stat##_COUNT, 1); \
drivers/gpu/drm/xe/xe_svm.c
1148
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_2M_##stat##_COUNT, 1); \
drivers/gpu/drm/xe/xe_svm.c
1166
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_4K_##stat##_US, \
drivers/gpu/drm/xe/xe_svm.c
1170
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_64K_##stat##_US, \
drivers/gpu/drm/xe/xe_svm.c
1174
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_2M_##stat##_US, \
drivers/gpu/drm/xe/xe_svm.c
1212
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_PAGEFAULT_COUNT, 1);
drivers/gpu/drm/xe/xe_svm.c
149
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_TLB_INVAL_COUNT, 1);
drivers/gpu/drm/xe/xe_svm.c
220
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_TLB_INVAL_US, us_delta);
drivers/gpu/drm/xe/xe_svm.c
485
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_DEVICE_COPY_KB, kb);
drivers/gpu/drm/xe/xe_svm.c
487
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_CPU_COPY_KB, kb);
drivers/gpu/drm/xe/xe_svm.c
500
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_4K_DEVICE_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
504
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_64K_DEVICE_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
508
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_2M_DEVICE_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
512
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_DEVICE_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
517
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_4K_CPU_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
521
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_64K_CPU_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
525
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_2M_CPU_COPY_US,
drivers/gpu/drm/xe/xe_svm.c
529
xe_gt_stats_incr(gt, XE_GT_STATS_ID_SVM_CPU_COPY_US,