Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-02-03 | trace: convert stderr backend to log | Paolo Bonzini | 1 | -4/+5 |
2016-02-03 | trace: track enabled events in a separate array | Paolo Bonzini | 1 | -1/+1 |
2015-03-02 | trace: add DTrace reserved words for .d files | Stefan Hajnoczi | 1 | -7/+19 |
2015-02-06 | trace: Print PID and time in stderr traces | Dr. David Alan Gilbert | 1 | -1/+9 |
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 | 2 | -10/+11 |
2014-08-28 | trace: avoid Python 2.5 all() in tracetool | Stefan Hajnoczi | 1 | -1/+2 |
2014-08-12 | trace: teach lttng backend to use format strings | Alex Bennée | 2 | -6/+21 |
2014-08-12 | trace: [tcg] Generate TCG tracing routines | Lluís Vilanova | 1 | -0/+57 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routine wrappers | Lluís Vilanova | 1 | -0/+70 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routines | Lluís Vilanova | 1 | -0/+50 |
2014-08-12 | trace: [tcg] Declare TCG tracing helper routines | Lluís Vilanova | 2 | -0/+51 |
2014-08-12 | trace: [tcg] Add 'tcg' event property | Lluís Vilanova | 2 | -5/+64 |
2014-08-12 | trace: [tcg] Argument type transformation machinery | Lluís Vilanova | 1 | -1/+29 |
2014-08-12 | trace: [tcg] Argument type transformation rules | Lluís Vilanova | 1 | -0/+166 |
2014-08-12 | trace: add tracetool simpletrace_stap format | Stefan Hajnoczi | 1 | -0/+71 |
2014-08-12 | trace: extract stap_escape() function for reuse | Stefan Hajnoczi | 1 | -3/+8 |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova | 2 | -20/+19 |
2014-05-07 | trace: [tracetool] Minimize the amount of per-backend code | Lluís Vilanova | 17 | -395/+307 |
2014-05-07 | trace: [tracetool] Change format docs to point to the generated file | Lluís Vilanova | 7 | -11/+11 |
2014-05-07 | trace: [tracetool] Show list of frontends and backends sorted by name | Lluís Vilanova | 2 | -3/+3 |
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 | 6 | -17/+27 |