Age | Commit message (Expand) | Author |
2017-08-15 | trace: use static event ID mapping in simpletrace.stp | Stefan Hajnoczi |
2017-08-01 | trace: add TRACE_<event>_BACKEND_DSTATE() | Stefan Hajnoczi |
2017-08-01 | trace: ensure unique function / variable names per .stp file | Daniel P. Berrange |
2017-07-17 | trace: [tcg, trivial] Re-align generated code | Lluís Vilanova |
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 |
2017-03-28 | trace: fix tcg tracing build breakage | Stefan Hajnoczi |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2016-10-27 | trace: Fix 'char **' compilation error in simple backend | Fam Zheng |
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: get rid of generated-events.h/generated-events.c | Daniel P. Berrange |
2016-10-12 | trace: dynamically allocate event IDs at runtime | Daniel P. Berrange |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange |
2016-10-12 | trace: emit name <-> ID mapping in simpletrace header | Daniel P. Berrange |
2016-10-12 | trace: remove the TraceEventID and TraceEventVCPUID enums | Daniel P. Berrange |
2016-10-12 | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange |
2016-10-12 | trace: remove duplicate control.h includes in generated-tracers.h | Daniel P. Berrange |
2016-10-12 | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange |
2016-09-05 | trace: add syslog tracing backend | Paul Durrant |
2016-07-18 | trace: Conditionally trace events based on their per-vCPU state | Lluís Vilanova |
2016-07-18 | trace: Identify events with the 'vcpu' property | Lluís Vilanova |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-03-22 | Clean up includes some more | Markus Armbruster |
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 |
2016-02-23 | tracetool: Include osdep.h in generated-ust.c | Peter Maydell |
2016-02-16 | scripts/tracetool: Include qemu/osdep.h in generated .c files | Peter Maydell |
2016-02-03 | trace: convert stderr backend to log | Paolo Bonzini |
2016-02-03 | trace: track enabled events in a separate array | Paolo Bonzini |
2015-03-02 | trace: add DTrace reserved words for .d files | Stefan Hajnoczi |
2015-02-06 | trace: Print PID and time in stderr traces | Dr. David Alan Gilbert |
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-28 | trace: avoid Python 2.5 all() in tracetool | Stefan Hajnoczi |
2014-08-12 | trace: teach lttng backend to use format strings | Alex Bennée |
2014-08-12 | trace: [tcg] Generate TCG tracing routines | Lluís Vilanova |
2014-08-12 | trace: [tcg] Define TCG tracing helper routine wrappers | Lluís Vilanova |
2014-08-12 | trace: [tcg] Define TCG tracing helper routines | Lluís Vilanova |
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-08-12 | trace: [tcg] Argument type transformation rules | Lluís Vilanova |
2014-08-12 | trace: add tracetool simpletrace_stap format | Stefan Hajnoczi |