pps: Enable memory traces

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28058>
This commit is contained in:
Rob Clark 2024-03-07 14:10:05 -08:00 committed by Marge Bot
parent 5154a0831e
commit e1e57ea287

View file

@ -18,6 +18,12 @@ data_sources {
}
}
data_sources {
config {
name: "gpu.memory.msm"
}
}
data_sources {
config {
name: "gpu.counters.i915"
@ -66,6 +72,7 @@ data_sources {
ftrace_events: "dma_fence/dma_fence_emit"
ftrace_events: "dma_fence/dma_fence_init"
ftrace_events: "dma_fence/dma_fence_wait_end"
ftrace_events: "gpu_mem/gpu_mem_total"
ftrace_events: "clock_disable"
ftrace_events: "clock_enable"
ftrace_events: "clock_set_rate"