MINOR: trace/cli: register the "trace" CLI keyword to list the sources
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Aug 2019 16:48:12 +0000 (18:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Aug 2019 18:21:00 +0000 (20:21 +0200)
commit864e880f6c1a3f1e356b9f7f5f71a75b73f7f9c8
tree38cfa6d47c8b49dccb7b969328fa60a854cdece3
parent88ebd4050e93a6b4bce6eac8d0b90f7b818e1c21
MINOR: trace/cli: register the "trace" CLI keyword to list the sources

For now it lists the sources if one is not provided, and checks
for the source's existence. It lists the events if not provided,
checks for their existence if provided, and adjusts reported
events/start/stop/pause events, and performs state transitions.
It lists sinks and adjusts them as well. Filters, lock, and
level are not implemented yet.
include/proto/trace.h
src/trace.c