summary refs log tree commit diff stats
path: root/scripts/tracetool (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracetool/syslog: add Rust supportTanish Desai2025-10-011-1/+6
* tracetool/ftrace: add Rust supportTanish Desai2025-10-011-1/+7
* tracetool/log: add Rust supportTanish Desai2025-10-011-1/+9
* tracetool/simple: add Rust supportTanish Desai2025-10-011-0/+7
* tracetool: Add Rust format supportTanish Desai2025-10-012-0/+219
* tracetool/backend: remove redundant trace event checksTanish Desai2025-10-014-22/+10
* tracetool: add CHECK_TRACE_EVENT_GET_STATETanish Desai2025-10-012-16/+36
* trace/ftrace: move snprintf+write from tracepoints to ftrace.cPaolo Bonzini2025-10-011-10/+2
* tracetool: add SPDX headersPaolo Bonzini2025-10-0117-0/+34
* treewide: remove unnessary "coding" headerPaolo Bonzini2025-10-0117-34/+0
* tracetool: remove dead codePaolo Bonzini2025-10-014-48/+6
* tracetool: fix usage of try_import()Paolo Bonzini2025-10-012-2/+2
* tracetool: drop the probe "__nocheck__" wrappingDaniel P. Berrangé2025-09-162-16/+1
* tracetool: include SPDX-License-Identifier in generated filesDaniel P. Berrangé2025-09-168-1/+9
* tracetool: avoid space after "*" in arg typesDaniel P. Berrangé2025-09-161-1/+7
* tracetool: eliminate trailing whitespace in C formatDaniel P. Berrangé2025-09-161-1/+1
* log: make '-msg timestamp=on' apply to all qemu_log usageDaniel P. Berrangé2025-07-241-13/+1
* tracetool: removed the unused vcpu propertyTanish Desai2025-07-224-16/+4
* meson: fix Windows buildoltolm2025-06-164-12/+15
* trace/simple: seperate hot paths of tracing fucntionsTanish Desai2025-06-021-13/+10
* tracetool: Forbid newline character in event formatPhilippe Mathieu-Daudé2024-06-101-0/+2
* tracetool: Remove unused vcpu.py scriptPhilippe Mathieu-Daudé2024-06-102-66/+1
* tracetool: avoid invalid escape in Python stringMarc-André Lureau2023-11-091-1/+1
* tracetool: avoid invalid escape in Python stringPaolo Bonzini2023-10-172-8/+8
* trace: remove control-vcpu.hAlex Bennée2023-06-011-4/+1
* trace: remove vcpu_id from the TraceEvent structureAlex Bennée2023-06-012-16/+1
* tracetool: use relative paths for '#line' preprocessor directivesThomas De Schampheleire2023-04-243-3/+9
* tracing: remove transform.pyRichard Henderson2023-03-052-191/+0
* 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/+4
* 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/+2
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-213-6/+3
* 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/+0
* 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