Lines Matching defs:enabled
370 /// It is valid to run the enable command when logging is already enabled.
437 "target program's stderr. When DarwinLog is enabled, we shut off "
566 StructuredData::DictionarySP BuildConfigurationData(bool enabled) {
569 // Set the basic enabled state.
570 config_sp->AddBooleanItem("enabled", enabled);
573 if (!enabled)
780 // Save off enabled configuration so we can apply these parsed options
820 // is insurance to assure us that logging is really enabled. Requesting
821 // that logging be enabled for a process before libtrace is initialized
840 // Our configuration succeeded, so we're enabled/disabled per whichever
862 " and enabled.",
882 const bool enabled =
886 stream.Printf("Enabled: %s\n", enabled ? "true" : "false");
1099 // Broadcast the structured data event if we have that enabled. This is the
1212 void StructuredDataDarwinLog::SetEnabled(bool enabled) {
1213 m_is_enabled = enabled;
1225 // We're neither auto-enabled or explicitly enabled, so we shouldn't try to
1229 "enabled (process uid %u)",
1298 // It hurts much more if we don't get the logging enabled when the user
1399 // If DarwinLog is not enabled (either by explicit user command or via the
1403 // Nothing to do, DarwinLog is not enabled.
1821 // We've previously been enabled. We will re-enable now with the previously