Age | Commit message (Expand) | Author |
2020-09-09 | scripts/tracetool: Use void pointer for vcpu | Roman Bolshakov |
2020-09-09 | scripts/tracetool: Fix dtrace generation for macOS | Roman Bolshakov |
2020-08-21 | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-30 | tracetool: carefully define SDT_USE_VARIADIC | Stefan Hajnoczi |
2020-07-07 | tracetool: work around ust <sys/sdt.h> include conflict | Stefan Hajnoczi |
2020-06-24 | scripts/tracetool: Update maintainer email address | Philippe Mathieu-Daudé |
2020-02-07 | scripts/tracetool: Remove shebang header | Philippe Mathieu-Daudé |
2019-10-28 | trace: add mmu_index to mem_info | Alex Bennée |
2019-10-15 | trace: avoid "is" with a literal Python 3.8 warnings | Stefan Hajnoczi |
2019-09-18 | trace: Forbid event format ending with newline character | Philippe Mathieu-Daudé |
2019-08-16 | trace: Do not include qom/cpu.h into generated trace.h | Markus Armbruster |
2019-08-16 | trace: Eliminate use of TARGET_FMT_plx | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson |
2019-03-22 | trace: avoid SystemTap dtrace(1) warnings on empty files | Stefan Hajnoczi |
2019-01-24 | trace: add ability to do simple printf logging via systemtap | Daniel P. Berrangé |
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é |
2019-01-17 | scripts: Remove unused python imports | Philippe Mathieu-Daudé |
2018-12-12 | tracetool: Include thread id information in log backend | Fabiano Rosas |
2018-06-29 | trace: Fix format string for the struct timeval members casted to size_t | Philippe Mathieu-Daudé |
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-03-12 | log-for-trace.h: Split out parts of log.h used by trace.h | Peter Maydell |
2018-02-19 | tracetool: For ust trace bool type as ctf_integer | Jon Emil Jahren |
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-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 |