summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-28overlay: Write out the assumption for kernel-provided dataPetri Latvala1-0/+1
2018-06-06intel_gpu_overlay: Update for class:instance engine tracepointsTvrtko Ursulin1-8/+32
2018-03-16intel-gpu-overlay: Update for renamed tracepointsTvrtko Ursulin1-3/+3
2017-12-22overlay: parse tracepoints from sysfs to figure out fields' locationLionel Landwerlin1-38/+126
2017-11-22intel-gpu-overlay: Move local perf implementation to a libraryTvrtko Ursulin1-1/+2
2017-05-10overlay: Convert to per-context seqno trackingChris Wilson1-2/+4
2017-05-10overlay: Fixup new layout of tracepointsChris Wilson1-7/+17
2014-12-21overlay: Hide kworker threads in overviewChris Wilson1-0/+3
2013-08-29overlay: Monitor per-ring context switch rateChris Wilson1-7/+18
2013-08-27overlay: Read power from perf_eventsChris Wilson1-22/+1
2013-08-26overlay: Count number of semaphores used by each processChris Wilson1-0/+14
2013-08-23overlay: Search for right debugfs pathChris Wilson1-2/+2
2013-08-22overlay: Fill the blank charts with error messagesChris Wilson1-1/+3
2013-08-22overlay: Remove busy estimationChris Wilson1-54/+3
2013-08-20overlay: Add copyright statementsChris Wilson1-0/+24
2013-08-18overlay: Count flips per planeChris Wilson1-1/+3
2013-08-17overlay: Correct layout of ring/seqno in raw sampleChris Wilson1-2/+10
2013-08-17overlay: Accumulate busy timesChris Wilson1-20/+55
2013-08-17overlay: Couple wait begin/end events together to fix accountingChris Wilson1-2/+21
2013-08-17overlay: Perf output redirection must be done after mmap()Chris Wilson1-11/+14
2013-08-17overlay: Show per-process wait timesChris Wilson1-8/+47
2013-08-17overlay: Track requests per-processChris Wilson1-4/+57
2013-08-17overlay: Drop unused mmap/comm eventsChris Wilson1-2/+0
2013-08-17overlay: Constify perf ringbufferChris Wilson1-15/+14
2013-08-17overlay: Fix wraparound handling of perf ringbufferChris Wilson1-2/+2
2013-08-17overlay: Primitive integration with perfChris Wilson1-0/+270