summaryrefslogtreecommitdiff
path: root/trace
AgeCommit message (Expand)AuthorFilesLines
2012-11-16trace: allow disabling events in events fileGerd Hoffmann1-1/+8
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 Bora2-3/+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 Bora2-101/+191
2012-07-19monitor: remove unused do_info_traceHarsh Prateek Bora2-19/+0
2012-07-19trace: added ability to comment out events in the listAlexey Kardashevskiy1-0/+3
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 Wu2-3/+33
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: [stderr] add support for dynamically enabling/disabling eventsLluís2-0/+48
2011-09-01trace: add "-trace events" argument to control initial stateLluís4-5/+61
2011-09-01trace: separate trace event control and query routines from the simple backendLluís4-11/+33
2011-09-01trace: avoid conditional code compilation during option parsingLluís4-12/+51
2011-09-01trace: move backend-specific code into the trace/ directoryLluís2-0/+403