index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
tracetool
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace: Fix format string for the struct timeval members casted to size_t
Philippe Mathieu-Daudé
2018-06-29
1
-1
/
+1
*
trace: forbid floating point types
Stefan Hajnoczi
2018-06-27
1
-2
/
+0
*
trace: only permit standard C types and fixed size integer types
Daniel P. Berrangé
2018-03-12
1
-0
/
+46
*
trace: include filename when printing parser error messages
Daniel P. Berrangé
2018-03-12
1
-2
/
+4
*
log-for-trace.h: Split out parts of log.h used by trace.h
Peter Maydell
2018-03-12
1
-7
/
+6
*
tracetool: For ust trace bool type as ctf_integer
Jon Emil Jahren
2018-02-19
1
-1
/
+2
*
tracetool: Update argument format regex to non-greedy star
Jon Emil Jahren
2018-02-19
1
-2
/
+3
*
tracetool: report error on foo() instead of foo(void)
Stefan Hajnoczi
2018-01-29
1
-0
/
+2
*
tracetool: clarify that "formats" means "format strings"
Stefan Hajnoczi
2018-01-29
1
-4
/
+4
*
tracetool: prefix parse errors with line numbers
Stefan Hajnoczi
2018-01-29
1
-2
/
+7
*
trace: use static event ID mapping in simpletrace.stp
Stefan Hajnoczi
2017-08-15
1
-29
/
+2
*
trace: add TRACE_<event>_BACKEND_DSTATE()
Stefan Hajnoczi
2017-08-01
9
-0
/
+56
*
trace: ensure unique function / variable names per .stp file
Daniel P. Berrange
2017-08-01
1
-10
/
+19
*
trace: [tcg, trivial] Re-align generated code
Lluís Vilanova
2017-07-17
6
-28
/
+29
*
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
Lluís Vilanova
2017-07-17
4
-14
/
+41
*
trace: disallow more than 10 arguments per trace event
Daniel P. Berrange
2017-05-08
1
-0
/
+4
*
trace: fix tcg tracing build breakage
Stefan Hajnoczi
2017-03-28
2
-0
/
+2
*
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2017-01-31
8
-8
/
+35
*
trace: Fix 'char **' compilation error in simple backend
Fam Zheng
2016-10-27
1
-1
/
+2
*
trace: introduce a formal group name for trace events
Daniel P. Berrange
2016-10-12
20
-54
/
+59
*
trace: push reading of events up a level to tracetool main
Daniel P. Berrange
2016-10-12
1
-5
/
+3
*
trace: rename _read_events to read_events
Daniel P. Berrange
2016-10-12
1
-2
/
+12
*
trace: get rid of generated-events.h/generated-events.c
Daniel P. Berrange
2016-10-12
4
-116
/
+65
*
trace: dynamically allocate event IDs at runtime
Daniel P. Berrange
2016-10-12
2
-12
/
+2
*
trace: provide mechanism for registering trace events
Daniel P. Berrange
2016-10-12
1
-0
/
+6
*
trace: emit name <-> ID mapping in simpletrace header
Daniel P. Berrange
2016-10-12
1
-2
/
+22
*
trace: remove the TraceEventID and TraceEventVCPUID enums
Daniel P. Berrange
2016-10-12
4
-26
/
+16
*
trace: give each trace event a named TraceEvent struct
Daniel P. Berrange
2016-10-12
3
-9
/
+22
*
trace: remove duplicate control.h includes in generated-tracers.h
Daniel P. Berrange
2016-10-12
3
-4
/
+1
*
trace: remove global 'uint16 dstate[]' array
Daniel P. Berrange
2016-10-12
3
-3
/
+12
*
trace: add syslog tracing backend
Paul Durrant
2016-09-05
1
-0
/
+45
*
trace: Conditionally trace events based on their per-vCPU state
Lluís Vilanova
2016-07-18
6
-29
/
+57
*
trace: Identify events with the 'vcpu' property
Lluís Vilanova
2016-07-18
2
-3
/
+20
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
Clean up includes some more
Markus Armbruster
2016-03-22
5
-11
/
+1
*
trace: Add a proper API to manage auto-generated events from the 'tcg' property
Lluís Vilanova
2016-03-01
1
-3
/
+10
*
trace: Add 'vcpu' event property to trace guest vCPU
Lluís Vilanova
2016-03-01
9
-31
/
+146
*
trace: Add helper function to cast event arguments
Lluís Vilanova
2016-03-01
1
-0
/
+4
*
trace: Remove unnecessary intermediate event copies
Lluís Vilanova
2016-03-01
3
-7
/
+6
*
trace: Extend API to manage event arguments
Lluís Vilanova
2016-03-01
1
-2
/
+13
*
tracetool: Include osdep.h in generated-ust.c
Peter Maydell
2016-02-23
1
-0
/
+2
*
scripts/tracetool: Include qemu/osdep.h in generated .c files
Peter Maydell
2016-02-16
3
-1
/
+4
*
trace: convert stderr backend to log
Paolo Bonzini
2016-02-03
1
-4
/
+5
*
trace: track enabled events in a separate array
Paolo Bonzini
2016-02-03
1
-1
/
+1
*
trace: add DTrace reserved words for .d files
Stefan Hajnoczi
2015-03-02
1
-7
/
+19
*
trace: Print PID and time in stderr traces
Dr. David Alan Gilbert
2015-02-06
1
-1
/
+9
*
Tracing: Fix simpletrace.py error on tcg enabled binary traces
Christoph Seifert
2014-11-18
1
-34
/
+33
*
scripts/tracetool: don't barf on formats with precision
Alex Bennée
2014-09-26
1
-1
/
+1
*
trace: tighten up trace-events regex to fix bad parse
Stefan Hajnoczi
2014-09-26
1
-2
/
+2
*
trace: [ust] Fix format string computation in tcg-enabled events
Lluís Vilanova
2014-09-26
2
-10
/
+11
[next]