1request_id: 1 2 session_config { 3 buffers { 4 pages: 16384 5 } 6 } 7 plugin_configs { 8 plugin_name: "ftrace-plugin" 9 sample_interval: 1000 10 config_data { 11 ftrace_events: "sched/sched_switch" 12 ftrace_events: "sched/sched_blocked_reason" 13 buffer_size_kb: 20480 14 flush_interval_ms: 1000 15 flush_threshold_kb: 4096 16 parse_ksyms: true 17 clock: "boot" 18 trace_period_ms: 200 19 debug_on: false 20 } 21 }