Age | Commit message (Expand) | Author |
2019-01-24 | trace: forbid use of %m in trace event format strings | Daniel P. Berrangé |
2019-01-24 | trace: enforce that every trace-events file has a final newline | Daniel P. Berrangé |
2018-06-27 | trace: forbid floating point types | Stefan Hajnoczi |
2018-03-12 | trace: only permit standard C types and fixed size integer types | Daniel P. Berrangé |
2018-03-12 | trace: include filename when printing parser error messages | Daniel P. Berrangé |
2018-02-19 | tracetool: Update argument format regex to non-greedy star | Jon Emil Jahren |
2018-01-29 | tracetool: report error on foo() instead of foo(void) | Stefan Hajnoczi |
2018-01-29 | tracetool: clarify that "formats" means "format strings" | Stefan Hajnoczi |
2018-01-29 | tracetool: prefix parse errors with line numbers | Stefan Hajnoczi |
2017-08-01 | trace: add TRACE_<event>_BACKEND_DSTATE() | Stefan Hajnoczi |
2017-07-17 | trace: [tcg] Do not generate TCG code to trace dynamically-disabled events | Lluís Vilanova |
2017-05-08 | trace: disallow more than 10 arguments per trace event | Daniel P. Berrange |
2016-10-12 | trace: introduce a formal group name for trace events | Daniel P. Berrange |
2016-10-12 | trace: push reading of events up a level to tracetool main | Daniel P. Berrange |
2016-10-12 | trace: rename _read_events to read_events | Daniel P. Berrange |
2016-10-12 | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange |
2016-10-12 | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange |
2016-03-01 | trace: Add a proper API to manage auto-generated events from the 'tcg' property | Lluís Vilanova |
2016-03-01 | trace: Add 'vcpu' event property to trace guest vCPU | Lluís Vilanova |
2016-03-01 | trace: Add helper function to cast event arguments | Lluís Vilanova |
2016-03-01 | trace: Remove unnecessary intermediate event copies | Lluís Vilanova |
2016-03-01 | trace: Extend API to manage event arguments | Lluís Vilanova |
2014-11-18 | Tracing: Fix simpletrace.py error on tcg enabled binary traces | Christoph Seifert |
2014-09-26 | scripts/tracetool: don't barf on formats with precision | Alex Bennée |
2014-09-26 | trace: tighten up trace-events regex to fix bad parse | Stefan Hajnoczi |
2014-09-26 | trace: [ust] Fix format string computation in tcg-enabled events | Lluís Vilanova |
2014-08-12 | trace: teach lttng backend to use format strings | Alex Bennée |
2014-08-12 | trace: [tcg] Declare TCG tracing helper routines | Lluís Vilanova |
2014-08-12 | trace: [tcg] Add 'tcg' event property | Lluís Vilanova |
2014-08-12 | trace: [tcg] Argument type transformation machinery | Lluís Vilanova |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova |
2014-05-07 | trace: [tracetool] Minimize the amount of per-backend code | Lluís Vilanova |
2014-05-07 | trace: [tracetool] Cosmetic changes | Lluís Vilanova |
2014-05-07 | trace: [tracetool] Spacing changes | Lluís Vilanova |
2014-05-07 | trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' | Lluís Vilanova |
2014-05-07 | trace: [tracetool] Add method 'Event.api' to build event names | Lluís Vilanova |
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: Add support for the 'dtrace' backend | Lluís Vilanova |
2012-04-18 | tracetool: Rewrite infrastructure as python modules | Lluís Vilanova |