You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/scripts/tracetool/backend
Tanish Desai 1461752f0f tracetool/syslog: add Rust support
The syslog backend needs the syslog function from libc and the LOG_INFO enum
value; they are re-exported as "::trace::syslog" and "::trace::LOG_INFO"
so that device crates do not all have to add the libc dependency, but
otherwise there is nothing special.

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-17-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2 weeks ago
..
__init__.py tracetool: add CHECK_TRACE_EVENT_GET_STATE 2 weeks ago
dtrace.py tracetool: add SPDX headers 2 weeks ago
ftrace.py tracetool/ftrace: add Rust support 2 weeks ago
log.py tracetool/log: add Rust support 2 weeks ago
simple.py tracetool/simple: add Rust support 2 weeks ago
syslog.py tracetool/syslog: add Rust support 2 weeks ago
ust.py tracetool: add SPDX headers 2 weeks ago