mesa/src/tool/pps/cfg/amd.cfg
Saroj Kumar 05206f314c radeonsi: Add tracepoints in radeonsi driver
Add initialization code for u_trace and tracepoints in the
driver code.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23664>
2023-10-19 16:16:16 +00:00

25 lines
377 B
INI

buffers {
size_kb: 16384
fill_policy: RING_BUFFER
}
data_sources {
config {
name: "gpu.renderstages.amd"
}
}
data_sources {
config {
name: "track_event"
track_event_config {
enabled_categories: "mesa.default"
enabled_categories: "mesa.slow"
}
}
}
duration_ms: 2000
write_into_file: true
file_write_period_ms: 500
flush_period_ms: 500