1. 0955d66 trace: simple: pass trace_file unmodified to config-host.h by Paolo Bonzini · 3 years, 5 months ago
  2. 263b6e9 trace/simple: add st_init_group by Gerd Hoffmann · 3 years, 9 months ago
  3. 3f2a098 trace/simple: pass iter to st_write_event_mapping by Gerd Hoffmann · 3 years, 9 months ago
  4. 117856c trace: iter init tweaks by Gerd Hoffmann · 3 years, 9 months ago
  5. db25d56 trace/simple: Fix unauthorized enable by Markus Armbruster · 4 years, 9 months ago
  6. ba4912c trace: Simplify how st_print_trace_file_status() prints by Markus Armbruster · 6 years ago
  7. 7ff5920 trace: simple style changes by Larry Dewey · 6 years ago
  8. e7b3af8 glib: bump min required glib library version to 2.40 by Daniel P. Berrangé · 7 years ago
  9. 2ab4b13 Convert single line fprintf(.../n) to warn_report() by Alistair Francis · 7 years ago
  10. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  11. 7f1b588 trace: emit name <-> ID mapping in simpletrace header by Daniel P. Berrange · 8 years ago
  12. ef4c9fc trace: remove the TraceEventID and TraceEventVCPUID enums by Daniel P. Berrange · 8 years ago
  13. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  14. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  15. 41fc57e trace: split trace_init_file out of trace_init_backends by Paolo Bonzini · 9 years ago
  16. 857a0e3 trace/simple: Fix warning and wrong trace file name for MinGW by Stefan Weil · 10 years ago
  17. 86946a2 glib-compat.h: add new thread API emulation on top of pre-2.31 API by Michael Tokarev · 11 years ago
  18. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  19. 26896cb trace: add pid field to simpletrace record by Stefan Hajnoczi · 11 years ago
  20. ef0bd3b trace: [simple] Bump up log version number by Lluís Vilanova · 11 years ago
  21. ae2990c osdep: initialize glib threads in all QEMU tools by Stefan Hajnoczi · 11 years ago
  22. 05735a2 trace: add glib 2.32+ static GMutex support by Stefan Hajnoczi · 11 years ago
  23. b618c28 trace: [simple] Do not include "trace/simple.h" in generated tracer headers by Lluís Vilanova · 11 years ago
  24. 60481e2 trace: [simple] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  25. 4a0e671 trace: deal with deprecated glib thread functions by Stefan Hajnoczi · 12 years ago
  26. 30d9408 trace: use glib atomic int types by Stefan Hajnoczi · 12 years ago
  27. b6b2c96 trace: Clean up the "try to update atomic until it worked" loops by Markus Armbruster · 12 years ago
  28. e722d70 trace: Direct access of atomics is verboten, use the API by Markus Armbruster · 12 years ago
  29. fb3a508 trace: Fix simple trace dropped event record for big endian by Markus Armbruster · 12 years ago
  30. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  31. 4552e41 trace/simple: Replace asprintf by g_strdup_printf by Stefan Weil · 13 years ago
  32. db8894f trace: avoid pointer aliasing in trace_record_finish() by Harsh Prateek Bora · 13 years ago
  33. fd82f01 trace: drop unused TraceBufferRecord->next_tbuf_idx field by Harsh Prateek Bora · 13 years ago
  34. 83d35d3 trace: remove unnecessary write_to_buffer() typecasting by Harsh Prateek Bora · 13 years ago
  35. 8ae601e trace: rename TraceRecordHeader to TraceLogHeader by Harsh Prateek Bora · 13 years ago
  36. 62bab73 Simpletrace v2: Support multiple arguments, strings. by Harsh Prateek Bora · 13 years ago
  37. 88affa1 monitor: remove unused do_info_trace by Harsh Prateek Bora · 13 years ago
  38. 0d66500 trace/simple.c: fix deprecated glib2 interface by Harsh Prateek Bora · 13 years ago
  39. db3bf86 trace: make trace_thread_create() use its function arg by Jun Koi · 13 years ago
  40. 42ed372 g_thread_init users: don't call it if glib >= 2.31 by Alon Levy · 13 years ago
  41. 454e202 trace: Add wildcard trace event support by Mark Wu · 13 years ago
  42. 6c2a407 trace: use binary file open mode in simpletrace by Stefan Hajnoczi · 13 years ago
  43. 85aff15 trace: portable simple trace backend using glib by Stefan Hajnoczi · 13 years ago
  44. 23d15e8 trace: add "-trace events" argument to control initial state by Lluís · 13 years ago
  45. fc76410 trace: separate trace event control and query routines from the simple backend by Lluís · 13 years ago
  46. e485897 trace: avoid conditional code compilation during option parsing by Lluís · 13 years ago
  47. edb47ec trace: move backend-specific code into the trace/ directory by Lluís · 13 years ago[Renamed from simpletrace.c]
  48. 0caf448 simpletrace: suppress a warning from unused variable by Blue Swirl · 14 years ago
  49. 31d3c9b simpletrace: Move st_init() error reporting by Stefan Hajnoczi · 14 years ago
  50. 0b5538c simpletrace: Thread-safe tracing by Stefan Hajnoczi · 14 years ago
  51. c57c846 qemu-timer: move commonly used timer code to qemu-timer-common by Blue Swirl · 14 years ago
  52. a12c668 trace: improve info trace output by Blue Swirl · 14 years ago
  53. f871d68 trace: print a warning if user tries to enable an unknown trace event by Blue Swirl · 14 years ago
  54. c5ceb52 trace: Add trace-file command to open/close/flush trace file by Stefan Hajnoczi · 15 years ago
  55. 9410b56 trace: Specify trace file name by Prerna Saxena · 15 years ago
  56. 22890ab trace: Support for dynamically enabling/disabling trace events by Prerna Saxena · 15 years ago
  57. 26f7227 trace: Add simple built-in tracing backend by Stefan Hajnoczi · 15 years ago