trace: split out trace events for net/ directory

Move all trace-events for files in the net/ directory to
their own file.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-36-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Daniel P. Berrange 2016-06-16 09:40:21 +01:00 committed by Stefan Hajnoczi
parent 66d7a36d75
commit f3b0163b18
3 changed files with 5 additions and 3 deletions

4
net/trace-events Normal file
View file

@ -0,0 +1,4 @@
# See docs/trace-events.txt for syntax documentation.
# net/vhost-user.c
vhost_user_event(const char *chr, int event) "chr: %s got event: %d"