All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/8] add xenalyze to staging
@ 2015-06-11 16:30 Olaf Hering
  2015-06-11 16:30 ` [PATCH v6 1/8] xenalyze: add to tools/xentrace/ Olaf Hering
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Olaf Hering @ 2015-06-11 16:30 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 v5 and v5:
 - remove unused cpumask_t instead bumping NR_CPUS
 - mention header changes in xenalyze commit message

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: 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
  xenalyze: remove unused private cpumask_t

 .gitignore                |     1 +
 tools/xentrace/Makefile   |     6 +
 tools/xentrace/analyze.h  |    94 +
 tools/xentrace/mread.c    |   160 +
 tools/xentrace/mread.h    |    18 +
 tools/xentrace/pv.h       |    41 +
 tools/xentrace/xenalyze.c | 10467 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 10787 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

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

end of thread, other threads:[~2015-06-17  9:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-11 16:30 [PATCH v6 0/8] add xenalyze to staging Olaf Hering
2015-06-11 16:30 ` [PATCH v6 1/8] xenalyze: add to tools/xentrace/ Olaf Hering
2015-06-16 10:24   ` Ian Campbell
2015-06-16 10:34     ` George Dunlap
2015-06-16 10:35     ` Ian Campbell
2015-06-11 16:30 ` [PATCH v6 2/8] xenalyze: print newline after unknown hvm events Olaf Hering
2015-06-11 16:30 ` [PATCH v6 3/8] xenalyze: include odd mmio states in default output Olaf Hering
2015-06-11 16:30 ` [PATCH v6 4/8] xenalyze: handle TRC_TRACE_WRAP_BUFFER Olaf Hering
2015-06-11 16:30 ` [PATCH v6 5/8] xenalyze: handle more events in sched_process Olaf Hering
2015-06-12 16:48   ` Wei Liu
2015-06-12 16:58     ` Olaf Hering
2015-06-12 17:08   ` Wei Liu
2015-06-11 16:30 ` [PATCH v6 6/8] xenalyze: remove trailing whitespaces Olaf Hering
2015-06-11 16:30 ` [PATCH v6 7/8] xenalyze: remove argp_program_version Olaf Hering
2015-06-11 16:30 ` [PATCH v6 8/8] xenalyze: remove unused private cpumask_t Olaf Hering
2015-06-12 16:49   ` Wei Liu
2015-06-16 11:43 ` [PATCH v6 0/8] add xenalyze to staging Ian Campbell
2015-06-16 15:56   ` Olaf Hering
2015-06-17  9:03     ` Ian Campbell

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.