OSDN Git Service

trace: install trace-events file
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 23 Sep 2014 15:29:35 +0000 (16:29 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 26 Sep 2014 08:34:39 +0000 (09:34 +0100)
commit89ae5831a53e2d30a370e9a30fdb35da5a8f89aa
treed7d9d53ddeeb66cf4479b23ca6ad412de15b1e02
parent40893768df4d4c207f000caf809f30c3d0145b1f
trace: install trace-events file

Install the ./trace-events file into the data directory.  This file
contains the list of trace events that were built into QEMU at
compile-time.

The file is a handy reference for the set of trace events that the QEMU
binary was built with.  It is also needed by the simpletrace.py tool
that parses binary trace data either emitted from QEMU when built with
--enable-trace-backend=simple or by the SystemTap simpletrace script
that QEMU provides.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1411486175-3017-1-git-send-email-stefanha@redhat.com
Makefile