Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | scripts/: fix some comment spelling errors | zhaolichang | 1 | -1/+1 |
2020-09-09 | scripts/tracetool: Use void pointer for vcpu | Roman Bolshakov | 1 | -1/+1 |
2020-09-09 | scripts/tracetool: Fix dtrace generation for macOS | Roman Bolshakov | 1 | -1/+14 |
2020-08-21 | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini | 2 | -6/+2 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 3 | -6/+3 |
2020-07-30 | tracetool: carefully define SDT_USE_VARIADIC | Stefan Hajnoczi | 1 | -0/+4 |
2020-07-07 | tracetool: work around ust <sys/sdt.h> include conflict | Stefan Hajnoczi | 1 | -0/+6 |
2020-06-24 | scripts/tracetool: Update maintainer email address | Philippe Mathieu-Daudé | 17 | -17/+17 |
2020-02-07 | scripts/tracetool: Remove shebang header | Philippe Mathieu-Daudé | 23 | -23/+0 |
2019-10-28 | trace: add mmu_index to mem_info | Alex Bennée | 1 | -0/+1 |
2019-10-15 | trace: avoid "is" with a literal Python 3.8 warnings | Stefan Hajnoczi | 1 | -2/+2 |
2019-09-18 | trace: Forbid event format ending with newline character | Philippe Mathieu-Daudé | 1 | -0/+3 |
2019-08-16 | trace: Do not include qom/cpu.h into generated trace.h | Markus Armbruster | 2 | -1/+7 |
2019-08-16 | trace: Eliminate use of TARGET_FMT_plx | Markus Armbruster | 1 | -3/+0 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 3 | -3/+0 |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 1 | -1/+1 |
2019-03-22 | trace: avoid SystemTap dtrace(1) warnings on empty files | Stefan Hajnoczi | 1 | -0/+5 |
2019-01-24 | trace: add ability to do simple printf logging via systemtap | Daniel P. Berrangé | 1 | -0/+127 |
2019-01-24 | trace: forbid use of %m in trace event format strings | Daniel P. Berrangé | 1 | -0/+4 |
2019-01-24 | trace: enforce that every trace-events file has a final newline | Daniel P. Berrangé | 1 | -0/+2 |
2019-01-17 | scripts: Remove unused python imports | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-12-12 | tracetool: Include thread id information in log backend | Fabiano Rosas | 1 | -1/+1 |
2018-06-29 | trace: Fix format string for the struct timeval members casted to size_t | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-06-27 | trace: forbid floating point types | Stefan Hajnoczi | 1 | -2/+0 |
2018-03-12 | trace: only permit standard C types and fixed size integer types | Daniel P. Berrangé | 1 | -0/+46 |
2018-03-12 | trace: include filename when printing parser error messages | Daniel P. Berrangé | 1 | -2/+4 |
2018-03-12 | log-for-trace.h: Split out parts of log.h used by trace.h | Peter Maydell | 1 | -7/+6 |
2018-02-19 | tracetool: For ust trace bool type as ctf_integer | Jon Emil Jahren | 1 | -1/+2 |
2018-02-19 | tracetool: Update argument format regex to non-greedy star | Jon Emil Jahren | 1 | -2/+3 |
2018-01-29 | tracetool: report error on foo() instead of foo(void) | Stefan Hajnoczi | 1 | -0/+2 |
2018-01-29 | tracetool: clarify that "formats" means "format strings" | Stefan Hajnoczi | 1 | -4/+4 |
2018-01-29 | tracetool: prefix parse errors with line numbers | Stefan Hajnoczi | 1 | -2/+7 |
2017-08-15 | trace: use static event ID mapping in simpletrace.stp | Stefan Hajnoczi | 1 | -29/+2 |
2017-08-01 | trace: add TRACE_<event>_BACKEND_DSTATE() | Stefan Hajnoczi | 9 | -0/+56 |
2017-08-01 | trace: ensure unique function / variable names per .stp file | Daniel P. Berrange | 1 | -10/+19 |
2017-07-17 | trace: [tcg, trivial] Re-align generated code | Lluís Vilanova | 6 | -28/+29 |
2017-07-17 | trace: [tcg] Do not generate TCG code to trace dynamically-disabled events | Lluís Vilanova | 4 | -14/+41 |
2017-05-08 | trace: disallow more than 10 arguments per trace event | Daniel P. Berrange | 1 | -0/+4 |
2017-03-28 | trace: fix tcg tracing build breakage | Stefan Hajnoczi | 2 | -0/+2 |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 8 | -8/+35 |
2016-10-27 | trace: Fix 'char **' compilation error in simple backend | Fam Zheng | 1 | -1/+2 |
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 |