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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
__init__.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
tracing: excise the tcg related from tracetool
Alex Bennée
1
-39
/
+2
2021-03-09
scripts/tracetool: Replace the word 'whitelist'
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-04
tracetool: add input filename and line number to Event
Stefan Hajnoczi
1
-5
/
+22
2021-01-04
tracetool: add out_lineno and out_next_lineno to out()
Stefan Hajnoczi
1
-1
/
+9
2021-01-04
tracetool: add output filename command-line argument
Stefan Hajnoczi
1
-2
/
+16
2020-09-17
scripts/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
2020-06-24
scripts/tracetool: Update maintainer email address
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-07
scripts/tracetool: Remove shebang header
Philippe Mathieu-Daudé
1
-1
/
+0
2019-10-15
trace: avoid "is" with a literal Python 3.8 warnings
Stefan Hajnoczi
1
-2
/
+2
2019-09-18
trace: Forbid event format ending with newline character
Philippe Mathieu-Daudé
1
-0
/
+3
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
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-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-01
trace: add TRACE_<event>_BACKEND_DSTATE()
Stefan Hajnoczi
1
-0
/
+1
2017-07-17
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
Lluís Vilanova
1
-1
/
+2
2017-05-08
trace: disallow more than 10 arguments per trace event
Daniel P. Berrange
1
-0
/
+4
2016-10-12
trace: introduce a formal group name for trace events
Daniel P. Berrange
1
-2
/
+4
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: give each trace event a named TraceEvent struct
Daniel P. Berrange
1
-0
/
+1
2016-10-12
trace: remove global 'uint16 dstate[]' array
Daniel P. Berrange
1
-1
/
+2
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
1
-2
/
+9
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
1
-3
/
+2
2016-03-01
trace: Extend API to manage event arguments
Lluís Vilanova
1
-2
/
+13
2014-11-18
Tracing: Fix simpletrace.py error on tcg enabled binary traces
Christoph Seifert
1
-34
/
+33
2014-09-26
scripts/tracetool: don't barf on formats with precision
Alex Bennée
1
-1
/
+1
2014-09-26
trace: tighten up trace-events regex to fix bad parse
Stefan Hajnoczi
1
-2
/
+2
2014-09-26
trace: [ust] Fix format string computation in tcg-enabled events
Lluís Vilanova
1
-9
/
+10
2014-08-12
trace: teach lttng backend to use format strings
Alex Bennée
1
-2
/
+10
2014-08-12
trace: [tcg] Declare TCG tracing helper routines
Lluís Vilanova
1
-0
/
+1
2014-08-12
trace: [tcg] Add 'tcg' event property
Lluís Vilanova
1
-5
/
+59
2014-08-12
trace: [tcg] Argument type transformation machinery
Lluís Vilanova
1
-1
/
+29
2014-06-09
trace: Multi-backend tracing
Lluís Vilanova
1
-13
/
+11
2014-05-07
trace: [tracetool] Minimize the amount of per-backend code
Lluís Vilanova
1
-17
/
+2
2014-05-07
trace: [tracetool] Cosmetic changes
Lluís Vilanova
1
-7
/
+7
2014-05-07
trace: [tracetool] Spacing changes
Lluís Vilanova
1
-3
/
+4
2014-05-07
trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'
Lluís Vilanova
1
-0
/
+9
2014-05-07
trace: [tracetool] Add method 'Event.api' to build event names
Lluís Vilanova
1
-1
/
+9
2012-05-01
tracetool: avoid str.rpartition() Python 2.5 function
Stefan Hajnoczi
1
-7
/
+10
2012-05-01
tracetool: use Python 2.4-compatible __import__() arguments
Stefan Hajnoczi
1
-1
/
+1
2012-04-18
tracetool: Add support for the 'dtrace' backend
Lluís Vilanova
1
-1
/
+10
2012-04-18
tracetool: Rewrite infrastructure as python modules
Lluís Vilanova
1
-0
/
+262