index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
tracetool
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
3
-3
/
+0
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-1
/
+1
2019-03-22
trace: avoid SystemTap dtrace(1) warnings on empty files
Stefan Hajnoczi
1
-0
/
+5
2019-01-24
trace: add ability to do simple printf logging via systemtap
Daniel P. Berrangé
1
-0
/
+127
2019-01-24
trace: forbid use of %m in trace event format strings
Daniel P. Berrangé
1
-0
/
+4
2019-01-24
trace: enforce that every trace-events file has a final newline
Daniel P. Berrangé
1
-0
/
+2
2019-01-17
scripts: Remove unused python imports
Philippe Mathieu-Daudé
1
-1
/
+1
2018-12-12
tracetool: Include thread id information in log backend
Fabiano Rosas
1
-1
/
+1
2018-06-29
trace: Fix format string for the struct timeval members casted to size_t
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-27
trace: forbid floating point types
Stefan Hajnoczi
1
-2
/
+0
2018-03-12
trace: only permit standard C types and fixed size integer types
Daniel P. Berrangé
1
-0
/
+46
2018-03-12
trace: include filename when printing parser error messages
Daniel P. Berrangé
1
-2
/
+4
2018-03-12
log-for-trace.h: Split out parts of log.h used by trace.h
Peter Maydell
1
-7
/
+6
2018-02-19
tracetool: For ust trace bool type as ctf_integer
Jon Emil Jahren
1
-1
/
+2
2018-02-19
tracetool: Update argument format regex to non-greedy star
Jon Emil Jahren
1
-2
/
+3
2018-01-29
tracetool: report error on foo() instead of foo(void)
Stefan Hajnoczi
1
-0
/
+2
2018-01-29
tracetool: clarify that "formats" means "format strings"
Stefan Hajnoczi
1
-4
/
+4
2018-01-29
tracetool: prefix parse errors with line numbers
Stefan Hajnoczi
1
-2
/
+7
2017-08-15
trace: use static event ID mapping in simpletrace.stp
Stefan Hajnoczi
1
-29
/
+2
2017-08-01
trace: add TRACE_<event>_BACKEND_DSTATE()
Stefan Hajnoczi
9
-0
/
+56
2017-08-01
trace: ensure unique function / variable names per .stp file
Daniel P. Berrange
1
-10
/
+19
2017-07-17
trace: [tcg, trivial] Re-align generated code
Lluís Vilanova
6
-28
/
+29
2017-07-17
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
Lluís Vilanova
4
-14
/
+41
2017-05-08
trace: disallow more than 10 arguments per trace event
Daniel P. Berrange
1
-0
/
+4
2017-03-28
trace: fix tcg tracing build breakage
Stefan Hajnoczi
2
-0
/
+2
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
8
-8
/
+35
2016-10-27
trace: Fix 'char **' compilation error in simple backend
Fam Zheng
1
-1
/
+2
2016-10-12
trace: introduce a formal group name for trace events
Daniel P. Berrange
20
-54
/
+59
2016-10-12
trace: push reading of events up a level to tracetool main
Daniel P. Berrange
1
-5
/
+3
2016-10-12
trace: rename _read_events to read_events
Daniel P. Berrange
1
-2
/
+12
2016-10-12
trace: get rid of generated-events.h/generated-events.c
Daniel P. Berrange
4
-116
/
+65
2016-10-12
trace: dynamically allocate event IDs at runtime
Daniel P. Berrange
2
-12
/
+2
2016-10-12
trace: provide mechanism for registering trace events
Daniel P. Berrange
1
-0
/
+6
2016-10-12
trace: emit name <-> ID mapping in simpletrace header
Daniel P. Berrange
1
-2
/
+22
2016-10-12
trace: remove the TraceEventID and TraceEventVCPUID enums
Daniel P. Berrange
4
-26
/
+16
2016-10-12
trace: give each trace event a named TraceEvent struct
Daniel P. Berrange
3
-9
/
+22
2016-10-12
trace: remove duplicate control.h includes in generated-tracers.h
Daniel P. Berrange
3
-4
/
+1
2016-10-12
trace: remove global 'uint16 dstate[]' array
Daniel P. Berrange
3
-3
/
+12
2016-09-05
trace: add syslog tracing backend
Paul Durrant
1
-0
/
+45
2016-07-18
trace: Conditionally trace events based on their per-vCPU state
Lluís Vilanova
6
-29
/
+57
2016-07-18
trace: Identify events with the 'vcpu' property
Lluís Vilanova
2
-3
/
+20
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
Clean up includes some more
Markus Armbruster
5
-11
/
+1
2016-03-01
trace: Add a proper API to manage auto-generated events from the 'tcg' property
Lluís Vilanova
1
-3
/
+10
2016-03-01
trace: Add 'vcpu' event property to trace guest vCPU
Lluís Vilanova
9
-31
/
+146
2016-03-01
trace: Add helper function to cast event arguments
Lluís Vilanova
1
-0
/
+4
2016-03-01
trace: Remove unnecessary intermediate event copies
Lluís Vilanova
3
-7
/
+6
2016-03-01
trace: Extend API to manage event arguments
Lluís Vilanova
1
-2
/
+13
2016-02-23
tracetool: Include osdep.h in generated-ust.c
Peter Maydell
1
-0
/
+2
2016-02-16
scripts/tracetool: Include qemu/osdep.h in generated .c files
Peter Maydell
3
-1
/
+4
[next]