qemu-cr16/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>
2025-10-01 11:22:07 -04:00
..
dtrace.c tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
dtrace.d
dtrace.h tracetool: drop the probe "__nocheck__" wrapping 2025-09-16 13:31:40 -04:00
dtrace.log-stap
dtrace.simpletrace-stap
dtrace.stap tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
ftrace.c tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
ftrace.h trace/ftrace: move snprintf+write from tracepoints to ftrace.c 2025-10-01 11:22:07 -04:00
ftrace.rs tracetool/ftrace: add Rust support 2025-10-01 11:22:07 -04:00
log.c
log.h tracetool/backend: remove redundant trace event checks 2025-10-01 11:22:07 -04:00
log.rs tracetool/log: add Rust support 2025-10-01 11:22:07 -04:00
meson.build tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
simple.c tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
simple.h
simple.rs tracetool/simple: add Rust support 2025-10-01 11:22:07 -04:00
syslog.c tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
syslog.h tracetool: drop the probe "__nocheck__" wrapping 2025-09-16 13:31:40 -04:00
syslog.rs tracetool/syslog: add Rust support 2025-10-01 11:22:07 -04:00
trace-events tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00
tracetool-test.py tracetool/syslog: add Rust support 2025-10-01 11:22:07 -04:00
ust.c
ust.h
ust.ust-events-c
ust.ust-events-h tracetool: add test suite for tracetool with reference output 2025-09-16 13:31:40 -04:00