Home
last modified time | relevance | path

Searched refs:level (Results 1 – 21 of 21) sorted by relevance

/misc/debug_tools/acrn_crashlog/acrnprobe/images/
A Dcrash-config.dot4 "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 Dcrash-match.dot4 "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 Dlog_sys.h12 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 Dlog_sys.c12 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 Dacrn.ts66 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 Dload_conf.c355 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 Dboard_defconfig.py123 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 Dhv_item.py33 self.level = LogLevel(self.hv_file)
37 self.level.get_info()
41 self.level.check_item()
/misc/config_tools/board_inspector/extractors/
A D20-cache.py106 …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 DCAT.vue50 <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 Dlaunch_script_template.sh119 level=${conf#*=}
120 loggers+=("${logger},level=${level}")
A Dlaunch_cfg_gen.py491 logging.basicConfig(level="INFO")
/misc/config_tools/data/generic_board/sample_launch_scripts/
A Dlaunch_user_vm_id1.sh124 level=${conf#*=}
125 loggers+=("${logger},level=${level}")
A Dlaunch_user_vm_id2.sh124 level=${conf#*=}
125 loggers+=("${logger},level=${level}")
/misc/debug_tools/acrn_log/
A DREADME.rst55 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 Dparser.py27 self.level = 0
31 self.level += 1
34 self.level -= 1
/misc/debug_tools/acrn_crashlog/acrnprobe/include/
A Dload_conf.h95 int level; member
/misc/config_tools/scenario_config/
A Dvalidator.py308 logging.basicConfig(level=args.loglevel.upper())
A Dconfig_summary.py470 logging.basicConfig(level="INFO")
A Dupgrader.py990 logging.basicConfig(level="INFO")
/misc/config_tools/acpi_gen/
A Dasl_gen.py822 level = int(cache.get("level")),
836 level = int(cache.get("level")),

Completed in 27 milliseconds