1. 86946a2 glib-compat.h: add new thread API emulation on top of pre-2.31 API by Michael Tokarev · 11 years ago
  2. a35d9be trace: Replace fprintf with error_report and print location by Alexey Kardashevskiy · 11 years ago
  3. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  4. 8243263 trace: Replace error with warning if event is not defined by Alexey Kardashevskiy · 11 years ago
  5. 26896cb trace: add pid field to simpletrace record by Stefan Hajnoczi · 11 years ago
  6. 1dad2ce trace: [tracetool] Minimize the amount of per-backend code by Lluís Vilanova · 11 years ago
  7. ef0bd3b trace: [simple] Bump up log version number by Lluís Vilanova · 11 years ago
  8. ae2990c osdep: initialize glib threads in all QEMU tools by Stefan Hajnoczi · 11 years ago
  9. 84f3fe1 trace: Fix build warnings for Win32 build by Peter Maydell · 11 years ago
  10. e6bf23f Adapt Makefiles to the new LTTng ust interface by Mohamad Gebai · 11 years ago
  11. 05735a2 trace: add glib 2.32+ static GMutex support by Stefan Hajnoczi · 11 years ago
  12. b618c28 trace: [simple] Do not include "trace/simple.h" in generated tracer headers by Lluís Vilanova · 11 years ago
  13. 781e954 trace: Add ftrace tracing backend by Eiichi Tsukata · 12 years ago
  14. a7373b1 trace: rebuild generated-events.o when configuration changes by Stefan Hajnoczi · 12 years ago
  15. c6f18b9 trace: [stderr] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  16. 60481e2 trace: [simple] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  17. fd068a9 trace: [default] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  18. b1bae81 trace: Provide a detailed event control interface by Lluís Vilanova · 12 years ago
  19. 45be2f5 trace: Provide a generic tracing event descriptor by Lluís Vilanova · 12 years ago
  20. 4a0e671 trace: deal with deprecated glib thread functions by Stefan Hajnoczi · 12 years ago
  21. 30d9408 trace: use glib atomic int types by Stefan Hajnoczi · 12 years ago
  22. b6b2c96 trace: Clean up the "try to update atomic until it worked" loops by Markus Armbruster · 12 years ago
  23. e722d70 trace: Direct access of atomics is verboten, use the API by Markus Armbruster · 12 years ago
  24. fb3a508 trace: Fix simple trace dropped event record for big endian by Markus Armbruster · 12 years ago
  25. 6f329a5 Makefile: clean timestamp generation rule by Michael S. Tsirkin · 12 years ago
  26. ff667e2 build: fold trace-obj-y into libqemuutil.a by Paolo Bonzini · 12 years ago
  27. 0e848f4 build: some simplifications for "trace/Makefile.objs" by Paolo Bonzini · 12 years ago
  28. 2c13ec5 build: move dtrace rules to rules.mak by Paolo Bonzini · 12 years ago
  29. eac236e build: Use separate makefile for "trace/" by Lluís Vilanova · 12 years ago
  30. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  31. ddde8ac trace: allow disabling events in events file by Gerd Hoffmann · 12 years ago
  32. 4552e41 trace/simple: Replace asprintf by g_strdup_printf by Stefan Weil · 13 years ago
  33. db8894f trace: avoid pointer aliasing in trace_record_finish() by Harsh Prateek Bora · 13 years ago
  34. fd82f01 trace: drop unused TraceBufferRecord->next_tbuf_idx field by Harsh Prateek Bora · 13 years ago
  35. 83d35d3 trace: remove unnecessary write_to_buffer() typecasting by Harsh Prateek Bora · 13 years ago
  36. 8ae601e trace: rename TraceRecordHeader to TraceLogHeader by Harsh Prateek Bora · 13 years ago
  37. 62bab73 Simpletrace v2: Support multiple arguments, strings. by Harsh Prateek Bora · 13 years ago
  38. 88affa1 monitor: remove unused do_info_trace by Harsh Prateek Bora · 13 years ago
  39. 794b1f9 trace: added ability to comment out events in the list by Alexey Kardashevskiy · 13 years ago
  40. 0d66500 trace/simple.c: fix deprecated glib2 interface by Harsh Prateek Bora · 13 years ago
  41. db3bf86 trace: make trace_thread_create() use its function arg by Jun Koi · 13 years ago
  42. 42ed372 g_thread_init users: don't call it if glib >= 2.31 by Alon Levy · 13 years ago
  43. 454e202 trace: Add wildcard trace event support by Mark Wu · 13 years ago
  44. 6c2a407 trace: use binary file open mode in simpletrace by Stefan Hajnoczi · 14 years ago
  45. 85aff15 trace: portable simple trace backend using glib by Stefan Hajnoczi · 14 years ago
  46. 9a82b6a trace: [stderr] add support for dynamically enabling/disabling events by Lluís · 14 years ago
  47. 23d15e8 trace: add "-trace events" argument to control initial state by Lluís · 14 years ago
  48. fc76410 trace: separate trace event control and query routines from the simple backend by Lluís · 14 years ago
  49. e485897 trace: avoid conditional code compilation during option parsing by Lluís · 14 years ago
  50. edb47ec trace: move backend-specific code into the trace/ directory by Lluís · 14 years ago