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