| Commit message (Expand) | Author | Age | Files | Lines |
* | trace: fix "-trace file=..." | Paolo Bonzini | 2021-03-06 | 1 | -6/+7 |
* | trace: Send "-d trace:help" output to stdout | Doug Evans | 2021-01-04 | 1 | -6/+6 |
* | trace: remove argument from trace_init_file | Paolo Bonzini | 2020-11-11 | 1 | -6/+4 |
* | trace/simple: Enable tracing on startup only if the user specifies a trace op... | Josh DuBois | 2020-10-26 | 1 | -1/+5 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -1/+1 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | trace/simple: Allow enabling simple traces from command line | Josh DuBois | 2020-07-29 | 1 | -0/+1 |
* | tracing: only allow -trace to override -D if set | Alex Bennée | 2020-02-25 | 1 | -3/+8 |
* | qemu_set_log_filename: filename argument may be NULL | Salvador Fandino | 2020-01-30 | 1 | -3/+1 |
* | trace: replace hand-crafted pattern_glob with g_pattern_match_simple | Alex Bennée | 2019-12-19 | 1 | -34/+1 |
* | trace: Clarify DTrace/SystemTap help message | Philippe Mathieu-Daudé | 2019-08-27 | 1 | -0/+6 |
* | tracing: Use double-dash spelling for trace option | Yaowei Bai | 2018-07-19 | 1 | -2/+2 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Convert remaining error_report() to warn_report() | Alistair Francis | 2017-09-19 | 1 | -2/+2 |
* | trace: Allocate cpu->trace_dstate in place | Lluís Vilanova | 2017-07-17 | 1 | -1/+8 |
* | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -4/+4 |
* | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 2017-01-31 | 1 | -1/+1 |
* | trace: Add event "guest_cpu_exit" | Lluís Vilanova | 2017-01-16 | 1 | -0/+3 |
* | trace: Fix dynamic event state on vCPU hot-unplug | Lluís Vilanova | 2017-01-16 | 1 | -0/+16 |
* | trace: dynamically allocate event IDs at runtime | Daniel P. Berrange | 2016-10-12 | 1 | -1/+10 |
* | trace: dynamically allocate trace_dstate in CPUState | Daniel P. Berrange | 2016-10-12 | 1 | -0/+5 |
* | trace: provide mechanism for registering trace events | Daniel P. Berrange | 2016-10-12 | 1 | -2/+23 |
* | trace: remove the TraceEventID and TraceEventVCPUID enums | Daniel P. Berrange | 2016-10-12 | 1 | -1/+1 |
* | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange | 2016-10-12 | 1 | -1/+1 |
* | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange | 2016-10-12 | 1 | -6/+0 |
* | trace: remove some now unused functions | Daniel P. Berrange | 2016-10-12 | 1 | -20/+0 |
* | trace: convert code to use event iterators | Daniel P. Berrange | 2016-10-12 | 1 | -36/+41 |
* | trace: add trace event iterator APIs | Daniel P. Berrange | 2016-10-12 | 1 | -0/+21 |
* | trace: Properly initialize dynamic event states in hot-plugged vCPUs | Lluís Vilanova | 2016-09-28 | 1 | -19/+0 |
* | trace: Remove 'trace_events_dstate_init' | Lluís Vilanova | 2016-09-05 | 1 | -11/+10 |
* | trace: add syslog tracing backend | Paul Durrant | 2016-09-05 | 1 | -0/+7 |
* | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova | 2016-07-18 | 1 | -2/+27 |
* | trace: move qemu_trace_opts to trace/control.c | Denis V. Lunev | 2016-06-28 | 1 | -1/+41 |
* | log: Fix qemu_set_log_filename() error handling | Markus Armbruster | 2016-06-20 | 1 | -1/+2 |
* | trace: do not always call exit() in trace_enable_events | Denis V. Lunev | 2016-03-31 | 1 | -1/+4 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | trace: convert stderr backend to log | Paolo Bonzini | 2016-02-03 | 1 | -0/+10 |
* | trace: add "-trace help" | Paolo Bonzini | 2016-02-03 | 1 | -1/+20 |
* | trace: add "-trace enable=..." | Paolo Bonzini | 2016-02-03 | 1 | -21/+27 |
* | trace: split trace_init_file out of trace_init_backends | Paolo Bonzini | 2016-02-03 | 1 | -5/+12 |
* | trace: split trace_init_events out of trace_init_backends | Paolo Bonzini | 2016-02-03 | 1 | -3/+2 |
* | trace: track enabled events in a separate array | Paolo Bonzini | 2016-02-03 | 1 | -0/+1 |
* | trace: count number of enabled events | Paolo Bonzini | 2016-02-03 | 1 | -0/+2 |
* | Remove superfluous '\n' around error_report() | Gonglei | 2015-03-10 | 1 | -1/+1 |
* | trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP | Lluís Vilanova | 2014-09-26 | 1 | -13/+0 |
* | trace: Replace fprintf with error_report and print location | Alexey Kardashevskiy | 2014-06-09 | 1 | -13/+18 |
* | trace: Multi-backend tracing | Lluís Vilanova | 2014-06-09 | 1 | -2/+47 |
* | trace: Replace error with warning if event is not defined | Alexey Kardashevskiy | 2014-06-09 | 1 | -7/+7 |
* | trace: Provide a detailed event control interface | Lluís Vilanova | 2013-03-28 | 1 | -13/+93 |