summaryrefslogtreecommitdiff
path: root/trace/simple.c
AgeCommit message (Expand)AuthorFilesLines
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-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova1-28/+7
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
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
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 Bora1-2/+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 Bora1-94/+159
2012-07-19monitor: remove unused do_info_traceHarsh Prateek Bora1-18/+0
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 Wu1-2/+17
2011-09-21trace: use binary file open mode in simpletraceStefan Hajnoczi1-1/+1
2011-09-21trace: portable simple trace backend using glibStefan Hajnoczi1-26/+48
2011-09-01trace: add "-trace events" argument to control initial stateLluís1-1/+2
2011-09-01trace: separate trace event control and query routines from the simple backendLluís1-8/+8
2011-09-01trace: avoid conditional code compilation during option parsingLluís1-4/+6
2011-09-01trace: move backend-specific code into the trace/ directoryLluís1-0/+355