xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/9] add xenalyze to staging
@ 2015-05-23  8:24 Olaf Hering
  2015-05-23  8:24 ` [PATCH v4 1/9] xentrace: install into sbin Olaf Hering
                   ` (10 more replies)
  0 siblings, 11 replies; 42+ messages in thread
From: Olaf Hering @ 2015-05-23  8:24 UTC (permalink / raw)
  To: xen-devel, George Dunlap; +Cc: Olaf Hering

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 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 (9):
  xentrace: install into sbin
  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 traling whitespaces
  xenalyze: remove argp_program_version

 .gitignore                |     1 +
 tools/xentrace/Makefile   |    13 +-
 tools/xentrace/analyze.h  |   107 +
 tools/xentrace/mread.c    |   160 +
 tools/xentrace/mread.h    |    18 +
 tools/xentrace/pv.h       |    41 +
 tools/xentrace/xenalyze.c | 10469 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 10806 insertions(+), 3 deletions(-)
 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

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2015-06-16  7:21 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23  8:24 [PATCH v4 0/9] add xenalyze to staging Olaf Hering
2015-05-23  8:24 ` [PATCH v4 1/9] xentrace: install into sbin Olaf Hering
2015-05-25  8:33   ` Wei Liu
2015-06-02 17:03   ` George Dunlap
2015-05-23  8:24 ` [PATCH v4 2/9] xenalyze: add to tools/xentrace/ Olaf Hering
2015-05-25  8:34   ` Wei Liu
2015-06-02 17:06     ` George Dunlap
2015-05-23  8:24 ` [PATCH v4 3/9] xenalyze: increase NR_CPUS to 256 Olaf Hering
2015-05-23  8:24 ` [PATCH v4 4/9] xenalyze: print newline after unknown hvm events Olaf Hering
2015-05-23  8:24 ` [PATCH v4 5/9] xenalyze: include odd mmio states in default output Olaf Hering
2015-05-23  8:24 ` [PATCH v4 6/9] xenalyze: handle TRC_TRACE_WRAP_BUFFER Olaf Hering
2015-05-23  8:24 ` [PATCH v4 7/9] xenalyze: handle more events in sched_process Olaf Hering
2015-06-02 17:12   ` George Dunlap
2015-06-09 10:44     ` Olaf Hering
2015-05-23  8:24 ` [PATCH v4 8/9] xenalyze: remove traling whitespaces Olaf Hering
2015-05-23  8:24 ` [PATCH v4 9/9] xenalyze: remove argp_program_version Olaf Hering
2015-06-02 17:16 ` [PATCH v4 0/9] add xenalyze to staging George Dunlap
2015-06-03 10:33   ` Ian Campbell
2015-06-03 10:10 ` Ian Campbell
2015-06-03 10:15   ` Ian Campbell
2015-06-03 10:33   ` George Dunlap
2015-06-03 10:59     ` Ian Campbell
2015-06-03 11:16       ` George Dunlap
2015-06-03 11:21         ` George Dunlap
2015-06-03 11:34           ` Ian Campbell
2015-06-03 10:35   ` Julien Grall
2015-06-03 10:38     ` Andrew Cooper
2015-06-03 10:38       ` George Dunlap
2015-06-03 10:41         ` Andrew Cooper
2015-06-03 10:42           ` George Dunlap
2015-06-03 10:49     ` George Dunlap
2015-06-09 10:18     ` Olaf Hering
2015-06-09 11:31       ` Julien Grall
2015-06-09 11:38         ` George Dunlap
2015-06-09 23:21           ` Julien Grall
2015-06-15  9:23             ` George Dunlap
2015-06-15 12:44               ` Julien Grall
2015-06-15 13:46                 ` George Dunlap
2015-06-16  7:21                   ` Roger Pau Monné
2015-06-09  6:54   ` Olaf Hering
2015-06-09 11:07     ` Olaf Hering
2015-06-10 21:23       ` Julien Grall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).