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.

changes between v4 and v5:
 - fix typo in commit msg (traling)
 - use xen/trace.h instead of public/trace.h
 - remove extra CFLAGS for xenalyze.o
 - build xenalyze only on X86
 - remove extra printf from sched_process for unhandled events

changes between v3 and v4:
 - install existing binaries in sbindir
 - install xenalyze in bindir

changes between v2 and v3:
 - move to tools/xentrace

changes between v1 and v2:
 - move to tools/xentrace/xenalyze
 - drop patch which touches sched_switch_process
 - add patch to remove argp_program_version
 - add patch to bump NR_CPUS

Olaf Hering (8):
  xenalyze: add to tools/xentrace/
  xenalyze: increase NR_CPUS to 256
  xenalyze: print newline after unknown hvm events
  xenalyze: include odd mmio states in default output
  xenalyze: handle TRC_TRACE_WRAP_BUFFER
  xenalyze: handle more events in sched_process
  xenalyze: remove trailing whitespaces
  xenalyze: remove argp_program_version

 .gitignore                |     1 +
 tools/xentrace/Makefile   |     6 +
 tools/xentrace/analyze.h  |   107 +
 tools/xentrace/mread.c    |   160 +
 tools/xentrace/mread.h    |    18 +
 tools/xentrace/pv.h       |    41 +
 tools/xentrace/xenalyze.c | 10467 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 10800 insertions(+)
 create mode 100644 tools/xentrace/analyze.h
 create mode 100644 tools/xentrace/mread.c
 create mode 100644 tools/xentrace/mread.h
 create mode 100644 tools/xentrace/pv.h
 create mode 100644 tools/xentrace/xenalyze.c


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to