Searched refs:acrnlog (Results 1 – 7 of 7) sorted by relevance
42 $(CC) -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread $(LOG_CFLAGS) $(LOG_LDFLAGS)43 cp acrnlog.service $(OUT_DIR)/acrnlog.service46 rm -f $(OUT_DIR)/acrnlog48 rm -f $(OUT_DIR)/acrnlog.service52 install: $(OUT_DIR)/acrnlog54 install -t $(DESTDIR)$(bindir) $(OUT_DIR)/acrnlog56 install -p -D -m 0644 $(OUT_DIR)/acrnlog.service $(DESTDIR)$(systemd_unitdir)/system
9 ``acrnlog`` is a userland tool used to capture an ACRN hypervisor log. It runs21 The ``acrnlog`` tool is launched as a service at boot, and limited to41 1. Stop the ``acrnlog`` service:45 sudo systemctl disable acrnlog47 2. Restart ``acrnlog``, running in the background, and specify the new52 sudo acrnlog -n 8 -s 4 &83 For example, ``acrnlog.service`` could have these parameters added:87 ExecStart=/usr/bin/acrnlog -n 8 -s 494 sudo systemctl restart acrnlog107 and if you changed the ``acrnlog.service`` file, install it:[all …]
6 ExecStart=/usr/bin/acrnlog
22 .PHONY: all acrn-manager acrnbridge life_mngr acrn-crashlog acrnlog acrntrace24 all: acrn-manager acrnbridge acrn-crashlog acrnlog acrntrace41 acrnlog: target59 acrnlog-install acrntrace-install76 acrnlog-install:
5 After=acrnlog.service
196 <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
163 platform. For the hypervisor, the log is collected with ``acrnlog``. For the
Completed in 12 milliseconds