summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool
Commit message (Expand)AuthorAgeFilesLines
* trace: fix compilation with lttng-ust >= 2.13Marc-André Lureau2022-04-011-2/+2
* tracing: excise the tcg related from tracetoolAlex Bennée2022-02-096-331/+4Star
* scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-03-091-1/+1
* trace: make the 'log' backend timestamp configurableStefan Hajnoczi2021-02-011-6/+13
* tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé2021-02-011-1/+6
* tracetool: fix "PRI" macro decodingLaurent Vivier2021-02-011-0/+1
* tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi2021-01-043-0/+12
* tracetool: add input filename and line number to EventStefan Hajnoczi2021-01-041-5/+22
* tracetool: add out_lineno and out_next_lineno to out()Stefan Hajnoczi2021-01-041-1/+9
* tracetool: add output filename command-line argumentStefan Hajnoczi2021-01-041-2/+16
* scripts/tracetool: silence SystemTap dtrace(1) long long warningsStefan Hajnoczi2020-11-111-0/+6
* scripts/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* scripts/tracetool: Use void pointer for vcpuRoman Bolshakov2020-09-091-1/+1
* scripts/tracetool: Fix dtrace generation for macOSRoman Bolshakov2020-09-091-1/+14
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-212-6/+2Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-213-6/+3Star
* tracetool: carefully define SDT_USE_VARIADICStefan Hajnoczi2020-07-301-0/+4
* tracetool: work around ust <sys/sdt.h> include conflictStefan Hajnoczi2020-07-071-0/+6
* scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé2020-06-2417-17/+17
* scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé2020-02-0723-23/+0Star
* trace: add mmu_index to mem_infoAlex Bennée2019-10-281-0/+1
* trace: avoid "is" with a literal Python 3.8 warningsStefan Hajnoczi2019-10-151-2/+2
* trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé2019-09-181-0/+3
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-162-1/+7
* trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster2019-08-161-3/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* trace: avoid SystemTap dtrace(1) warnings on empty filesStefan Hajnoczi2019-03-221-0/+5
* trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé2019-01-241-0/+127
* trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2019-01-241-0/+4
* trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé2019-01-241-0/+2
* scripts: Remove unused python importsPhilippe Mathieu-Daudé2019-01-171-1/+1
* tracetool: Include thread id information in log backendFabiano Rosas2018-12-121-1/+1
* trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé2018-06-291-1/+1
* trace: forbid floating point typesStefan Hajnoczi2018-06-271-2/+0Star
* trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé2018-03-121-0/+46
* trace: include filename when printing parser error messagesDaniel P. Berrangé2018-03-121-2/+4
* log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell2018-03-121-7/+6Star
* tracetool: For ust trace bool type as ctf_integerJon Emil Jahren2018-02-191-1/+2
* tracetool: Update argument format regex to non-greedy starJon Emil Jahren2018-02-191-2/+3
* tracetool: report error on foo() instead of foo(void)Stefan Hajnoczi2018-01-291-0/+2
* tracetool: clarify that "formats" means "format strings"Stefan Hajnoczi2018-01-291-4/+4
* tracetool: prefix parse errors with line numbersStefan Hajnoczi2018-01-291-2/+7
* trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi2017-08-151-29/+2Star
* trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-019-0/+56
* trace: ensure unique function / variable names per .stp fileDaniel P. Berrange2017-08-011-10/+19
* trace: [tcg, trivial] Re-align generated codeLluís Vilanova2017-07-176-28/+29
* trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova2017-07-174-14/+41
* trace: disallow more than 10 arguments per trace eventDaniel P. Berrange2017-05-081-0/+4
* trace: fix tcg tracing build breakageStefan Hajnoczi2017-03-282-0/+2