From: Chris Wilson Date: Wed, 19 Mar 2014 13:45:46 +0000 (+0000) Subject: drm/i915: Print how many objects are shared in per-process stats X-Git-Tag: v3.15-rc1~51^2~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67a17e972913e03e37d9f55d3bcd7bfc0404a37;p=pandora-kernel.git drm/i915: Print how many objects are shared in per-process stats The point of this measure is to gauge why a process has a lot of gem objects in uses and why. Especially for compositors it's interesting to know whether it's a leak of private objects or just a lot of use from buffers shared with clients. Signed-off-by: Chris Wilson Reviewed-by: Ben Widawsky [danvet: Add a bit of commit message flesh to address Ben's comment.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed