Age | Commit message (Expand) | Author |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2017-09-19 | Convert remaining error_report() to warn_report() | Alistair Francis |
2017-07-17 | trace: Allocate cpu->trace_dstate in place | Lluís Vilanova |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-16 | trace: Add event "guest_cpu_exit" | Lluís Vilanova |
2017-01-16 | trace: Fix dynamic event state on vCPU hot-unplug | Lluís Vilanova |
2016-10-12 | trace: dynamically allocate event IDs at runtime | Daniel P. Berrange |
2016-10-12 | trace: dynamically allocate trace_dstate in CPUState | Daniel P. Berrange |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange |
2016-10-12 | trace: remove the TraceEventID and TraceEventVCPUID enums | Daniel P. Berrange |
2016-10-12 | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange |
2016-10-12 | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange |
2016-10-12 | trace: remove some now unused functions | Daniel P. Berrange |
2016-10-12 | trace: convert code to use event iterators | Daniel P. Berrange |
2016-10-12 | trace: add trace event iterator APIs | Daniel P. Berrange |
2016-09-28 | trace: Properly initialize dynamic event states in hot-plugged vCPUs | Lluís Vilanova |
2016-09-05 | trace: Remove 'trace_events_dstate_init' | Lluís Vilanova |
2016-09-05 | trace: add syslog tracing backend | Paul Durrant |
2016-07-18 | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova |
2016-06-28 | trace: move qemu_trace_opts to trace/control.c | Denis V. Lunev |
2016-06-20 | log: Fix qemu_set_log_filename() error handling | Markus Armbruster |
2016-03-31 | trace: do not always call exit() in trace_enable_events | Denis V. Lunev |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-02-03 | trace: convert stderr backend to log | Paolo Bonzini |
2016-02-03 | trace: add "-trace help" | Paolo Bonzini |
2016-02-03 | trace: add "-trace enable=..." | Paolo Bonzini |
2016-02-03 | trace: split trace_init_file out of trace_init_backends | Paolo Bonzini |
2016-02-03 | trace: split trace_init_events out of trace_init_backends | Paolo Bonzini |
2016-02-03 | trace: track enabled events in a separate array | Paolo Bonzini |
2016-02-03 | trace: count number of enabled events | Paolo Bonzini |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei |
2014-09-26 | trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP | Lluís Vilanova |
2014-06-09 | trace: Replace fprintf with error_report and print location | Alexey Kardashevskiy |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova |
2014-06-09 | trace: Replace error with warning if event is not defined | Alexey Kardashevskiy |
2013-03-28 | trace: Provide a detailed event control interface | Lluís Vilanova |
2012-11-16 | trace: allow disabling events in events file | Gerd Hoffmann |
2012-07-19 | trace: added ability to comment out events in the list | Alexey Kardashevskiy |
2011-09-01 | trace: add "-trace events" argument to control initial state | Lluís |