COMMITS
/ trace/simple.c October 7, 2021
P
trace: simple: pass trace_file unmodified to config-host.h
Paolo Bonzini committed
June 1, 2021
G
trace/simple: add st_init_group
Gerd Hoffmann committed
G
trace/simple: pass iter to st_write_event_mapping
Gerd Hoffmann committed
G
trace: iter init tweaks
Gerd Hoffmann committed
May 27, 2020
M
trace/simple: Fix unauthorized enable
Markus Armbruster committed
April 17, 2019
M
trace: Simplify how st_print_trace_file_status() prints
Markus Armbruster committed
November 27, 2018
L
trace: simple style changes
Larry Dewey committed
May 4, 2018
D
glib: bump min required glib library version to 2.40
Daniel P. Berrangé committed
September 11, 2017
A
Convert single line fprintf(.../n) to warn_report()
Alistair Francis committed
January 25, 2017
D
trace: switch to modular code generation for sub-directories
Daniel P. Berrange committed
October 4, 2016
D
trace: emit name <-> ID mapping in simpletrace header
Daniel P. Berrange committed
D
trace: remove the TraceEventID and TraceEventVCPUID enums
Daniel P. Berrange committed
March 23, 2016
S
Fix some typos found by codespell
Stefan Weil committed
January 29, 2016
P
all: Clean up includes
Peter Maydell committed
January 7, 2016
P
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini committed
March 11, 2015
S
trace/simple: Fix warning and wrong trace file name for MinGW
Stefan Weil committed
May 8, 2014
M
glib-compat.h: add new thread API emulation on top of pre-2.31 API
Michael Tokarev committed
May 27, 2014
L
trace: Multi-backend tracing
Lluís Vilanova committed
May 7, 2014
S
trace: add pid field to simpletrace record
Stefan Hajnoczi committed
February 23, 2014
L
trace: [simple] Bump up log version number
Lluís Vilanova committed
October 8, 2013
S
osdep: initialize glib threads in all QEMU tools
Stefan Hajnoczi committed
December 12, 2013
S
trace: add glib 2.32+ static GMutex support
Stefan Hajnoczi committed
January 14, 2014
L
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
Lluís Vilanova committed
March 5, 2013
L
trace: [simple] Port to generic event information and new control interface
Lluís Vilanova committed
February 12, 2013
S
trace: deal with deprecated glib thread functions
Stefan Hajnoczi committed
S
trace: use glib atomic int types
Stefan Hajnoczi committed
January 25, 2013
M
trace: Clean up the "try to update atomic until it worked" loops
Markus Armbruster committed
M
trace: Direct access of atomics is verboten, use the API
Markus Armbruster committed
M
trace: Fix simple trace dropped event record for big endian
Markus Armbruster committed
December 17, 2012
P
misc: move include files to include/qemu/
Paolo Bonzini committed
August 13, 2012
S
trace/simple: Replace asprintf by g_strdup_printf
Stefan Weil committed
July 20, 2012
H
trace: avoid pointer aliasing in trace_record_finish()
Harsh Prateek Bora committed
H
trace: drop unused TraceBufferRecord->next_tbuf_idx field
Harsh Prateek Bora committed
H
trace: remove unnecessary write_to_buffer() typecasting
Harsh Prateek Bora committed
H
trace: rename TraceRecordHeader to TraceLogHeader
Harsh Prateek Bora committed
July 18, 2012
H
Simpletrace v2: Support multiple arguments, strings.
Harsh Prateek Bora committed
H
monitor: remove unused do_info_trace
Harsh Prateek Bora committed
June 7, 2012
H
trace/simple.c: fix deprecated glib2 interface
Harsh Prateek Bora committed
March 8, 2012
J
trace: make trace_thread_create() use its function arg
Jun Koi committed
December 20, 2011
A
g_thread_init users: don't call it if glib >= 2.31
Alon Levy committed
October 31, 2011
M
trace: Add wildcard trace event support
Mark Wu committed
September 5, 2011
S
trace: use binary file open mode in simpletrace
Stefan Hajnoczi committed
S
trace: portable simple trace backend using glib
Stefan Hajnoczi committed
August 31, 2011
L
trace: add "-trace events" argument to control initial state
Lluís committed
L
trace: avoid conditional code compilation during option parsing
Lluís committed
L
trace: move backend-specific code into the trace/ directory
Lluís committed