| Commit message (Expand) | Author | Age | Files | Lines |
* | trace/simple: Fix warning and wrong trace file name for MinGW | Stefan Weil | 2015-11-30 | 1 | -1/+2 |
* | Remove superfluous '\n' around error_report() | Gonglei | 2015-03-10 | 1 | -1/+1 |
* | trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP | Lluís Vilanova | 2014-09-26 | 2 | -20/+0 |
* | trace: [qmp] Add commands to query and control event tracing state | Lluís Vilanova | 2014-09-26 | 2 | -0/+76 |
* | trace: Only link generated-tracers.o with "simple" backend | Fam Zheng | 2014-09-09 | 1 | -2/+1 |
* | trace: [tcg] Generate TCG tracing routines | Lluís Vilanova | 2014-08-12 | 1 | -0/+9 |
* | trace: [tcg] Define TCG tracing helper routine wrappers | Lluís Vilanova | 2014-08-12 | 1 | -0/+8 |
* | trace: [tcg] Define TCG tracing helper routines | Lluís Vilanova | 2014-08-12 | 1 | -0/+12 |
* | trace: [tcg] Declare TCG tracing helper routines | Lluís Vilanova | 2014-08-12 | 1 | -5/+19 |
* | glib-compat.h: add new thread API emulation on top of pre-2.31 API | Michael Tokarev | 2014-06-10 | 1 | -39/+11 |
* | trace: Replace fprintf with error_report and print location | Alexey Kardashevskiy | 2014-06-09 | 1 | -13/+18 |
* | trace: Multi-backend tracing | Lluís Vilanova | 2014-06-09 | 10 | -156/+76 |
* | trace: Replace error with warning if event is not defined | Alexey Kardashevskiy | 2014-06-09 | 1 | -7/+7 |
* | trace: add pid field to simpletrace record | Stefan Hajnoczi | 2014-06-09 | 1 | -2/+6 |
* | trace: [tracetool] Minimize the amount of per-backend code | Lluís Vilanova | 2014-05-07 | 1 | -2/+2 |
* | trace: [simple] Bump up log version number | Lluís Vilanova | 2014-05-07 | 1 | -1/+1 |
* | osdep: initialize glib threads in all QEMU tools | Stefan Hajnoczi | 2014-03-25 | 1 | -9/+0 |
* | trace: Fix build warnings for Win32 build | Peter Maydell | 2014-03-12 | 1 | -5/+5 |
* | Adapt Makefiles to the new LTTng ust interface | Mohamad Gebai | 2014-02-19 | 1 | -0/+25 |
* | trace: add glib 2.32+ static GMutex support | Stefan Hajnoczi | 2014-01-27 | 1 | -7/+16 |
* | trace: [simple] Do not include "trace/simple.h" in generated tracer headers | Lluís Vilanova | 2014-01-27 | 1 | -0/+1 |
* | trace: Add ftrace tracing backend | Eiichi Tsukata | 2013-05-03 | 3 | -0/+113 |
* | trace: rebuild generated-events.o when configuration changes | Stefan Hajnoczi | 2013-03-28 | 1 | -1/+1 |
* | trace: [stderr] Port to generic event information and new control interface | Lluís Vilanova | 2013-03-28 | 2 | -39/+6 |
* | trace: [simple] Port to generic event information and new control interface | Lluís Vilanova | 2013-03-28 | 2 | -33/+8 |
* | trace: [default] Port to generic event information and new control interface | Lluís Vilanova | 2013-03-28 | 1 | -3/+2 |
* | trace: Provide a detailed event control interface | Lluís Vilanova | 2013-03-28 | 3 | -32/+331 |
* | trace: Provide a generic tracing event descriptor | Lluís Vilanova | 2013-03-28 | 2 | -1/+56 |
* | trace: deal with deprecated glib thread functions | Stefan Hajnoczi | 2013-02-12 | 1 | -0/+18 |
* | trace: use glib atomic int types | Stefan Hajnoczi | 2013-02-12 | 1 | -3/+3 |
* | trace: Clean up the "try to update atomic until it worked" loops | Markus Armbruster | 2013-02-05 | 1 | -13/+5 |
* | trace: Direct access of atomics is verboten, use the API | Markus Armbruster | 2013-02-05 | 1 | -4/+5 |
* | trace: Fix simple trace dropped event record for big endian | Markus Armbruster | 2013-02-05 | 1 | -8/+8 |
* | Makefile: clean timestamp generation rule | Michael S. Tsirkin | 2013-01-30 | 1 | -2/+2 |
* | build: fold trace-obj-y into libqemuutil.a | Paolo Bonzini | 2013-01-12 | 1 | -5/+5 |
* | build: some simplifications for "trace/Makefile.objs" | Paolo Bonzini | 2013-01-12 | 1 | -13/+13 |
* | build: move dtrace rules to rules.mak | Paolo Bonzini | 2013-01-12 | 1 | -12/+0 |
* | build: Use separate makefile for "trace/" | Lluís Vilanova | 2012-12-23 | 1 | -0/+70 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | trace: allow disabling events in events file | Gerd Hoffmann | 2012-11-16 | 1 | -1/+8 |
* | trace/simple: Replace asprintf by g_strdup_printf | Stefan Weil | 2012-08-14 | 1 | -10/+4 |
* | trace: avoid pointer aliasing in trace_record_finish() | Harsh Prateek Bora | 2012-08-14 | 1 | -5/+4 |
* | trace: drop unused TraceBufferRecord->next_tbuf_idx field | Harsh Prateek Bora | 2012-08-14 | 2 | -3/+0 |
* | trace: remove unnecessary write_to_buffer() typecasting | Harsh Prateek Bora | 2012-08-14 | 1 | -3/+3 |
* | trace: rename TraceRecordHeader to TraceLogHeader | Harsh Prateek Bora | 2012-08-14 | 1 | -2/+2 |
* | Simpletrace v2: Support multiple arguments, strings. | Harsh Prateek Bora | 2012-07-19 | 2 | -101/+191 |
* | monitor: remove unused do_info_trace | Harsh Prateek Bora | 2012-07-19 | 2 | -19/+0 |
* | trace: added ability to comment out events in the list | Alexey Kardashevskiy | 2012-07-19 | 1 | -0/+3 |
* | trace/simple.c: fix deprecated glib2 interface | Harsh Prateek Bora | 2012-06-08 | 1 | -1/+4 |
* | trace: make trace_thread_create() use its function arg | Jun Koi | 2012-03-12 | 1 | -1/+1 |