Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 35) sorted by relevance

12

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dsender.c95 if (!strcmp(log->type, "cmd") || log->lines) in cal_log_filepath()
200 if (cfg_atoi(log->sizelimit, log->sizelimit_len, in get_log_by_type()
259 res = cal_log_filepath(&des, log, log->name, desdir); in crashlog_get_log()
265 get_log_by_type(des, log, log->path); in crashlog_get_log()
307 if (!log) in crashlog_send_crash()
309 log->get(log, (void *)e->dir); in crashlog_send_crash()
346 if (!log) in crashlog_send_info()
348 log->get(log, (void *)e->dir); in crashlog_send_info()
395 char *log; in crashlog_send_vmevent() local
423 if (!log) in crashlog_send_vmevent()
[all …]
A Dconf.rst40 <log id='1'>Configuration of log 1</log>
41 <log id='2'>Configuration of log 2</log>
280 </log>
308 <log id='1'>pstore</log>
309 <log id='2'>acrnlog_last</log>
338 * ``log``:
358 <log id='1'>kmsg</log>
359 <log id='2'>cmdline</log>
360 <log id='3'>acrnlog_cur</log>
361 <log id='4'>acrnlog_last</log>
[all …]
A Dload_conf.c21 struct log_t *log; in print() local
69 for_each_log(id, log, conf) { in print()
70 if (!log) in print()
72 print_id_item(name, log, id); in print()
73 print_id_item(type, log, id); in print()
75 print_id_item(lines, log, id); in print()
76 print_id_item(path, log, id); in print()
88 if (!log) in print()
327 struct log_t *log; in get_log_by_name() local
330 if (!log) in get_log_by_name()
[all …]
A Dhistory.c45 const char *log; member
202 if (entry->log || entry->lastuptime) { in entry_to_history_line()
204 msg = entry->log ? entry->log : entry->lastuptime; in entry_to_history_line()
254 void hist_raise_event(const char *event, const char *type, const char *log, in hist_raise_event() argument
264 .log = log, in hist_raise_event()
A DREADME.rst11 as logs. The log path would be delivered to `telemetrics-client`_ as a record if
14 system, ``acrnprobe`` provides ``history_event`` (under ``/var/log/crashlog/``
79 + ``telemd`` is responsible for sending log records to telemetrics client.
84 As a log collection mechanism to record critical events on the platform,
91 kernel's log, or a system reboot. To get these effects, for some of them we
/misc/config_tools/configurator/
A D.gitignore3 *.log
4 npm-debug.log*
5 yarn-debug.log*
6 yarn-error.log*
7 pnpm-debug.log*
8 lerna-debug.log*
/misc/debug_tools/acrn_log/
A DREADME.rst12 - log of the running hypervisor
13 - log of the last running hypervisor if it crashed and the logs remain
15 Log files are saved in ``/var/log/acrnlog/``, so the log files would be lost
22 supporting four 1MB log files by default. You can change this log file
31 interval to get a complete log.
32 -s limit the size of each log file, in KB. 0 means no limitation.
38 You can temporarily change the log file setting by following these
48 number of log files and their size (in MB). For example:
60 system is rebooted, these log level settings will return to the
63 The ``mem_loglevel`` parameter controls the log to be saved using
[all …]
A Dacrnlog.c305 if (log->fd >= 0) { in new_log_file()
308 close(log->fd); in new_log_file()
309 log->fd = -1; in new_log_file()
313 log->index + 1) >= sizeof(file_name)) { in new_log_file()
319 if (log->fd < 0) { in new_log_file()
324 log->left_space = hvlog_log_size; in new_log_file()
325 log->index++; in new_log_file()
339 if (len >= log->left_space) in write_log_file()
340 if (new_log_file(log)) in write_log_file()
343 ret = write(log->fd, buf, len); in write_log_file()
[all …]
A Dacrnlog.service2 Description=ACRN hypervisor log
/misc/debug_tools/acrn_crashlog/acrnprobe/include/
A Dload_conf.h85 struct log_t *log[LOG_MAX]; member
109 struct log_t *log[LOG_MAX]; member
150 struct log_t *log[LOG_MAX]; member
182 #define for_each_log(id, log, conf) \ argument
184 id < LOG_MAX && (log = conf.log[id]); \
192 #define for_each_log_collect(id, log, type) \ argument
194 id < LOG_MAX && (log = type->log[id]); \
241 if (type->log[_id]) \
A Dhistory.h32 void hist_raise_event(const char *event, const char *type, const char *log,
/misc/config_tools/configurator/packages/configurator/src/
A Dmain.js9 console.log(`openCount ${openCount} of 5`)
40 console.log("Pyodide Load Begin")
45 console.log("Pyodide Load Time: " + (t2 - t1) + "ms")
A Dpyodide.js30 console.log(result);
/misc/config_tools/configurator/packages/configurator/src-tauri/src/
A Dconfigurator.rs82 log::warn!("get config file path error! error: {}", e.to_string()); in new()
99 log::info!("get config_dir error! fallback to get home_dir."); in ensure_config_file()
112 log::info!("current config_dir is {}.", config_dir.to_str().unwrap()); in ensure_config_file()
117 log::warn!("Create configurator config dir failed, {}", e.to_string()); in ensure_config_file()
140 log::warn!("read config error! error: {}", e.to_string()); in init()
153 log::info!("success load config: {}", config_data.serialize()); in init()
157 log::warn!("Deserialize json data error! error: {}", e); in init()
162 log::info!("Using config: {}", config_data.serialize()); in init()
178 log::warn!("Write config error! error:{}", e.to_string()) in save_config()
265 log::warn!("{}", err_msg); in write_board()
[all …]
/misc/config_tools/configurator/packages/configurator/
A Dvite.config.js18 console.log('branchVersion: ' + branchVersion)
19 console.log("packageVersion: " + packageVersion)
/misc/config_tools/configurator/packages/configurator/src/pages/Welcome/
A DNewConfiguration.vue62 console.log("file: ", basename)
66 console.log("removing: ", files[i].path)
70 console.log("removed: ", files[i].path)
91 console.log("Directory exists.", files)
113 console.log(error)
116 console.log('Directory created successfully!');
/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)
139 if hv_info.log.release == 'y':
A Dhv_item.py149 self.log = LogOpt(self.hv_file)
154 self.log.get_info()
160 self.log.check_item()
/misc/debug_tools/acrn_crashlog/
A DREADME.rst76 ... Backup core pattern to /var/log/crashlog/default_core_pattern
130 ``/var/log/crashlog/history_event``) to record ACRN-related events and
163 platform. For the hypervisor, the log is collected with ``acrnlog``. For the
164 Service VM, the userspace crash log is collected with ``usercrash``, and the
165 kernel crash log is collected with the inherent mechanism, such as ``ipanic``
166 or ``pstore``. For an AaaG VM, the log is collected by monitoring the change
/misc/config_tools/configurator/packages/configurator/thirdLib/
A Dtauri-plugin.ts51 console.log('folder write error:', error);
57 console.log('do not exist path: ', copiedPath);
/misc/config_tools/configurator/packages/configurator/tests/
A Dmock.js26 console.log(cmd, args)
/misc/config_tools/configurator/pyodide/
A DREADME.md26 console.log(launch_scripts)
/misc/config_tools/configurator/packages/configurator/src/lib/
A Djson2xml.js83 console.log(jsObjectElement)
/misc/config_tools/configurator/packages/configurator/src/pages/
A DConfig.vue159 console.log('before:',total_pcis.enum.length)
166 console.log('after:',total_pcis.enum.length)
176 console.log(result)
313 console.log(postvmlist)
418 console.log(vmNameArr)
536 console.log("validate settings...")
544 console.log("validation ok")
573 console.log("error" + err)
/misc/debug_tools/acrn_crashlog/data/
A Dcrashlogctl18 CRASHLOG_VAR_DIR=/var/log/crashlog

Completed in 25 milliseconds

12