summaryrefslogtreecommitdiff
path: root/trace
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova2-33/+8
2013-03-28trace: [default] Port to generic event information and new control interfaceLluís Vilanova1-3/+2
2013-03-28trace: Provide a detailed event control interfaceLluís Vilanova3-32/+331
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova2-1/+56
2013-02-12trace: deal with deprecated glib thread functionsStefan Hajnoczi1-0/+18
2013-02-12trace: use glib atomic int typesStefan Hajnoczi1-3/+3
2013-02-05trace: Clean up the "try to update atomic until it worked" loopsMarkus Armbruster1-13/+5
2013-02-05trace: Direct access of atomics is verboten, use the APIMarkus Armbruster1-4/+5
2013-02-05trace: Fix simple trace dropped event record for big endianMarkus Armbruster1-8/+8
2013-01-30Makefile: clean timestamp generation ruleMichael S. Tsirkin1-2/+2
2013-01-12build: fold trace-obj-y into libqemuutil.aPaolo Bonzini1-5/+5
2013-01-12build: some simplifications for "trace/Makefile.objs"Paolo Bonzini1-13/+13
2013-01-12build: move dtrace rules to rules.makPaolo Bonzini1-12/+0
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova1-0/+70
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-11-16trace: allow disabling events in events fileGerd Hoffmann1-1/+8
2012-08-14trace/simple: Replace asprintf by g_strdup_printfStefan Weil1-10/+4
2012-08-14trace: avoid pointer aliasing in trace_record_finish()Harsh Prateek Bora1-5/+4
2012-08-14trace: drop unused TraceBufferRecord->next_tbuf_idx fieldHarsh Prateek Bora2-3/+0
2012-08-14trace: remove unnecessary write_to_buffer() typecastingHarsh Prateek Bora1-3/+3
2012-08-14trace: rename TraceRecordHeader to TraceLogHeaderHarsh Prateek Bora1-2/+2
2012-07-19Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora2-101/+191
2012-07-19monitor: remove unused do_info_traceHarsh Prateek Bora2-19/+0
2012-07-19trace: added ability to comment out events in the listAlexey Kardashevskiy1-0/+3
2012-06-08trace/simple.c: fix deprecated glib2 interfaceHarsh Prateek Bora1-1/+4
2012-03-12trace: make trace_thread_create() use its function argJun Koi1-1/+1
2011-12-20g_thread_init users: don't call it if glib >= 2.31Alon Levy1-0/+5
2011-11-01trace: Add wildcard trace event supportMark Wu2-3/+33