[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/7] add xenalyze to staging
Having xenalyze in the source tree makes it much easier to keep private debug code in hypervisor and xenalyze in sync. It helped alot while debugging the root cause for commit 607e8494c42397fb249191904066cace6ac9a880. Olaf Olaf Hering (7): xenalyze: add to tools/misc xenalyze: print newline after unknown hvm events xenalyze: include odd mmio states in default output xenalyze: handle TRC_TRACE_WRAP_BUFFER xenalyze: disable sched_switch_process xenalyze: handle more events in sched_process xenalyze: remove traling whitespaces .gitignore | 1 + tools/misc/Makefile | 5 + tools/misc/analyze.h | 107 + tools/misc/mread.c | 160 + tools/misc/mread.h | 18 + tools/misc/pv.h | 41 + tools/misc/xenalyze.c | 10472 ++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 10804 insertions(+) create mode 100644 tools/misc/analyze.h create mode 100644 tools/misc/mread.c create mode 100644 tools/misc/mread.h create mode 100644 tools/misc/pv.h create mode 100644 tools/misc/xenalyze.c _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |