All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] add xenalyze to staging
@ 2015-04-27 13:22 Olaf Hering
  2015-04-27 13:22 ` [PATCH 1/7] xenalyze: add to tools/misc Olaf Hering
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Olaf Hering @ 2015-04-27 13:22 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.

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

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

end of thread, other threads:[~2015-05-06 13:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 13:22 [PATCH 0/7] add xenalyze to staging Olaf Hering
2015-04-27 13:22 ` [PATCH 1/7] xenalyze: add to tools/misc Olaf Hering
2015-04-27 14:04   ` David Vrabel
2015-04-28  5:57     ` Olaf Hering
2015-05-06 13:35     ` George Dunlap
2015-04-28  3:21   ` Wei Liu
2015-04-27 13:22 ` [PATCH 2/7] xenalyze: print newline after unknown hvm events Olaf Hering
2015-04-27 13:22 ` [PATCH 3/7] xenalyze: include odd mmio states in default output Olaf Hering
2015-04-27 13:22 ` [PATCH 4/7] xenalyze: handle TRC_TRACE_WRAP_BUFFER Olaf Hering
2015-04-27 13:22 ` [PATCH 5/7] xenalyze: disable sched_switch_process Olaf Hering
2015-04-28  3:16   ` Wei Liu
2015-04-28  5:58     ` Olaf Hering
2015-05-02 16:51       ` Wei Liu
2015-05-04  5:52         ` Olaf Hering
2015-04-27 13:22 ` [PATCH 6/7] xenalyze: handle more events in sched_process Olaf Hering
2015-04-27 13:22 ` [PATCH 7/7] xenalyze: remove traling whitespaces Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.