Age | Commit message (Expand) | Author | Files | Lines |
2016-09-05 | trace: Avoid implicit bool->integer conversions | Lluís Vilanova | 1 | -5/+26 |
2016-09-05 | trace: Remove 'trace_events_dstate_init' | Lluís Vilanova | 4 | -11/+23 |
2016-09-05 | trace: add syslog tracing backend | Paul Durrant | 1 | -0/+7 |
2016-07-18 | trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state | Lluís Vilanova | 1 | -29/+119 |
2016-07-18 | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova | 5 | -10/+168 |
2016-07-18 | trace: Cosmetic changes on fast-path tracing | Lluís Vilanova | 1 | -2/+5 |
2016-07-18 | trace: Identify events with the 'vcpu' property | Lluís Vilanova | 3 | -2/+31 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 6 | -10/+6 |
2016-06-28 | trace: move qemu_trace_opts to trace/control.c | Denis V. Lunev | 2 | -12/+55 |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 3 | -11/+94 |
2016-06-20 | trace: add build framework for merging trace-events files | Daniel P. Berrange | 1 | -11/+14 |
2016-06-20 | trace: [all] Add "guest_mem_before" event | Lluís Vilanova | 2 | -0/+80 |
2016-06-20 | log: Fix qemu_set_log_filename() error handling | Markus Armbruster | 1 | -1/+2 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -2/+2 |
2016-03-31 | trace: do not always call exit() in trace_enable_events | Denis V. Lunev | 1 | -1/+4 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 2 | -2/+0 |
2016-03-01 | trace: Add 'vcpu' event property to trace guest vCPU | Lluís Vilanova | 1 | -1/+2 |
2016-02-23 | all: Clean up includes | Peter Maydell | 3 | -5/+0 |
2016-02-04 | all: Clean up includes | Peter Maydell | 4 | -9/+4 |
2016-02-03 | trace: convert stderr backend to log | Paolo Bonzini | 1 | -0/+10 |
2016-02-03 | trace: add "-trace help" | Paolo Bonzini | 2 | -1/+27 |
2016-02-03 | trace: add "-trace enable=..." | Paolo Bonzini | 2 | -21/+36 |
2016-02-03 | trace: split trace_init_file out of trace_init_backends | Paolo Bonzini | 4 | -12/+28 |
2016-02-03 | trace: split trace_init_events out of trace_init_backends | Paolo Bonzini | 2 | -6/+14 |
2016-02-03 | trace: track enabled events in a separate array | Paolo Bonzini | 4 | -7/+13 |
2016-02-03 | trace: count number of enabled events | Paolo Bonzini | 2 | -1/+5 |
2016-01-07 | trace: add make dependencies on tracetool source | Stefan Hajnoczi | 1 | -11/+19 |
2016-01-07 | trace: fix make foo-timestamp rules | Stefan Hajnoczi | 1 | -9/+9 |
2015-11-30 | trace/simple: Fix warning and wrong trace file name for MinGW | Stefan Weil | 1 | -1/+2 |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |
2014-09-26 | trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP | Lluís Vilanova | 2 | -20/+0 |
2014-09-26 | trace: [qmp] Add commands to query and control event tracing state | Lluís Vilanova | 2 | -0/+76 |
2014-09-09 | trace: Only link generated-tracers.o with "simple" backend | Fam Zheng | 1 | -2/+1 |
2014-08-12 | trace: [tcg] Generate TCG tracing routines | Lluís Vilanova | 1 | -0/+9 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routine wrappers | Lluís Vilanova | 1 | -0/+8 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routines | Lluís Vilanova | 1 | -0/+12 |
2014-08-12 | trace: [tcg] Declare TCG tracing helper routines | Lluís Vilanova | 1 | -5/+19 |
2014-06-10 | glib-compat.h: add new thread API emulation on top of pre-2.31 API | Michael Tokarev | 1 | -39/+11 |
2014-06-09 | trace: Replace fprintf with error_report and print location | Alexey Kardashevskiy | 1 | -13/+18 |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova | 10 | -156/+76 |
2014-06-09 | trace: Replace error with warning if event is not defined | Alexey Kardashevskiy | 1 | -7/+7 |
2014-06-09 | trace: add pid field to simpletrace record | Stefan Hajnoczi | 1 | -2/+6 |
2014-05-07 | trace: [tracetool] Minimize the amount of per-backend code | Lluís Vilanova | 1 | -2/+2 |
2014-05-07 | trace: [simple] Bump up log version number | Lluís Vilanova | 1 | -1/+1 |
2014-03-25 | osdep: initialize glib threads in all QEMU tools | Stefan Hajnoczi | 1 | -9/+0 |
2014-03-12 | trace: Fix build warnings for Win32 build | Peter Maydell | 1 | -5/+5 |
2014-02-19 | Adapt Makefiles to the new LTTng ust interface | Mohamad Gebai | 1 | -0/+25 |
2014-01-27 | trace: add glib 2.32+ static GMutex support | Stefan Hajnoczi | 1 | -7/+16 |
2014-01-27 | trace: [simple] Do not include "trace/simple.h" in generated tracer headers | Lluís Vilanova | 1 | -0/+1 |