summaryrefslogtreecommitdiff
path: root/trace/control.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-31trace: do not always call exit() in trace_enable_eventsDenis V. Lunev1-1/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-02-03trace: convert stderr backend to logPaolo Bonzini1-0/+10
2016-02-03trace: add "-trace help"Paolo Bonzini1-1/+20
2016-02-03trace: add "-trace enable=..."Paolo Bonzini1-21/+27
2016-02-03trace: split trace_init_file out of trace_init_backendsPaolo Bonzini1-5/+12
2016-02-03trace: split trace_init_events out of trace_init_backendsPaolo Bonzini1-3/+2
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini1-0/+1
2016-02-03trace: count number of enabled eventsPaolo Bonzini1-0/+2
2015-03-10Remove superfluous '\n' around error_report()Gonglei1-1/+1
2014-09-26trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova1-13/+0
2014-06-09trace: Replace fprintf with error_report and print locationAlexey Kardashevskiy1-13/+18
2014-06-09trace: Multi-backend tracingLluís Vilanova1-2/+47
2014-06-09trace: Replace error with warning if event is not definedAlexey Kardashevskiy1-7/+7
2013-03-28trace: Provide a detailed event control interfaceLluís Vilanova1-13/+93
2012-11-16trace: allow disabling events in events fileGerd Hoffmann1-1/+8
2012-07-19trace: added ability to comment out events in the listAlexey Kardashevskiy1-0/+3
2011-09-01trace: add "-trace events" argument to control initial stateLluís1-0/+42