qemu-cr16/trace
Tanish Desai 54140102d2 rust: add trace crate
The trace crate is a minimal container for dependencies of tracepoints
(so that they do not have to be imported in all the crates that use
tracepoints); it also contains a macro called "include_trace!" that is
able to find the right include file from the trace/ directory.

[Write commit message, add #[allow()]. - Paolo]

Signed-off-by: Tanish Desai <tanishdesai37@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250929154938.594389-10-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-10-01 11:22:07 -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: Don't include trace-root.h in control.c or control-target.c 2024-11-19 14:14:13 +00: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 qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00