56 Commits (9761ad5f65d23f080b5a3479e52196fbce2e1506)

Author SHA1 Message Date
oltolm 9761ad5f65 meson: fix Windows build 10 months ago
Philippe Mathieu-Daudé 4c2b6f3287 tracetool: Forbid newline character in event format 2 years ago
Philippe Mathieu-Daudé 0e2b9edfb6 tracetool: Remove unused vcpu.py script 2 years ago
Marc-André Lureau 4d96307c5b tracetool: avoid invalid escape in Python string 2 years ago
Paolo Bonzini e6d8e5e6e3 tracetool: avoid invalid escape in Python string 3 years ago
Richard Henderson 29c87a281e tracing: remove transform.py 3 years ago
Alex Bennée 126d4123c5 tracing: excise the tcg related from tracetool 4 years ago
Philippe Mathieu-Daudé 54fa79b793 scripts/tracetool: Replace the word 'whitelist' 5 years ago
Stefan Hajnoczi 4e66c9ef64 tracetool: add input filename and line number to Event 6 years ago
Stefan Hajnoczi 294170c1dd tracetool: add out_lineno and out_next_lineno to out() 6 years ago
Stefan Hajnoczi c05012a365 tracetool: add output filename command-line argument 6 years ago
zhaolichang 65fdb3cc2e scripts/: fix some comment spelling errors 6 years ago
Philippe Mathieu-Daudé f892b494fa scripts/tracetool: Update maintainer email address 6 years ago
Philippe Mathieu-Daudé 91aef87a2b scripts/tracetool: Remove shebang header 6 years ago
Stefan Hajnoczi 403e11edbf trace: avoid "is" with a literal Python 3.8 warnings 7 years ago
Philippe Mathieu-Daudé 9f7ad79c16 trace: Forbid event format ending with newline character 7 years ago
Daniel P. Berrangé 772f1b3721 trace: forbid use of %m in trace event format strings 7 years ago
Daniel P. Berrangé 7760636309 trace: enforce that every trace-events file has a final newline 7 years ago
Stefan Hajnoczi ec09f87753 trace: forbid floating point types 8 years ago
Daniel P. Berrangé 73ff061032 trace: only permit standard C types and fixed size integer types 8 years ago
Daniel P. Berrangé 86b5aacfb9 trace: include filename when printing parser error messages 8 years ago
Jon Emil Jahren fb1a66bc01 tracetool: Update argument format regex to non-greedy star 8 years ago
Stefan Hajnoczi 24f4d3d3ae tracetool: report error on foo() instead of foo(void) 8 years ago
Stefan Hajnoczi 6e497fa1b1 tracetool: clarify that "formats" means "format strings" 8 years ago
Stefan Hajnoczi 5069b56189 tracetool: prefix parse errors with line numbers 8 years ago
Stefan Hajnoczi 3932ef3ffb trace: add TRACE_<event>_BACKEND_DSTATE() 9 years ago
Lluís Vilanova 864a2178d4 trace: [tcg] Do not generate TCG code to trace dynamically-disabled events 9 years ago
Daniel P. Berrange f3fddaf60b trace: disallow more than 10 arguments per trace event 9 years ago
Daniel P. Berrange 80dd5c4918 trace: introduce a formal group name for trace events 10 years ago
Daniel P. Berrange 9096b78a38 trace: push reading of events up a level to tracetool main 10 years ago
Daniel P. Berrange d1b97bcea3 trace: rename _read_events to read_events 10 years ago
Daniel P. Berrange 79218be42b trace: give each trace event a named TraceEvent struct 10 years ago
Daniel P. Berrange 9397740244 trace: remove global 'uint16 dstate[]' array 10 years ago
Lluís Vilanova 4ade0541de trace: Add a proper API to manage auto-generated events from the 'tcg' property 10 years ago
Lluís Vilanova 3d211d9f4d trace: Add 'vcpu' event property to trace guest vCPU 10 years ago
Lluís Vilanova bc9beb47c7 trace: Add helper function to cast event arguments 10 years ago
Lluís Vilanova 56797b1fbc trace: Remove unnecessary intermediate event copies 10 years ago
Lluís Vilanova 3596f524d4 trace: Extend API to manage event arguments 10 years ago
Christoph Seifert 776ec96f79 Tracing: Fix simpletrace.py error on tcg enabled binary traces 12 years ago
Alex Bennée 931f53e184 scripts/tracetool: don't barf on formats with precision 12 years ago
Stefan Hajnoczi f9bbba9569 trace: tighten up trace-events regex to fix bad parse 12 years ago
Lluís Vilanova 2321442920 trace: [ust] Fix format string computation in tcg-enabled events 12 years ago
Alex Bennée 41ef7b00ab trace: teach lttng backend to use format strings 12 years ago
Lluís Vilanova 707c8a98e4 trace: [tcg] Declare TCG tracing helper routines 12 years ago
Lluís Vilanova b2b36c22bd trace: [tcg] Add 'tcg' event property 12 years ago
Lluís Vilanova b55835ac10 trace: [tcg] Argument type transformation machinery 12 years ago
Lluís Vilanova 5b808275f3 trace: Multi-backend tracing 12 years ago
Lluís Vilanova 1dad2ce973 trace: [tracetool] Minimize the amount of per-backend code 12 years ago
Lluís Vilanova 53158adc23 trace: [tracetool] Cosmetic changes 12 years ago
Lluís Vilanova 9c24a52e29 trace: [tracetool] Spacing changes 12 years ago