diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:39:47 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:14 +0100 |
commit | 1412cf58be821fa4339053d95d6c035c82461c2c (patch) | |
tree | 386bd9e90aeda58845e1f24536e57d351101e67e /qemu-options.hx | |
parent | dcdaadb6ea873159487aa2fdbee2c4aa7779e02d (diff) |
trace: add build framework for merging trace-events files
Switch make rules over to use trace-events-all as the
master trace events input file. Add rule that will
construct trace-events-all from $(trace-events-y).
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-2-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 17f15ad1fe..44c658fd4e 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -3677,8 +3677,8 @@ Specify tracing options. @table @option @item [enable=]@var{pattern} Immediately enable events matching @var{pattern}. -The file must contain one event name (as listed in the @file{trace-events} file) -per line; globbing patterns are accepted too. This option is only +The file must contain one event name (as listed in the @file{trace-events-all} +file) per line; globbing patterns are accepted too. This option is only available if QEMU has been compiled with the @var{simple}, @var{stderr} or @var{ftrace} tracing backend. To specify multiple events or patterns, specify the @option{-trace} option multiple times. @@ -3687,8 +3687,8 @@ Use @code{-trace help} to print a list of names of trace points. @item events=@var{file} Immediately enable events listed in @var{file}. -The file must contain one event name (as listed in the @file{trace-events} file) -per line; globbing patterns are accepted too. This option is only +The file must contain one event name (as listed in the @file{trace-events-all} +file) per line; globbing patterns are accepted too. This option is only available if QEMU has been compiled with the @var{simple}, @var{stderr} or @var{ftrace} tracing backend. |