Lines Matching refs:a
9 ``acrntrace`` is a tool running on the Service VM to capture trace data.
19 the data to a trace file under ``./acrntrace`` in raw (binary) data format.
28 -a cpu-set only capture the trace data on the configured cpu-set
34 by ``acrntrace``) to human-readable formats based on a given format.
47 ``acrntrace`` into a human-readable text form. The rules in this file follow
68 ``acrntrace``) based on a given analyzer, such as ``vm_exit`` or ``irq``.
76 --vm_exit generate a vm_exit report
78 --cpu_usage generate a cpu_usage report
86 occur during normal operation (aka CPU throttling) on a processor that
93 Here's a typical use of ``acrntrace`` to capture trace data from the Service VM,
104 ``acrntrace``, with a date-time-based directory name such as
107 #. When done, stop a running ``acrntrace``:
119 Trace data will be converted to human-readable format based on a given format
141 - The analysis report is written to stdout, or to a CSV file if
142 a file name is specified using ``-o filename``.