From 1412cf58be821fa4339053d95d6c035c82461c2c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 16 Jun 2016 09:39:47 +0100 Subject: 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 Message-id: 1466066426-16657-2-git-send-email-berrange@redhat.com Signed-off-by: Stefan Hajnoczi --- qemu-options.hx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 17f15ad..44c658f 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. -- cgit v1.1