| Commit message (Expand) | Author | Age | Files | Lines |
* | trace/simple: Fix unauthorized enable | Markus Armbruster | 2020-06-24 | 1 | -6/+14 |
* | trace: Simplify how st_print_trace_file_status() prints | Markus Armbruster | 2019-04-18 | 1 | -3/+4 |
* | trace: simple style changes | Larry Dewey | 2018-12-12 | 1 | -2/+2 |
* | glib: bump min required glib library version to 2.40 | Daniel P. Berrangé | 2018-06-29 | 1 | -3/+3 |
* | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 2017-09-19 | 1 | -1/+2 |
* | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 2017-01-31 | 1 | -1/+0 |
* | trace: emit name <-> ID mapping in simpletrace header | Daniel P. Berrange | 2016-10-12 | 1 | -2/+31 |
* | trace: remove the TraceEventID and TraceEventVCPUID enums | Daniel P. Berrange | 2016-10-12 | 1 | -4/+4 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -2/+2 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -5/+1 |
* | trace: split trace_init_file out of trace_init_backends | Paolo Bonzini | 2016-02-03 | 1 | -4/+2 |
* | trace/simple: Fix warning and wrong trace file name for MinGW | Stefan Weil | 2015-11-30 | 1 | -1/+2 |
* | glib-compat.h: add new thread API emulation on top of pre-2.31 API | Michael Tokarev | 2014-06-10 | 1 | -39/+11 |
* | trace: Multi-backend tracing | Lluís Vilanova | 2014-06-09 | 1 | -18/+1 |
* | trace: add pid field to simpletrace record | Stefan Hajnoczi | 2014-06-09 | 1 | -2/+6 |
* | trace: [simple] Bump up log version number | Lluís Vilanova | 2014-05-07 | 1 | -1/+1 |
* | osdep: initialize glib threads in all QEMU tools | Stefan Hajnoczi | 2014-03-25 | 1 | -9/+0 |
* | trace: add glib 2.32+ static GMutex support | Stefan Hajnoczi | 2014-01-27 | 1 | -7/+16 |
* | trace: [simple] Do not include "trace/simple.h" in generated tracer headers | Lluís Vilanova | 2014-01-27 | 1 | -0/+1 |
* | trace: [simple] Port to generic event information and new control interface | Lluís Vilanova | 2013-03-28 | 1 | -28/+7 |
* | trace: deal with deprecated glib thread functions | Stefan Hajnoczi | 2013-02-12 | 1 | -0/+18 |
* | trace: use glib atomic int types | Stefan Hajnoczi | 2013-02-12 | 1 | -3/+3 |
* | trace: Clean up the "try to update atomic until it worked" loops | Markus Armbruster | 2013-02-05 | 1 | -13/+5 |
* | trace: Direct access of atomics is verboten, use the API | Markus Armbruster | 2013-02-05 | 1 | -4/+5 |
* | trace: Fix simple trace dropped event record for big endian | Markus Armbruster | 2013-02-05 | 1 | -8/+8 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | trace/simple: Replace asprintf by g_strdup_printf | Stefan Weil | 2012-08-14 | 1 | -10/+4 |
* | trace: avoid pointer aliasing in trace_record_finish() | Harsh Prateek Bora | 2012-08-14 | 1 | -5/+4 |
* | trace: drop unused TraceBufferRecord->next_tbuf_idx field | Harsh Prateek Bora | 2012-08-14 | 1 | -2/+0 |
* | trace: remove unnecessary write_to_buffer() typecasting | Harsh Prateek Bora | 2012-08-14 | 1 | -3/+3 |
* | trace: rename TraceRecordHeader to TraceLogHeader | Harsh Prateek Bora | 2012-08-14 | 1 | -2/+2 |
* | Simpletrace v2: Support multiple arguments, strings. | Harsh Prateek Bora | 2012-07-19 | 1 | -94/+159 |
* | monitor: remove unused do_info_trace | Harsh Prateek Bora | 2012-07-19 | 1 | -18/+0 |
* | trace/simple.c: fix deprecated glib2 interface | Harsh Prateek Bora | 2012-06-08 | 1 | -1/+4 |
* | trace: make trace_thread_create() use its function arg | Jun Koi | 2012-03-12 | 1 | -1/+1 |
* | g_thread_init users: don't call it if glib >= 2.31 | Alon Levy | 2011-12-20 | 1 | -0/+5 |
* | trace: Add wildcard trace event support | Mark Wu | 2011-11-01 | 1 | -2/+17 |
* | trace: use binary file open mode in simpletrace | Stefan Hajnoczi | 2011-09-21 | 1 | -1/+1 |
* | trace: portable simple trace backend using glib | Stefan Hajnoczi | 2011-09-21 | 1 | -26/+48 |
* | trace: add "-trace events" argument to control initial state | Lluís | 2011-09-01 | 1 | -1/+2 |
* | trace: separate trace event control and query routines from the simple backend | Lluís | 2011-09-01 | 1 | -8/+8 |
* | trace: avoid conditional code compilation during option parsing | Lluís | 2011-09-01 | 1 | -4/+6 |
* | trace: move backend-specific code into the trace/ directory | Lluís | 2011-09-01 | 1 | -0/+355 |