summaryrefslogtreecommitdiff
path: root/overlay
AgeCommit message (Expand)AuthorFilesLines
2013-08-20overlay: Fix display of rc6 statesChris Wilson1-8/+9
2013-08-20overlay: Add copyright statementsChris Wilson27-0/+713
2013-08-20overlay: Use the new i915 PMU to query GPU busynessChris Wilson2-50/+216
2013-08-20overlay: Take a snapshot on SIGUSR1Chris Wilson1-0/+17
2013-08-20overlay: Include gpu-perf.h for distributionDamien Lespiau1-0/+1
2013-08-20overlay: Sample power every secondChris Wilson1-1/+1
2013-08-20overlay: use rc6_enable to drop useless informationChris Wilson3-8/+28
2013-08-20overlay: Fix counting failChris Wilson2-2/+2
2013-08-20overlay: Add graph for GPU power consumptionChris Wilson7-49/+186
2013-08-20overlay: Add rc6 residencyChris Wilson4-1/+133
2013-08-19overlay: Wrap the colour index around the rgba arrayChris Wilson1-1/+1
2013-08-19overlay: Add missing include "debugfs.h"Chris Wilson1-1/+2
2013-08-19overlay: Auatomatically mount debugfsChris Wilson4-0/+26
2013-08-19overlay: Tweak label locations to include baseline offset.Chris Wilson1-4/+4
2013-08-18overlay: Add a X11 window backendChris Wilson4-0/+220
2013-08-18overlay: Tweak a couple of the fill colours to be slightly less horridChris Wilson1-2/+2
2013-08-18overlay: Don't smooth gpu freqChris Wilson3-4/+25
2013-08-18overlay: Remove the double ':' from object comm namesChris Wilson1-1/+1
2013-08-18overlay: Use a more compact 2x2 layout for the graphsChris Wilson1-39/+25
2013-08-18overlay: Rearrange GUI stateChris Wilson3-91/+89
2013-08-18overlay: Print min/max GPU frequencies.Chris Wilson3-1/+8
2013-08-18overlay: Convert gem objects to megabytesChris Wilson1-4/+7
2013-08-18overlay: Parse gem objectsChris Wilson3-27/+203
2013-08-18overlay: Add GPU frequencyChris Wilson5-1/+158
2013-08-18overlay: Include CPU usage in the overview chartChris Wilson4-3/+85
2013-08-18overlay: Count flips per planeChris Wilson3-4/+21
2013-08-17overlay: Improve the horizontal fit of the chartsChris Wilson1-2/+2
2013-08-17overlay: Correct layout of ring/seqno in raw sampleChris Wilson2-2/+11
2013-08-17overlay: Accumulate busy timesChris Wilson3-26/+83
2013-08-17overlay: Couple wait begin/end events together to fix accountingChris Wilson3-3/+38
2013-08-17overlay: Perf output redirection must be done after mmap()Chris Wilson1-11/+14
2013-08-17overlay: Show per-process wait timesChris Wilson4-11/+68
2013-08-17overlay: Graph per-process requests over timeChris Wilson4-7/+102
2013-08-17overlay: Track requests per-processChris Wilson3-35/+150
2013-08-17overlay: Drop unused mmap/comm eventsChris Wilson1-2/+0
2013-08-17overlay: Constify perf ringbufferChris Wilson2-16/+15
2013-08-17overlay: Fix wraparound handling of perf ringbufferChris Wilson1-2/+2
2013-08-17overlay: Primitive integration with perfChris Wilson4-1/+321
2013-08-17overlay: Show GPU waitsChris Wilson3-20/+82
2013-08-17Introduce intel-gpu-overlayChris Wilson19-0/+1751