aboutsummaryrefslogtreecommitdiffstats
path: root/trace/simple.c
AgeCommit message (Expand)AuthorFilesLines
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