| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 2017-09-19 | 1 | -1/+2 |
* | Convert remaining error_report() to warn_report() | Alistair Francis | 2017-09-19 | 1 | -2/+2 |
* | trace: Immediately apply per-vCPU state changes if a vCPU is being created | Lluís Vilanova | 2017-09-15 | 1 | -7/+11 |
* | trace: add trace_event_get_state_backends() | Stefan Hajnoczi | 2017-08-01 | 1 | -1/+17 |
* | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | Lluís Vilanova | 2017-07-17 | 2 | -0/+4 |
* | trace: [tcg] Delay changes to dynamic state when translating | Lluís Vilanova | 2017-07-17 | 1 | -2/+16 |
* | 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: Fix early setting of events with the "vcpu" property | Lluís Vilanova | 2017-07-11 | 1 | -3/+7 |
* | trace: fix tcg tracing build breakage | Stefan Hajnoczi | 2017-03-28 | 1 | -8/+8 |
* | trace: ensure $(tracetool-y) is defined in top level makefile | Daniel P. Berrange | 2017-03-16 | 1 | -8/+0 |
* | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 2017-01-31 | 5 | -93/+8 |
* | trace: move setting of group name into Makefiles | Daniel P. Berrange | 2017-01-31 | 1 | -0/+9 |
* | 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 | 2 | -0/+24 |
* | trace: Lock vCPU list when initializing dynamic tracing state | Lluís Vilanova | 2017-01-16 | 1 | -1/+10 |
* | trace: pass trace-events to tracetool as a positional param | Daniel P. Berrange | 2016-10-12 | 1 | -9/+9 |
* | trace: get rid of generated-events.h/generated-events.c | Daniel P. Berrange | 2016-10-12 | 3 | -29/+5 |
* | 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 | 2 | -0/+12 |
* | trace: provide mechanism for registering trace events | Daniel P. Berrange | 2016-10-12 | 3 | -3/+27 |
* | trace: don't abort qemu if ftrace can't be initialized | Daniel P. Berrange | 2016-10-12 | 1 | -0/+6 |
* | trace: emit name <-> ID mapping in simpletrace header | Daniel P. Berrange | 2016-10-12 | 1 | -2/+31 |
* | trace: remove the TraceEventID and TraceEventVCPUID enums | Daniel P. Berrange | 2016-10-12 | 7 | -39/+32 |
* | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange | 2016-10-12 | 2 | -2/+2 |
* | trace: break circular dependency in event-internal.h | Daniel P. Berrange | 2016-10-12 | 1 | -5/+2 |
* | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange | 2016-10-12 | 4 | -31/+21 |
* | trace: remove some now unused functions | Daniel P. Berrange | 2016-10-12 | 3 | -90/+0 |
* | trace: convert code to use event iterators | Daniel P. Berrange | 2016-10-12 | 3 | -46/+55 |
* | trace: add trace event iterator APIs | Daniel P. Berrange | 2016-10-12 | 2 | -0/+48 |
* | rules.mak: quiet-command: Split command name and args to print | Peter Maydell | 2016-10-06 | 1 | -12/+12 |
* | trace: Add event "guest_cpu_enter" | Lluís Vilanova | 2016-09-28 | 1 | -0/+3 |
* | trace: Properly initialize dynamic event states in hot-plugged vCPUs | Lluís Vilanova | 2016-09-28 | 3 | -30/+45 |
* | trace: Avoid implicit bool->integer conversions | Lluís Vilanova | 2016-09-05 | 1 | -5/+26 |
* | trace: Remove 'trace_events_dstate_init' | Lluís Vilanova | 2016-09-05 | 4 | -11/+23 |
* | trace: add syslog tracing backend | Paul Durrant | 2016-09-05 | 1 | -0/+7 |
* | trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state | Lluís Vilanova | 2016-07-18 | 1 | -29/+119 |
* | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova | 2016-07-18 | 5 | -10/+168 |
* | trace: Cosmetic changes on fast-path tracing | Lluís Vilanova | 2016-07-18 | 1 | -2/+5 |
* | trace: Identify events with the 'vcpu' property | Lluís Vilanova | 2016-07-18 | 3 | -2/+31 |
* | Clean up decorations and whitespace around header guards | Markus Armbruster | 2016-07-12 | 6 | -10/+6 |
* | trace: move qemu_trace_opts to trace/control.c | Denis V. Lunev | 2016-06-28 | 2 | -12/+55 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 2016-06-20 | 3 | -11/+94 |
|\ |
|
| * | trace: add build framework for merging trace-events files | Daniel P. Berrange | 2016-06-20 | 1 | -11/+14 |
| * | trace: [all] Add "guest_mem_before" event | Lluís Vilanova | 2016-06-20 | 2 | -0/+80 |
* | | log: Fix qemu_set_log_filename() error handling | Markus Armbruster | 2016-06-20 | 1 | -1/+2 |
|/ |
|
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -2/+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 |
* | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 2016-03-22 | 2 | -2/+0 |