MINOR: trace: start to create a new trace subsystem
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Aug 2019 16:21:26 +0000 (18:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Aug 2019 18:21:00 +0000 (20:21 +0200)
commit4151c753fc4b106553efe29d8d02224e9d581bba
tree4e2e1938aceedfcbab1a4df9c8f404b069e7bdc0
parent973e662fe8a4949e6e9356a0b47248516f6f9d49
MINOR: trace: start to create a new trace subsystem

The principle of this subsystem will be to support taking live traces
at various places in the code with conditional triggers, filters, and
ability to lock on some elements. The traces will support typed events
and will be sent into sinks made of ring buffers, file descriptors or
remote servers.
Makefile
include/proto/trace.h [new file with mode: 0644]
include/types/trace.h [new file with mode: 0644]
src/trace.c [new file with mode: 0644]