Lines Matching defs:subsystem
159 "subsystem" // subsystem of the log message
413 " subsystem | // message's subsystem\n"
453 {LLDB_OPT_SET_ALL, false, "subsystem", 's', OptionParser::eNoArgument,
455 "Include the subsystem in the message header when displaying "
653 // subsystem |
1703 llvm::StringRef subsystem;
1704 if (event.GetValueForKeyAsString("subsystem", subsystem) &&
1705 !subsystem.empty()) {
1708 stream.PutCString("subsystem=");
1709 stream.PutCString(subsystem);