Age | Commit message (Expand) | Author |
2013-05-03 | trace: Add ftrace tracing backend | Eiichi Tsukata |
2013-03-28 | trace: rebuild generated-events.o when configuration changes | Stefan Hajnoczi |
2013-03-28 | trace: [stderr] Port to generic event information and new control interface | Lluís Vilanova |
2013-03-28 | trace: [simple] Port to generic event information and new control interface | Lluís Vilanova |
2013-03-28 | trace: [default] Port to generic event information and new control interface | Lluís Vilanova |
2013-03-28 | trace: Provide a detailed event control interface | Lluís Vilanova |
2013-03-28 | trace: Provide a generic tracing event descriptor | Lluís Vilanova |
2013-02-12 | trace: deal with deprecated glib thread functions | Stefan Hajnoczi |
2013-02-12 | trace: use glib atomic int types | Stefan Hajnoczi |
2013-02-05 | trace: Clean up the "try to update atomic until it worked" loops | Markus Armbruster |
2013-02-05 | trace: Direct access of atomics is verboten, use the API | Markus Armbruster |
2013-02-05 | trace: Fix simple trace dropped event record for big endian | Markus Armbruster |
2013-01-30 | Makefile: clean timestamp generation rule | Michael S. Tsirkin |
2013-01-12 | build: fold trace-obj-y into libqemuutil.a | Paolo Bonzini |
2013-01-12 | build: some simplifications for "trace/Makefile.objs" | Paolo Bonzini |
2013-01-12 | build: move dtrace rules to rules.mak | Paolo Bonzini |
2012-12-23 | build: Use separate makefile for "trace/" | Lluís Vilanova |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-11-16 | trace: allow disabling events in events file | Gerd Hoffmann |
2012-08-14 | trace/simple: Replace asprintf by g_strdup_printf | Stefan Weil |
2012-08-14 | trace: avoid pointer aliasing in trace_record_finish() | Harsh Prateek Bora |
2012-08-14 | trace: drop unused TraceBufferRecord->next_tbuf_idx field | Harsh Prateek Bora |
2012-08-14 | trace: remove unnecessary write_to_buffer() typecasting | Harsh Prateek Bora |
2012-08-14 | trace: rename TraceRecordHeader to TraceLogHeader | Harsh Prateek Bora |
2012-07-19 | Simpletrace v2: Support multiple arguments, strings. | Harsh Prateek Bora |
2012-07-19 | monitor: remove unused do_info_trace | Harsh Prateek Bora |
2012-07-19 | trace: added ability to comment out events in the list | Alexey Kardashevskiy |
2012-06-08 | trace/simple.c: fix deprecated glib2 interface | Harsh Prateek Bora |
2012-03-12 | trace: make trace_thread_create() use its function arg | Jun Koi |
2011-12-20 | g_thread_init users: don't call it if glib >= 2.31 | Alon Levy |
2011-11-01 | trace: Add wildcard trace event support | Mark Wu |
2011-09-21 | trace: use binary file open mode in simpletrace | Stefan Hajnoczi |
2011-09-21 | trace: portable simple trace backend using glib | Stefan Hajnoczi |
2011-09-01 | trace: [stderr] add support for dynamically enabling/disabling events | Lluís |
2011-09-01 | trace: add "-trace events" argument to control initial state | Lluís |
2011-09-01 | trace: separate trace event control and query routines from the simple backend | Lluís |
2011-09-01 | trace: avoid conditional code compilation during option parsing | Lluís |
2011-09-01 | trace: move backend-specific code into the trace/ directory | Lluís |