qemu-patch-raspberry4/scripts/tracetool/backend
Paul Durrant 0a85241756 trace: add syslog tracing backend
This patch adds a tracing backend which sends output using syslog().
The syslog backend is limited to POSIX compliant systems.

openlog() is called with facility set to LOG_DAEMON, with the LOG_PID
option. Trace events are logged at level LOG_INFO.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Message-id: 1470318254-29989-1-git-send-email-paul.durrant@citrix.com
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2016-09-05 13:47:01 -04:00
..
__init__.py trace: avoid Python 2.5 all() in tracetool 2014-08-28 13:42:25 +01:00
dtrace.py trace: Conditionally trace events based on their per-vCPU state 2016-07-18 18:23:12 +01:00
ftrace.py trace: Conditionally trace events based on their per-vCPU state 2016-07-18 18:23:12 +01:00
log.py trace: Conditionally trace events based on their per-vCPU state 2016-07-18 18:23:12 +01:00
simple.py trace: Conditionally trace events based on their per-vCPU state 2016-07-18 18:23:12 +01:00
syslog.py trace: add syslog tracing backend 2016-09-05 13:47:01 -04:00
ust.py trace: Conditionally trace events based on their per-vCPU state 2016-07-18 18:23:12 +01:00