Re: [Intel-gfx] [PATCH 2/5] drm/i915: Add a tracepoint for the shrinker

2015-10-07 Thread Daniel Vetter
On Tue, Oct 06, 2015 at 02:16:56PM +0100, Chris Wilson wrote: > On Tue, Oct 06, 2015 at 02:54:25PM +0200, Daniel Vetter wrote: > > On Thu, Oct 01, 2015 at 12:18:26PM +0100, Chris Wilson wrote: > > > Often it is very useful to know why we suddenly purge vast tracts of > > > memory and surprisingly u

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Add a tracepoint for the shrinker

2015-10-06 Thread Chris Wilson
On Tue, Oct 06, 2015 at 02:54:25PM +0200, Daniel Vetter wrote: > On Thu, Oct 01, 2015 at 12:18:26PM +0100, Chris Wilson wrote: > > Often it is very useful to know why we suddenly purge vast tracts of > > memory and surprisingly up until now we didn't even have a tracepoint > > for when we shrink ou

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Add a tracepoint for the shrinker

2015-10-06 Thread Daniel Vetter
On Thu, Oct 01, 2015 at 12:18:26PM +0100, Chris Wilson wrote: > Often it is very useful to know why we suddenly purge vast tracts of > memory and surprisingly up until now we didn't even have a tracepoint > for when we shrink our memory. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i9

[Intel-gfx] [PATCH 2/5] drm/i915: Add a tracepoint for the shrinker

2015-10-01 Thread Chris Wilson
Often it is very useful to know why we suddenly purge vast tracts of memory and surprisingly up until now we didn't even have a tracepoint for when we shrink our memory. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_shrinker.c | 2 ++ drivers/gpu/drm/i915/i915_trace.h| 2