| /misc/debug_tools/acrn_crashlog/acrnprobe/images/ |
| A D | crash-config.dot | 4 "level 1" -> "level 2" -> "level 3"; 13 { rank = same; "level 1"; c1; c5;} 14 { rank = same; "level 2"; c2; c4;} 15 { rank = same; "level 3"; c3;}
|
| A D | crash-match.dot | 4 "level 1" -> "level 2" -> "level 3"; 12 { rank = same; "level 1"; c1;} 13 { rank = same; "level 2"; c2; c4;} 14 { rank = same; "level 3"; c3;}
|
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | log_sys.h | 12 void debug_log(int level, const char *func, int line, ...); 29 #define ac_log(level, ...) \ argument 31 if (level <= LOG_LEVEL) \ 32 sd_journal_print(level, __VA_ARGS__); \
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | log_sys.c | 12 void debug_log(const int level, const char *func, const int line, ...) in debug_log() argument 19 if (level > LOG_LEVEL) in debug_log() 39 sd_journal_print(level, "%s%s", head, msg); in debug_log()
|
| /misc/config_tools/configurator/packages/configurator/src/lib/ |
| A D | acrn.ts | 66 level: number, 223 CACHE_LEVEL: region.level, 296 if (!CATUIData.summary.hasOwnProperty(regionData.level)) { 297 CATUIData.summary[regionData.level] = {count: 0} 299 CATUIData.summary[regionData.level].count++; 300 … CATUIData.summary[regionData.level][regionData.id] = CATUIData.summary[regionData.level].count; 454 …RTCoreData.push(this.newPolicy(regionData.id, regionData.level, vmConfig, index, 'Code', regionDat… 507 …ServiceData.push(this.newPolicy(regionData.id, regionData.level, this.serviceVM, index, "Unified",… 509 …ServiceData.push(this.newPolicy(regionData.id, regionData.level, this.serviceVM, index, "Code", re… 510 …ServiceData.push(this.newPolicy(regionData.id, regionData.level, this.serviceVM, index, "Data", re… [all …]
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | load_conf.c | 355 int level = 0; in crash_depth() local 364 crash->level > level) in crash_depth() 365 level = crash->level; in crash_depth() 367 level = level - tcrash->level; in crash_depth() 368 return level; in crash_depth() 548 crash->level++; in parse_crashes()
|
| /misc/config_tools/hv_config/ |
| A D | board_defconfig.py | 123 print("CONFIG_NPK_LOGLEVEL_DEFAULT={}".format(hv_info.log.level.npk), file=config) 124 print("CONFIG_MEM_LOGLEVEL_DEFAULT={}".format(hv_info.log.level.mem), file=config) 125 print("CONFIG_CONSOLE_LOGLEVEL_DEFAULT={}".format(hv_info.log.level.console), file=config)
|
| A D | hv_item.py | 33 self.level = LogLevel(self.hv_file) 37 self.level.get_info() 41 self.level.check_item()
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 20-cache.py | 106 …n = add_child(caches_node, "cache", None, level=str(cache_level), id=cache_id, type=str(cache_type… 160 level = int(n.get("level")) 163 return (level, id, type)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 50 <p v-if="showInstruction(CACHE_ALLOCATION.level,index) "> 57 L{{ CACHE_ALLOCATION.level }} Cache Allocation Technology {{ 58 …CAT_INFO.summary[CACHE_ALLOCATION.level].count > 1 ? ' Module ' + CAT_INFO.summary[CACHE_ALLOCATIO… 203 showInstruction(level, index) { 204 if (!(level in this.InstructionLocation)) { 205 this.InstructionLocation[level] = index 207 return this.InstructionLocation[level]===index
|
| /misc/config_tools/launch_config/ |
| A D | launch_script_template.sh | 119 level=${conf#*=} 120 loggers+=("${logger},level=${level}")
|
| A D | launch_cfg_gen.py | 491 logging.basicConfig(level="INFO")
|
| /misc/config_tools/data/generic_board/sample_launch_scripts/ |
| A D | launch_user_vm_id1.sh | 124 level=${conf#*=} 125 loggers+=("${logger},level=${level}")
|
| A D | launch_user_vm_id2.sh | 124 level=${conf#*=} 125 loggers+=("${logger},level=${level}")
|
| /misc/debug_tools/acrn_log/ |
| A D | README.rst | 55 VM shell) to query or dynamically override the hypervisor log level 60 system is rebooted, these log level settings will return to the
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | parser.py | 27 self.level = 0 31 self.level += 1 34 self.level -= 1
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | load_conf.h | 95 int level; member
|
| /misc/config_tools/scenario_config/ |
| A D | validator.py | 308 logging.basicConfig(level=args.loglevel.upper())
|
| A D | config_summary.py | 470 logging.basicConfig(level="INFO")
|
| A D | upgrader.py | 990 logging.basicConfig(level="INFO")
|
| /misc/config_tools/acpi_gen/ |
| A D | asl_gen.py | 822 level = int(cache.get("level")), 836 level = int(cache.get("level")),
|