mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 01:30:36 +02:00
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:
parent
5154a0831e
commit
e1e57ea287
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue