aboutsummaryrefslogtreecommitdiffstats
path: root/simpletrace.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25simpletrace: suppress a warning from unused variableBlue Swirl1-1/+1
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi1-4/+3
2011-03-07simpletrace: Thread-safe tracingStefan Hajnoczi1-104/+205
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-8/+2
2010-10-20trace: improve info trace outputBlue Swirl1-2/+4
2010-10-13trace: print a warning if user tries to enable an unknown trace eventBlue Swirl1-1/+3
2010-09-09trace: Add trace-file command to open/close/flush trace fileStefan Hajnoczi1-13/+47
2010-09-09trace: Specify trace file namePrerna Saxena1-4/+17
2010-09-09trace: Support for dynamically enabling/disabling trace eventsPrerna Saxena1-0/+51
2010-09-09trace: Add simple built-in tracing backendStefan Hajnoczi1-0/+159