Home
last modified time | relevance | path

Searched refs:acrnlog (Results 1 – 7 of 7) sorted by relevance

/misc/debug_tools/acrn_log/
A DMakefile42 $(CC) -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread $(LOG_CFLAGS) $(LOG_LDFLAGS)
43 cp acrnlog.service $(OUT_DIR)/acrnlog.service
46 rm -f $(OUT_DIR)/acrnlog
48 rm -f $(OUT_DIR)/acrnlog.service
52 install: $(OUT_DIR)/acrnlog
54 install -t $(DESTDIR)$(bindir) $(OUT_DIR)/acrnlog
56 install -p -D -m 0644 $(OUT_DIR)/acrnlog.service $(DESTDIR)$(systemd_unitdir)/system
A DREADME.rst9 ``acrnlog`` is a userland tool used to capture an ACRN hypervisor log. It runs
21 The ``acrnlog`` tool is launched as a service at boot, and limited to
41 1. Stop the ``acrnlog`` service:
45 sudo systemctl disable acrnlog
47 2. Restart ``acrnlog``, running in the background, and specify the new
52 sudo acrnlog -n 8 -s 4 &
83 For example, ``acrnlog.service`` could have these parameters added:
87 ExecStart=/usr/bin/acrnlog -n 8 -s 4
94 sudo systemctl restart acrnlog
107 and if you changed the ``acrnlog.service`` file, install it:
[all …]
A Dacrnlog.service6 ExecStart=/usr/bin/acrnlog
/misc/
A DMakefile22 .PHONY: all acrn-manager acrnbridge life_mngr acrn-crashlog acrnlog acrntrace
24 all: acrn-manager acrnbridge acrn-crashlog acrnlog acrntrace
41 acrnlog: target
59 acrnlog-install acrntrace-install
76 acrnlog-install:
/misc/debug_tools/acrn_crashlog/data/
A Dacrnprobe.service5 After=acrnlog.service
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dconf.rst196 <path>/var/log/acrnlog/acrnlog_last.[*]</path>
235 + ``/var/log/acrnlog/acrnlog_last.[-1]`` indicates ``acrnlog_last.3``.
236 + ``/var/log/acrnlog/acrnlog_last.[0]`` indicates ``acrnlog_last.1``.
237 + ``/var/log/acrnlog/acrnlog_last.[*]`` indicates the file set including
/misc/debug_tools/acrn_crashlog/
A DREADME.rst163 platform. For the hypervisor, the log is collected with ``acrnlog``. For the

Completed in 12 milliseconds