mirror_qemu/trace
Philippe Mathieu-Daudé 8b7b9c5c88 trace/control: Clean up global variable shadowing
Fix:

  trace/control.c:288:34: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
  void trace_opt_parse(const char *optarg)
                                   ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/getopt.h:77:14: note: previous declaration is here
  extern char *optarg;                    /* getopt(3) external variables */
               ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004120019.93101-17-philmd@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-10-06 13:27:48 +02:00
..
control-internal.h trace: remove code that depends on setting vcpu 2023-06-01 11:05:05 -04:00
control-target.c trace: remove code that depends on setting vcpu 2023-06-01 11:05:05 -04:00
control.c trace/control: Clean up global variable shadowing 2023-10-06 13:27:48 +02:00
control.h trace/control: Clean up global variable shadowing 2023-10-06 13:27:48 +02:00
event-internal.h trace: remove vcpu_id from the TraceEvent structure 2023-06-01 11:05:05 -04:00
ftrace.c trace: handle tracefs path truncation 2019-03-22 15:55:50 +00:00
ftrace.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
qmp.c trace: remove control-vcpu.h 2023-06-01 11:05:05 -04:00
simple.c trace: simple: pass trace_file unmodified to config-host.h 2021-10-14 09:50:56 +02:00
simple.h trace/simple: add st_init_group 2021-07-12 17:37:07 +01:00
trace-hmp-cmds.c trace: remove code that depends on setting vcpu 2023-06-01 11:05:05 -04:00