summaryrefslogtreecommitdiffstats
path: root/trace
Commit message (Expand)AuthorAgeFilesLines
* build: fold trace-obj-y into libqemuutil.aPaolo Bonzini2013-01-121-5/+5
* build: some simplifications for "trace/Makefile.objs"Paolo Bonzini2013-01-121-13/+13
* build: move dtrace rules to rules.makPaolo Bonzini2013-01-121-12/+0
* build: Use separate makefile for "trace/"Lluís Vilanova2012-12-231-0/+70
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* trace: allow disabling events in events fileGerd Hoffmann2012-11-161-1/+8
* trace/simple: Replace asprintf by g_strdup_printfStefan Weil2012-08-141-10/+4
* trace: avoid pointer aliasing in trace_record_finish()Harsh Prateek Bora2012-08-141-5/+4
* trace: drop unused TraceBufferRecord->next_tbuf_idx fieldHarsh Prateek Bora2012-08-142-3/+0
* trace: remove unnecessary write_to_buffer() typecastingHarsh Prateek Bora2012-08-141-3/+3
* trace: rename TraceRecordHeader to TraceLogHeaderHarsh Prateek Bora2012-08-141-2/+2
* Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora2012-07-192-101/+191
* monitor: remove unused do_info_traceHarsh Prateek Bora2012-07-192-19/+0
* trace: added ability to comment out events in the listAlexey Kardashevskiy2012-07-191-0/+3
* trace/simple.c: fix deprecated glib2 interfaceHarsh Prateek Bora2012-06-081-1/+4
* trace: make trace_thread_create() use its function argJun Koi2012-03-121-1/+1
* g_thread_init users: don't call it if glib >= 2.31Alon Levy2011-12-201-0/+5
* trace: Add wildcard trace event supportMark Wu2011-11-012-3/+33
* trace: use binary file open mode in simpletraceStefan Hajnoczi2011-09-211-1/+1
* trace: portable simple trace backend using glibStefan Hajnoczi2011-09-211-26/+48
* trace: [stderr] add support for dynamically enabling/disabling eventsLluís2011-09-012-0/+48
* trace: add "-trace events" argument to control initial stateLluís2011-09-014-5/+61
* trace: separate trace event control and query routines from the simple backendLluís2011-09-014-11/+33
* trace: avoid conditional code compilation during option parsingLluís2011-09-014-12/+51
* trace: move backend-specific code into the trace/ directoryLluís2011-09-012-0/+403
OpenPOWER on IntegriCloud