mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/xe: Remove unused GT TLB invalidation trace points
Remove unused GT TLB invalidation trace points after converting to used GT TLB invalidation jobs. The trace points removed were used during early bring up of unstable driver, with a stable driver no need to replace with new tracepoints. Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Stuart Summers <stuart.summers@intel.com> Link: https://lore.kernel.org/r/20250724191216.4076566-8-matthew.brost@intel.com
This commit is contained in:
parent
b8d5779eee
commit
51330ba66c
|
|
@ -45,22 +45,6 @@ DECLARE_EVENT_CLASS(xe_gt_tlb_invalidation_fence,
|
|||
__get_str(dev), __entry->fence, __entry->seqno)
|
||||
);
|
||||
|
||||
DEFINE_EVENT(xe_gt_tlb_invalidation_fence, xe_gt_tlb_invalidation_fence_create,
|
||||
TP_PROTO(struct xe_device *xe, struct xe_gt_tlb_invalidation_fence *fence),
|
||||
TP_ARGS(xe, fence)
|
||||
);
|
||||
|
||||
DEFINE_EVENT(xe_gt_tlb_invalidation_fence,
|
||||
xe_gt_tlb_invalidation_fence_work_func,
|
||||
TP_PROTO(struct xe_device *xe, struct xe_gt_tlb_invalidation_fence *fence),
|
||||
TP_ARGS(xe, fence)
|
||||
);
|
||||
|
||||
DEFINE_EVENT(xe_gt_tlb_invalidation_fence, xe_gt_tlb_invalidation_fence_cb,
|
||||
TP_PROTO(struct xe_device *xe, struct xe_gt_tlb_invalidation_fence *fence),
|
||||
TP_ARGS(xe, fence)
|
||||
);
|
||||
|
||||
DEFINE_EVENT(xe_gt_tlb_invalidation_fence, xe_gt_tlb_invalidation_fence_send,
|
||||
TP_PROTO(struct xe_device *xe, struct xe_gt_tlb_invalidation_fence *fence),
|
||||
TP_ARGS(xe, fence)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user