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/tests/tracetool
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>
3 weeks ago
..
dtrace.c
dtrace.d
dtrace.h
dtrace.log-stap
dtrace.simpletrace-stap
dtrace.stap
ftrace.c
ftrace.h trace/ftrace: move snprintf+write from tracepoints to ftrace.c 3 weeks ago
ftrace.rs tracetool/ftrace: add Rust support 3 weeks ago
log.c
log.h tracetool/backend: remove redundant trace event checks 3 weeks ago
log.rs tracetool/log: add Rust support 3 weeks ago
meson.build
simple.c
simple.h
simple.rs tracetool/simple: add Rust support 3 weeks ago
syslog.c
syslog.h
syslog.rs tracetool/syslog: add Rust support 3 weeks ago
trace-events
tracetool-test.py tracetool/syslog: add Rust support 3 weeks ago
ust.c
ust.h
ust.ust-events-c
ust.ust-events-h