summaryrefslogtreecommitdiff
path: root/trace
AgeCommit message (Expand)AuthorFilesLines
2016-07-18trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluís Vilanova1-29/+119
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova5-10/+168
2016-07-18trace: Cosmetic changes on fast-path tracingLluís Vilanova1-2/+5
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova3-2/+31
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster6-10/+6
2016-06-28trace: move qemu_trace_opts to trace/control.cDenis V. Lunev2-12/+55
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell3-11/+94
2016-06-20trace: add build framework for merging trace-events filesDaniel P. Berrange1-11/+14
2016-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova2-0/+80
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+2
2016-05-18Fix some typos found by codespellStefan Weil1-2/+2
2016-03-31trace: do not always call exit() in trace_enable_eventsDenis V. Lunev1-1/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2-2/+0
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova1-1/+2
2016-02-23all: Clean up includesPeter Maydell3-5/+0
2016-02-04all: Clean up includesPeter Maydell4-9/+4
2016-02-03trace: convert stderr backend to logPaolo Bonzini1-0/+10
2016-02-03trace: add "-trace help"Paolo Bonzini2-1/+27
2016-02-03trace: add "-trace enable=..."Paolo Bonzini2-21/+36
2016-02-03trace: split trace_init_file out of trace_init_backendsPaolo Bonzini4-12/+28
2016-02-03trace: split trace_init_events out of trace_init_backendsPaolo Bonzini2-6/+14
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini4-7/+13
2016-02-03trace: count number of enabled eventsPaolo Bonzini2-1/+5
2016-01-07trace: add make dependencies on tracetool sourceStefan Hajnoczi1-11/+19
2016-01-07trace: fix make foo-timestamp rulesStefan Hajnoczi1-9/+9
2015-11-30trace/simple: Fix warning and wrong trace file name for MinGWStefan Weil1-1/+2
2015-03-10Remove superfluous '\n' around error_report()Gonglei1-1/+1
2014-09-26trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova2-20/+0
2014-09-26trace: [qmp] Add commands to query and control event tracing stateLluís Vilanova2-0/+76
2014-09-09trace: Only link generated-tracers.o with "simple" backendFam Zheng1-2/+1
2014-08-12trace: [tcg] Generate TCG tracing routinesLluís Vilanova1-0/+9
2014-08-12trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova1-0/+8
2014-08-12trace: [tcg] Define TCG tracing helper routinesLluís Vilanova1-0/+12
2014-08-12trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova1-5/+19
2014-06-10glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev1-39/+11
2014-06-09trace: Replace fprintf with error_report and print locationAlexey Kardashevskiy1-13/+18
2014-06-09trace: Multi-backend tracingLluís Vilanova10-156/+76
2014-06-09trace: Replace error with warning if event is not definedAlexey Kardashevskiy1-7/+7
2014-06-09trace: add pid field to simpletrace recordStefan Hajnoczi1-2/+6
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova1-2/+2
2014-05-07trace: [simple] Bump up log version numberLluís Vilanova1-1/+1
2014-03-25osdep: initialize glib threads in all QEMU toolsStefan Hajnoczi1-9/+0
2014-03-12trace: Fix build warnings for Win32 buildPeter Maydell1-5/+5
2014-02-19Adapt Makefiles to the new LTTng ust interfaceMohamad Gebai1-0/+25
2014-01-27trace: add glib 2.32+ static GMutex supportStefan Hajnoczi1-7/+16
2014-01-27trace: [simple] Do not include "trace/simple.h" in generated tracer headersLluís Vilanova1-0/+1
2013-05-03trace: Add ftrace tracing backendEiichi Tsukata3-0/+113
2013-03-28trace: rebuild generated-events.o when configuration changesStefan Hajnoczi1-1/+1
2013-03-28trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova2-39/+6