Another debugtrace enhancement I needed for core scheduling debugging.

Juergen Gross (3):
  xen: move debugtrace coding to common/debugtrace.c
  xen: refactor debugtrace data
  xen: add per-cpu buffer option to debugtrace

 docs/misc/xen-command-line.pandoc |   7 +-
 xen/common/Makefile               |   1 +
 xen/common/debugtrace.c           | 262 ++++++++++++++++++++++++++++++++++++++
 xen/drivers/char/console.c        | 176 +------------------------
 xen/include/xen/console.h         |   4 +
 5 files changed, 273 insertions(+), 177 deletions(-)
 create mode 100644 xen/common/debugtrace.c

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to