You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
508 B

# 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
}