Commit 63060df6 authored by Oak Zeng's avatar Oak Zeng Committed by Himal Prasad Ghimiray
Browse files
parent 758debf3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1659,6 +1659,7 @@ __xe_bo_create_locked(struct xe_device *xe,
		}
	}

	trace_xe_bo_create(bo);
	return bo;

err_unlock_put_bo:
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@ DEFINE_EVENT(xe_bo, xe_bo_validate,
	     TP_ARGS(bo)
);

DEFINE_EVENT(xe_bo, xe_bo_create,
	     TP_PROTO(struct xe_bo *bo),
	     TP_ARGS(bo)
);

TRACE_EVENT(xe_bo_move,
	    TP_PROTO(struct xe_bo *bo, uint32_t new_placement, uint32_t old_placement,
		     bool move_lacks_source),