mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 10:28:11 +02:00
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>
25 lines
377 B
INI
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
|