Statistics
| Branch: | Revision:

root / trace-events @ 94a420b1

History | View | Annotate | Download (806 Bytes)

# Date Author Comment
94a420b1 09/10/2010 12:22 am Stefan Hajnoczi

trace: Add trace-events file for declaring trace events

This patch introduces the trace-events file where trace events can be
declared like so:

qemu_malloc(size_t size) "size %zu"
qemu_free(void *ptr) "ptr %p"

These trace event declarations are processed by a new tool called...