aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracetool
AgeCommit message (Expand)Author
2021-02-01trace: make the 'log' backend timestamp configurableStefan Hajnoczi
2021-02-01tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé
2021-02-01tracetool: fix "PRI" macro decodingLaurent Vivier
2021-01-04tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi
2021-01-04tracetool: add input filename and line number to EventStefan Hajnoczi
2021-01-04tracetool: add out_lineno and out_next_lineno to out()Stefan Hajnoczi
2021-01-04tracetool: add output filename command-line argumentStefan Hajnoczi
2020-11-11scripts/tracetool: silence SystemTap dtrace(1) long long warningsStefan Hajnoczi
2020-09-17scripts/: fix some comment spelling errorszhaolichang
2020-09-09scripts/tracetool: Use void pointer for vcpuRoman Bolshakov
2020-09-09scripts/tracetool: Fix dtrace generation for macOSRoman Bolshakov
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-30tracetool: carefully define SDT_USE_VARIADICStefan Hajnoczi
2020-07-07tracetool: work around ust <sys/sdt.h> include conflictStefan Hajnoczi
2020-06-24scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé
2019-10-28trace: add mmu_index to mem_infoAlex Bennée
2019-10-15trace: avoid "is" with a literal Python 3.8 warningsStefan Hajnoczi
2019-09-18trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster
2019-08-16trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-03-22trace: avoid SystemTap dtrace(1) warnings on empty filesStefan Hajnoczi
2019-01-24trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé
2019-01-24trace: forbid use of %m in trace event format stringsDaniel P. Berrangé
2019-01-24trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé
2019-01-17scripts: Remove unused python importsPhilippe Mathieu-Daudé
2018-12-12tracetool: Include thread id information in log backendFabiano Rosas
2018-06-29trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé
2018-06-27trace: forbid floating point typesStefan Hajnoczi
2018-03-12trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé
2018-03-12trace: include filename when printing parser error messagesDaniel P. Berrangé
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell
2018-02-19tracetool: For ust trace bool type as ctf_integerJon Emil Jahren
2018-02-19tracetool: Update argument format regex to non-greedy starJon Emil Jahren
2018-01-29tracetool: report error on foo() instead of foo(void)Stefan Hajnoczi
2018-01-29tracetool: clarify that "formats" means "format strings"Stefan Hajnoczi
2018-01-29tracetool: prefix parse errors with line numbersStefan Hajnoczi
2017-08-15trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi
2017-08-01trace: ensure unique function / variable names per .stp fileDaniel P. Berrange
2017-07-17trace: [tcg, trivial] Re-align generated codeLluís Vilanova
2017-07-17trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova
2017-05-08trace: disallow more than 10 arguments per trace eventDaniel P. Berrange
2017-03-28trace: fix tcg tracing build breakageStefan Hajnoczi
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange