- May 10, 2017
-
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Feb 23, 2017
-
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Dec 21, 2014
-
-
Chris Wilson authored
The kworker threads are used for flip handling and other non-userspace driver tasks. They are non-blocking and so do not impact upon how userspace performs, but they do obscure that information in the overview. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Aug 29, 2013
-
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Aug 26, 2013
-
-
Chris Wilson authored
This required me to contract the per-process information considerably, hopefully readability is not sacrificed too much. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Aug 22, 2013
-
-
Chris Wilson authored
Instead of showing nothing, show a "space left intentionally blank" message. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Too inaccurate to be useful. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Aug 20, 2013
-
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Aug 18, 2013
-
-
Chris Wilson authored
Stop the misleading double-accounting of flips when we have multiple displays active. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Aug 17, 2013
-
-
Chris Wilson authored
For seqno completion, the events are too coarse i.e. one event may signal the completion of a few seqno. We will need to sort the events to properly compute the busy times. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Still a little too course as we add multiple overlapping seqnos and waits. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Since the events may be processed out of order (due to per-cpu ringbuffers) we need to be careful to associated wait pairs in order to compute the correct elapsed time. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
We can now record when a pageflip occurs by listening for the flip tracepoint. Merely proof of principle at this point. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-