[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/5] Tracing patches
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PULL 0/5] Tracing patches |
Date: |
Wed, 21 Sep 2011 11:36:32 +0100 |
The latest fixes and updates to QEMU tracing.
LluĂs Vilanova (1):
trace: Update docs to use example events that exist
Stefan Hajnoczi (4):
trace: allow trace events with string arguments
MAINTAINERS: add tracing subsystem
trace: portable simple trace backend using glib
trace: use binary file open mode in simpletrace
MAINTAINERS | 6 ++++
docs/tracing.txt | 24 ++++++++--------
trace/simple.c | 76 ++++++++++++++++++++++++++++++++++-------------------
3 files changed, 67 insertions(+), 39 deletions(-)
--
1.7.5.4
- [Qemu-devel] [PULL 0/5] Tracing patches,
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH 1/5] trace: allow trace events with string arguments, Stefan Hajnoczi, 2011/09/21
- [Qemu-devel] [PATCH 2/5] MAINTAINERS: add tracing subsystem, Stefan Hajnoczi, 2011/09/21
- [Qemu-devel] [PATCH 3/5] trace: portable simple trace backend using glib, Stefan Hajnoczi, 2011/09/21
- [Qemu-devel] [PATCH 4/5] trace: use binary file open mode in simpletrace, Stefan Hajnoczi, 2011/09/21
- [Qemu-devel] [PATCH 5/5] trace: Update docs to use example events that exist, Stefan Hajnoczi, 2011/09/21
- Re: [Qemu-devel] [PULL 0/5] Tracing patches, Anthony Liguori, 2011/09/22