diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:39:53 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:15 +0100 |
commit | 92d326521205348803803e5f5007dea368d3424d (patch) | |
tree | 49f157c97f884e9f598e6f6930a3e0a4d3b72c2d /Makefile.objs | |
parent | b54ca48e401c1658148cca06e05aee831f7c1bc2 (diff) |
trace: split out trace events for hw/block/ directory
Move all trace-events for files in the hw/block/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-8-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 998f356165..7c1da65c64 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -124,3 +124,4 @@ trace-events-y += crypto/trace-events trace-events-y += io/trace-events trace-events-y += migration/trace-events trace-events-y += block/trace-events +trace-events-y += hw/block/trace-events |