pps: increase intel.cfg buffer size

Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Acked-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13996>
This commit is contained in:
Felix DeGrood 2021-12-07 11:03:53 -08:00 committed by Marge Bot
parent 2e3490dd0f
commit 1027655810
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ data_sources {
name: "linux.ftrace"
target_buffer: 0
ftrace_config {
buffer_size_kb: 16384
buffer_size_kb: 65536
drain_period_ms: 1000
ftrace_events: "scm/scm_call_start"
@ -83,3 +83,4 @@ data_sources {
duration_ms: 250
write_into_file: true
file_write_period_ms: 500
flush_period_ms: 500