]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
xenalyze: add to tools/xentrace/
authorOlaf Hering <olaf@aepfle.de>
Thu, 11 Jun 2015 16:30:38 +0000 (16:30 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 16 Jun 2015 10:34:59 +0000 (11:34 +0100)
commitfd19a9976e7ce63bf07f8af1b9b5e8bb5812d51d
tree3b826eb5b214d53ff58646f857cefa3b249e10d9
parent2fdf3c433a8cba33fae623d7138c173e111b81cb
xenalyze: add to tools/xentrace/

This merges xenalyze.hg, changeset 150:24308507be1d,
into tools/xentrace/xenalyze.c to have the tool and
public/trace.h in one place.

Adjust code to use public/trace.h instead of private trace.h

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
[ ijc -- wrap $(BIN) install in a check in case it is empty (which it
 is on !x86, avoid BIN += since it results in BIN = ' ' on
         !x86 ]
.gitignore
tools/xentrace/Makefile
tools/xentrace/analyze.h [new file with mode: 0644]
tools/xentrace/mread.c [new file with mode: 0644]
tools/xentrace/mread.h [new file with mode: 0644]
tools/xentrace/pv.h [new file with mode: 0644]
tools/xentrace/xenalyze.c [new file with mode: 0644]