| # The trigger_timeout_ms on this config is much too long and so the config | |
| # should be rejected by the service. This is useful for testing bugs that | |
| # occur when the service rejects a config. | |
| buffers { | |
| size_kb: 65536 | |
| fill_policy: RING_BUFFER | |
| } | |
| data_sources { | |
| config { | |
| name: "linux.ftrace" | |
| target_buffer: 0 | |
| ftrace_config { | |
| ftrace_events: "sched_switch" | |
| } | |
| } | |
| } | |
| trigger_config { | |
| trigger_mode: START_TRACING | |
| triggers: { | |
| name: "foo" | |
| } | |
| trigger_timeout_ms: 900000000 | |
| } | |