blob: f1be42aa7e046d906273f9434a570d86815e7c59 [file] [edit]
package: "perfetto.flags"
container: "system"
flag {
name: "test_read_only_flag"
namespace: "perfetto"
description: "A test flag for verifying that support for read-only flags in Perfetto works correctly."
bug: "433766726"
is_fixed_read_only: true
}
flag {
name: "use_lockfree_taskrunner"
namespace: "perfetto"
description: "Controls whether base::MaybeLockFreeTaskRunner will use the battle-tested base::UnixTaskRunner or the new base::UnixTaskRunner"
bug: "441118768"
is_fixed_read_only: true
}
flag {
name: "buffer_clone_preserve_read_iter"
namespace: "perfetto"
description: "Controls whether TraceBuffer::CloneReadOnly() will preserve the read state (true, new behavior) or clear it (false, legacy behavior)."
bug: "448604718"
is_fixed_read_only: true
}
flag {
name: "use_unix_socket_inotify"
namespace: "perfetto"
description: "Enables immediate reconnection to traced in case of crash or disconnection using inotify"
bug: "445943111"
is_fixed_read_only: true
}
flag {
name: "trigger_perfetto_on_traced_probes_disconnect"
namespace: "perfetto"
description: "When enabled, traced fires a trigger when traced_probes disconnects, allowing pre-configured trace sessions to capture crash diagnostics."
bug: "496506220"
is_fixed_read_only: true
}
flag {
name: "use_anon_rss_in_watchdog"
namespace: "perfetto"
description: "Use anonymous RSS (/proc/self/statm) instead of total RSS (/proc/self/stat) for the watchdog memory guardrail"
bug: "540573436"
is_fixed_read_only: true
}