summary refs log tree commit diff stats
path: root/scripts/tracetool/backend (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/backend: remove redundant trace event checksTanish Desai2025-10-014-22/+10
* tracetool: add CHECK_TRACE_EVENT_GET_STATETanish Desai2025-10-011-12/+27
* trace/ftrace: move snprintf+write from tracepoints to ftrace.cPaolo Bonzini2025-10-011-10/+2
* tracetool: add SPDX headersPaolo Bonzini2025-10-017-0/+14
* treewide: remove unnessary "coding" headerPaolo Bonzini2025-10-017-14/+0
* tracetool: fix usage of try_import()Paolo Bonzini2025-10-011-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-223-15/+3
* meson: fix Windows buildoltolm2025-06-163-9/+3
* trace/simple: seperate hot paths of tracing fucntionsTanish Desai2025-06-021-13/+10
* tracetool: use relative paths for '#line' preprocessor directivesThomas De Schampheleire2023-04-243-3/+9
* trace: make the 'log' backend timestamp configurableStefan Hajnoczi2021-02-011-6/+13
* tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi2021-01-043-0/+12
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-212-6/+2
* 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-245-5/+5
* scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé2020-02-077-7/+0
* 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
* log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell2018-03-121-7/+6
* trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-017-0/+45
* trace: [tcg, trivial] Re-align generated codeLluís Vilanova2017-07-176-28/+29
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-313-3/+12
* trace: Fix 'char **' compilation error in simple backendFam Zheng2016-10-271-1/+2
* trace: introduce a formal group name for trace eventsDaniel P. Berrange2016-10-127-20/+20
* trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange2016-10-121-2/+2
* trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange2016-10-123-4/+1
* trace: add syslog tracing backendPaul Durrant2016-09-051-0/+45
* trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova2016-07-185-27/+40
* Clean up includes some moreMarkus Armbruster2016-03-221-5/+1
* scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell2016-02-161-1/+2
* trace: convert stderr backend to logPaolo Bonzini2016-02-031-4/+5
* trace: Print PID and time in stderr tracesDr. David Alan Gilbert2015-02-061-1/+9
* trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi2014-08-281-1/+2
* trace: Multi-backend tracingLluís Vilanova2014-06-091-7/+8
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-077-313/+153
* trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova2014-05-071-1/+1
* trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova2014-05-074-13/+15
* Modified the tracetool framework for LTTng 2.xMohamad Gebai2014-02-191-56/+45
* trace: fix simple trace "disable" keywordStefan Hajnoczi2014-01-271-1/+2
* trace: [simple] Do not include "trace/simple.h" in generated tracer headersLluís Vilanova2014-01-271-3/+0
* trace: Add ftrace tracing backendEiichi Tsukata2013-05-031-0/+54
* trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova2013-03-281-19/+8
* trace: [simple] Port to generic event information and new control interfaceLluís Vilanova2013-03-281-13/+5
* trace: Provide a generic tracing event descriptorLluís Vilanova2013-03-281-0/+23