trace: fix PRIx64 constants in trace-events
commitc6daed8654bb1a4d085d9229e5a7dd5363794180
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 19 Dec 2015 23:08:42 +0000 (19 23:08 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Jan 2016 01:39:11 +0000 (7 09:39 +0800)
tree7e910ba564132cc68c27b23e4c64d8a48ab3dc09
parent67a9faccef65ca87231d8d4cdbc575edfcb15dd5
trace: fix PRIx64 constants in trace-events

Commit c8ee0a4 introduced new events containing PRIx64 constants without
including the % prefix in the preceding string. This results in a compile
error during build if --enable-trace-backends is passed to configure.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-id: 1450566522-6003-1-git-send-email-mark.cave-ayland@ilande.co.uk
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
trace-events