All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] add xenalyze to staging
@ 2015-05-07 10:35 Olaf Hering
  2015-05-07 10:35 ` [PATCH v2 1/8] xenalyze: add to tools/xentrace/xenalyze Olaf Hering
                   ` (7 more replies)
  0 siblings, 8 replies; 39+ messages in thread
From: Olaf Hering @ 2015-05-07 10:35 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 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

Olaf Hering (8):
  xenalyze: add to tools/xentrace/xenalyze
  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            |     4 +
 tools/xentrace/xenalyze/Makefile   |    21 +
 tools/xentrace/xenalyze/analyze.h  |   107 +
 tools/xentrace/xenalyze/mread.c    |   160 +
 tools/xentrace/xenalyze/mread.h    |    18 +
 tools/xentrace/xenalyze/pv.h       |    41 +
 tools/xentrace/xenalyze/xenalyze.c | 10467 +++++++++++++++++++++++++++++++++++
 8 files changed, 10819 insertions(+)
 create mode 100644 tools/xentrace/xenalyze/Makefile
 create mode 100644 tools/xentrace/xenalyze/analyze.h
 create mode 100644 tools/xentrace/xenalyze/mread.c
 create mode 100644 tools/xentrace/xenalyze/mread.h
 create mode 100644 tools/xentrace/xenalyze/pv.h
 create mode 100644 tools/xentrace/xenalyze/xenalyze.c

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

end of thread, other threads:[~2015-05-12 14:53 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 10:35 [PATCH v2 0/8] add xenalyze to staging Olaf Hering
2015-05-07 10:35 ` [PATCH v2 1/8] xenalyze: add to tools/xentrace/xenalyze Olaf Hering
2015-05-07 16:45   ` George Dunlap
2015-05-08  5:20     ` Wei Liu
2015-05-11 14:15     ` Olaf Hering
2015-05-11 14:23       ` Ian Campbell
2015-05-11 14:28         ` Olaf Hering
2015-05-11 14:33         ` George Dunlap
2015-05-11 14:47           ` Olaf Hering
2015-05-12  8:45           ` Ian Campbell
2015-05-12  9:09             ` George Dunlap
2015-05-07 10:35 ` [PATCH v2 2/8] xenalyze: increase NR_CPUS to 256 Olaf Hering
2015-05-07 16:52   ` George Dunlap
2015-05-08  6:14     ` Olaf Hering
2015-05-08  5:22   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 3/8] xenalyze: print newline after unknown hvm events Olaf Hering
2015-05-07 16:53   ` George Dunlap
2015-05-08  5:22   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 4/8] xenalyze: include odd mmio states in default output Olaf Hering
2015-05-07 16:53   ` George Dunlap
2015-05-08  5:23   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 5/8] xenalyze: handle TRC_TRACE_WRAP_BUFFER Olaf Hering
2015-05-07 17:04   ` George Dunlap
2015-05-08  5:24   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 6/8] xenalyze: handle more events in sched_process Olaf Hering
2015-05-07 17:13   ` George Dunlap
2015-05-07 17:28     ` Andrew Cooper
2015-05-07 17:42       ` George Dunlap
2015-05-12 14:53         ` Dario Faggioli
2015-05-08  5:30   ` Wei Liu
2015-05-08  6:18     ` Olaf Hering
2015-05-07 10:35 ` [PATCH v2 7/8] xenalyze: remove traling whitespaces Olaf Hering
2015-05-07 17:15   ` George Dunlap
2015-05-07 17:26   ` Andrew Cooper
2015-05-07 17:34     ` George Dunlap
2015-05-08  6:22     ` Olaf Hering
2015-05-08  5:32   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 8/8] xenalyze: remove argp_program_version Olaf Hering
2015-05-07 17:18   ` George Dunlap

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.