summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/ftrace.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracetool/ftrace: add Rust supportTanish Desai2025-10-011-1/+7
* tracetool/backend: remove redundant trace event checksTanish Desai2025-10-011-4/+2
* trace/ftrace: move snprintf+write from tracepoints to ftrace.cPaolo Bonzini2025-10-011-10/+2
* tracetool: add SPDX headersPaolo Bonzini2025-10-011-0/+2
* treewide: remove unnessary "coding" headerPaolo Bonzini2025-10-011-2/+0
* meson: fix Windows buildoltolm2025-06-161-3/+1
* tracetool: use relative paths for '#line' preprocessor directivesThomas De Schampheleire2023-04-241-1/+3
* tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi2021-01-041-0/+4
* scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé2020-02-071-1/+0
* trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-011-0/+5
* trace: [tcg, trivial] Re-align generated codeLluís Vilanova2017-07-171-10/+10
* trace: introduce a formal group name for trace eventsDaniel P. Berrange2016-10-121-2/+2
* trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange2016-10-121-1/+0
* trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova2016-07-181-10/+10
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-071-31/+25
* trace: Add ftrace tracing backendEiichi Tsukata2013-05-031-0/+54