summaryrefslogtreecommitdiffstats
path: root/trace
Commit message (Expand)AuthorAgeFilesLines
* trace/simple: Fix warning and wrong trace file name for MinGWStefan Weil2015-11-301-1/+2
* Remove superfluous '\n' around error_report()Gonglei2015-03-101-1/+1
* trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova2014-09-262-20/+0
* trace: [qmp] Add commands to query and control event tracing stateLluís Vilanova2014-09-262-0/+76
* trace: Only link generated-tracers.o with "simple" backendFam Zheng2014-09-091-2/+1
* trace: [tcg] Generate TCG tracing routinesLluís Vilanova2014-08-121-0/+9
* trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova2014-08-121-0/+8
* trace: [tcg] Define TCG tracing helper routinesLluís Vilanova2014-08-121-0/+12
* trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2014-08-121-5/+19
* glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev2014-06-101-39/+11
* trace: Replace fprintf with error_report and print locationAlexey Kardashevskiy2014-06-091-13/+18
* trace: Multi-backend tracingLluís Vilanova2014-06-0910-156/+76
* trace: Replace error with warning if event is not definedAlexey Kardashevskiy2014-06-091-7/+7
* trace: add pid field to simpletrace recordStefan Hajnoczi2014-06-091-2/+6
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-071-2/+2
* trace: [simple] Bump up log version numberLluís Vilanova2014-05-071-1/+1
* osdep: initialize glib threads in all QEMU toolsStefan Hajnoczi2014-03-251-9/+0
* trace: Fix build warnings for Win32 buildPeter Maydell2014-03-121-5/+5
* Adapt Makefiles to the new LTTng ust interfaceMohamad Gebai2014-02-191-0/+25
* trace: add glib 2.32+ static GMutex supportStefan Hajnoczi2014-01-271-7/+16
* trace: [simple] Do not include "trace/simple.h" in generated tracer headersLluís Vilanova2014-01-271-0/+1
* trace: Add ftrace tracing backendEiichi Tsukata2013-05-033-0/+113
* trace: rebuild generated-events.o when configuration changesStefan Hajnoczi2013-03-281-1/+1
* trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova2013-03-282-39/+6
* trace: [simple] Port to generic event information and new control interfaceLluís Vilanova2013-03-282-33/+8
* trace: [default] Port to generic event information and new control interfaceLluís Vilanova2013-03-281-3/+2
* trace: Provide a detailed event control interfaceLluís Vilanova2013-03-283-32/+331
* trace: Provide a generic tracing event descriptorLluís Vilanova2013-03-282-1/+56
* trace: deal with deprecated glib thread functionsStefan Hajnoczi2013-02-121-0/+18
* trace: use glib atomic int typesStefan Hajnoczi2013-02-121-3/+3
* trace: Clean up the "try to update atomic until it worked" loopsMarkus Armbruster2013-02-051-13/+5
* trace: Direct access of atomics is verboten, use the APIMarkus Armbruster2013-02-051-4/+5
* trace: Fix simple trace dropped event record for big endianMarkus Armbruster2013-02-051-8/+8
* Makefile: clean timestamp generation ruleMichael S. Tsirkin2013-01-301-2/+2
* build: fold trace-obj-y into libqemuutil.aPaolo Bonzini2013-01-121-5/+5
* build: some simplifications for "trace/Makefile.objs"Paolo Bonzini2013-01-121-13/+13
* build: move dtrace rules to rules.makPaolo Bonzini2013-01-121-12/+0
* build: Use separate makefile for "trace/"Lluís Vilanova2012-12-231-0/+70
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* trace: allow disabling events in events fileGerd Hoffmann2012-11-161-1/+8
* trace/simple: Replace asprintf by g_strdup_printfStefan Weil2012-08-141-10/+4
* trace: avoid pointer aliasing in trace_record_finish()Harsh Prateek Bora2012-08-141-5/+4
* trace: drop unused TraceBufferRecord->next_tbuf_idx fieldHarsh Prateek Bora2012-08-142-3/+0
* trace: remove unnecessary write_to_buffer() typecastingHarsh Prateek Bora2012-08-141-3/+3
* trace: rename TraceRecordHeader to TraceLogHeaderHarsh Prateek Bora2012-08-141-2/+2
* Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora2012-07-192-101/+191
* monitor: remove unused do_info_traceHarsh Prateek Bora2012-07-192-19/+0
* trace: added ability to comment out events in the listAlexey Kardashevskiy2012-07-191-0/+3
* trace/simple.c: fix deprecated glib2 interfaceHarsh Prateek Bora2012-06-081-1/+4
* trace: make trace_thread_create() use its function argJun Koi2012-03-121-1/+1
OpenPOWER on IntegriCloud