qemu/trace
Tom Stellard c0f8130a31 trace/control: Fix -Wunused-but-set-global warning with clang 23+
../trace/control.c:41:13: error: variable 'init_trace_on_startup' set but not used [-Werror,-Wunused-but-set-global]
   41 | static bool init_trace_on_startup;
      |             ^
1 error generated.

Signed-off-by: Tom Stellard <tstellar@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20260617224145.1419961-1-tstellar@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2026-06-18 11:01:40 -04:00
..
control-internal.h trace: remove code that depends on setting vcpu 2023-06-01 11:05:05 -04:00
control-target.c trace/control-target: cleanup headers and make compilation unit common 2025-03-11 10:11:29 +08:00
control.c trace/control: Fix -Wunused-but-set-global warning with clang 23+ 2026-06-18 11:01:40 -04: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/ftrace: move snprintf+write from tracepoints to ftrace.c 2025-10-01 11:22:07 -04:00
ftrace.h trace/ftrace: move snprintf+write from tracepoints to ftrace.c 2025-10-01 11:22:07 -04:00
meson.build rust: add trace crate 2025-10-01 11:22:07 -04:00
qmp.c trace: Remove deprecated 'vcpu' field from QMP trace events 2024-06-04 11:53:43 +02:00
simple.c overall: Remove unnecessary g_strdup_printf() calls 2025-02-14 08:49:06 +03:00
simple.h trace/simple: add st_init_group 2021-07-12 17:37:07 +01:00
trace-hmp-cmds.c monitor: Extract completion declarations to 'monitor/hmp-completion.h' 2026-05-06 12:58:07 +02:00