index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
tracetool
Age
Commit message (
Expand
)
Author
2014-02-19
Modified the tracetool framework for LTTng 2.x
Mohamad Gebai
2014-01-27
trace: fix simple trace "disable" keyword
Stefan Hajnoczi
2014-01-27
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
Lluís Vilanova
2013-05-03
trace: Add ftrace tracing backend
Eiichi Tsukata
2013-03-28
trace: [stderr] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
trace: [simple] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
trace: Provide a generic tracing event descriptor
Lluís Vilanova
2013-03-28
trace: [tracetool] Explicitly identify public backends
Lluís Vilanova
2012-12-23
build: Use separate makefile for "trace/"
Lluís Vilanova
2012-11-16
Avoid all systemtap reserved words
Daniel P. Berrange
2012-09-23
dtrace backend: add function to reserved words
Alon Levy
2012-08-14
trace/simple: Fix compiler warning for 32 bit hosts
Stefan Weil
2012-07-19
Simpletrace v2: Support multiple arguments, strings.
Harsh Prateek Bora
2012-05-01
tracetool: avoid pkgutil.iter_modules() Python 2.7 function
Stefan Hajnoczi
2012-05-01
tracetool: avoid str.rpartition() Python 2.5 function
Stefan Hajnoczi
2012-05-01
tracetool: use Python 2.4-compatible __import__() arguments
Stefan Hajnoczi
2012-04-18
tracetool: handle DTrace keywords 'in', 'next', 'self'
Stefan Hajnoczi
2012-04-18
tracetool: Add support for the 'dtrace' backend
Lluís Vilanova
2012-04-18
tracetool: Add support for the 'ust' backend
Lluís Vilanova
2012-04-18
tracetool: Add support for the 'simple' backend
Lluís Vilanova
2012-04-18
tracetool: Add support for the 'stderr' backend
Lluís Vilanova
2012-04-18
tracetool: Add module for the 'h' format
Lluís Vilanova
2012-04-18
tracetool: Add module for the 'c' format
Lluís Vilanova
2012-04-18
tracetool: Rewrite infrastructure as python modules
Lluís Vilanova
2012-04-05
tracetool: Forbid argument name 'next'
Kevin Wolf
2012-04-02
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
2012-03-31
Fix conversion from lower to upper case with Turkish locale
Stefan Weil
2012-03-30
tracetool: dtrace: handle in and next reserved words
Alon Levy
2012-03-30
tracetool: dtrace disabled-events fix
Lee Essen
2012-03-12
tracetool: Omit useless QEMU_*_ENABLED() check
Stefan Hajnoczi
2012-03-12
trace: Provide a per-event status define for conditional compilation
Lluís Vilanova
2011-09-17
trace: allow PRI*64 at beginning and ending of format string
Stefan Hajnoczi
2011-09-01
trace: [stderr] add support for dynamically enabling/disabling events
Lluís
2011-09-01
trace: [simple] disable all trace points by default
Lluís
2011-09-01
trace: always use the "nop" backend on events with the "disable" keyword
Lluís
2011-09-01
trace: generalize the "property" concept in the trace-events file
Lluís
2011-09-01
trace: move backend-specific code into the trace/ directory
Lluís
2011-04-26
trace: [ust] fix generation of 'trace.c' on events without args
Lluís
2011-04-26
tracetool: allow ) in trace output string
Paolo Bonzini
2011-03-06
tracetool: Add optional argument to specify dtrace probe names
Jes Sorensen
2011-01-29
New trace-event backend: stderr
Fabien Chouteau
2011-01-20
Add scripts directory
Blue Swirl