1. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  2. 2098c56 trace: move setting of group name into Makefiles by Daniel P. Berrange · 8 years ago
  3. a47e871 trace: Add event "guest_cpu_exit" by Lluís Vilanova · 8 years ago
  4. 82e95ec trace: Fix dynamic event state on vCPU hot-unplug by Lluís Vilanova · 8 years ago
  5. fff895d trace: Lock vCPU list when initializing dynamic tracing state by Lluís Vilanova · 8 years ago
  6. 0bc6484 trace: pass trace-events to tracetool as a positional param by Daniel P. Berrange · 8 years ago
  7. 3477018 trace: get rid of generated-events.h/generated-events.c by Daniel P. Berrange · 8 years ago
  8. ca3fa0e trace: dynamically allocate event IDs at runtime by Daniel P. Berrange · 8 years ago
  9. b7d4895 trace: dynamically allocate trace_dstate in CPUState by Daniel P. Berrange · 8 years ago
  10. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  11. 8ed5372 trace: don't abort qemu if ftrace can't be initialized by Daniel P. Berrange · 8 years ago
  12. 7f1b588 trace: emit name <-> ID mapping in simpletrace header by Daniel P. Berrange · 8 years ago
  13. ef4c9fc trace: remove the TraceEventID and TraceEventVCPUID enums by Daniel P. Berrange · 8 years ago
  14. 79218be trace: give each trace event a named TraceEvent struct by Daniel P. Berrange · 8 years ago
  15. a82417b trace: break circular dependency in event-internal.h by Daniel P. Berrange · 8 years ago
  16. 9397740 trace: remove global 'uint16 dstate[]' array by Daniel P. Berrange · 8 years ago
  17. 599ab2f trace: remove some now unused functions by Daniel P. Berrange · 8 years ago
  18. 0d4e995 trace: convert code to use event iterators by Daniel P. Berrange · 8 years ago
  19. 6a1b0f3 trace: add trace event iterator APIs by Daniel P. Berrange · 8 years ago
  20. 0bdb12c rules.mak: quiet-command: Split command name and args to print by Peter Maydell · 8 years ago
  21. b9d7221 trace: Add event "guest_cpu_enter" by Lluís Vilanova · 8 years ago
  22. 2bfe11c trace: Properly initialize dynamic event states in hot-plugged vCPUs by Lluís Vilanova · 8 years ago
  23. 8eb1b9d trace: Avoid implicit bool->integer conversions by Lluís Vilanova · 9 years ago
  24. a4d50b1 trace: Remove 'trace_events_dstate_init' by Lluís Vilanova · 9 years ago
  25. 0a85241 trace: add syslog tracing backend by Paul Durrant · 9 years ago
  26. 77e2b17 trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state by Lluís Vilanova · 9 years ago
  27. 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  28. e1d6e0a trace: Cosmetic changes on fast-path tracing by Lluís Vilanova · 9 years ago
  29. 17f7ac7 trace: Identify events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  30. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  31. e9e0bb2 trace: move qemu_trace_opts to trace/control.c by Denis V. Lunev · 9 years ago
  32. b0ad00b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  33. 1412cf5 trace: add build framework for merging trace-events files by Daniel P. Berrange · 9 years ago
  34. dcdaadb trace: [all] Add "guest_mem_before" event by Lluís Vilanova · 9 years ago
  35. daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
  36. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  37. acc6809 trace: do not always call exit() in trace_enable_events by Denis V. Lunev · 9 years ago
  38. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  39. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  40. 3d211d9 trace: Add 'vcpu' event property to trace guest vCPU by Lluís Vilanova · 9 years ago
  41. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  42. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  43. ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
  44. e9527dd trace: add "-trace help" by Paolo Bonzini · 9 years ago
  45. 10578a2 trace: add "-trace enable=..." by Paolo Bonzini · 9 years ago
  46. 41fc57e trace: split trace_init_file out of trace_init_backends by Paolo Bonzini · 9 years ago
  47. 45bd0b4 trace: split trace_init_events out of trace_init_backends by Paolo Bonzini · 9 years ago
  48. 585ec72 trace: track enabled events in a separate array by Paolo Bonzini · 9 years ago
  49. 43b48cf trace: count number of enabled events by Paolo Bonzini · 9 years ago
  50. cef517c trace: add make dependencies on tracetool source by Stefan Hajnoczi · 9 years ago
  51. 9967e4f trace: fix make foo-timestamp rules by Stefan Hajnoczi · 9 years ago
  52. 857a0e3 trace/simple: Fix warning and wrong trace file name for MinGW by Stefan Weil · 10 years ago
  53. 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  54. 14101d0 trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP by Lluís Vilanova · 11 years ago
  55. 1dde0f4 trace: [qmp] Add commands to query and control event tracing state by Lluís Vilanova · 11 years ago
  56. ddbc41d trace: Only link generated-tracers.o with "simple" backend by Fam Zheng · 11 years ago
  57. 465830f trace: [tcg] Generate TCG tracing routines by Lluís Vilanova · 11 years ago
  58. f465422 trace: [tcg] Define TCG tracing helper routine wrappers by Lluís Vilanova · 11 years ago
  59. 341ea69 trace: [tcg] Define TCG tracing helper routines by Lluís Vilanova · 11 years ago
  60. 707c8a9 trace: [tcg] Declare TCG tracing helper routines by Lluís Vilanova · 11 years ago
  61. 86946a2 glib-compat.h: add new thread API emulation on top of pre-2.31 API by Michael Tokarev · 11 years ago
  62. a35d9be trace: Replace fprintf with error_report and print location by Alexey Kardashevskiy · 11 years ago
  63. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  64. 8243263 trace: Replace error with warning if event is not defined by Alexey Kardashevskiy · 11 years ago
  65. 26896cb trace: add pid field to simpletrace record by Stefan Hajnoczi · 11 years ago
  66. 1dad2ce trace: [tracetool] Minimize the amount of per-backend code by Lluís Vilanova · 11 years ago
  67. ef0bd3b trace: [simple] Bump up log version number by Lluís Vilanova · 11 years ago
  68. ae2990c osdep: initialize glib threads in all QEMU tools by Stefan Hajnoczi · 11 years ago
  69. 84f3fe1 trace: Fix build warnings for Win32 build by Peter Maydell · 11 years ago
  70. e6bf23f Adapt Makefiles to the new LTTng ust interface by Mohamad Gebai · 11 years ago
  71. 05735a2 trace: add glib 2.32+ static GMutex support by Stefan Hajnoczi · 11 years ago
  72. b618c28 trace: [simple] Do not include "trace/simple.h" in generated tracer headers by Lluís Vilanova · 11 years ago
  73. 781e954 trace: Add ftrace tracing backend by Eiichi Tsukata · 12 years ago
  74. a7373b1 trace: rebuild generated-events.o when configuration changes by Stefan Hajnoczi · 12 years ago
  75. c6f18b9 trace: [stderr] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  76. 60481e2 trace: [simple] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  77. fd068a9 trace: [default] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  78. b1bae81 trace: Provide a detailed event control interface by Lluís Vilanova · 12 years ago
  79. 45be2f5 trace: Provide a generic tracing event descriptor by Lluís Vilanova · 12 years ago
  80. 4a0e671 trace: deal with deprecated glib thread functions by Stefan Hajnoczi · 12 years ago
  81. 30d9408 trace: use glib atomic int types by Stefan Hajnoczi · 12 years ago
  82. b6b2c96 trace: Clean up the "try to update atomic until it worked" loops by Markus Armbruster · 12 years ago
  83. e722d70 trace: Direct access of atomics is verboten, use the API by Markus Armbruster · 12 years ago
  84. fb3a508 trace: Fix simple trace dropped event record for big endian by Markus Armbruster · 12 years ago
  85. 6f329a5 Makefile: clean timestamp generation rule by Michael S. Tsirkin · 12 years ago
  86. ff667e2 build: fold trace-obj-y into libqemuutil.a by Paolo Bonzini · 12 years ago
  87. 0e848f4 build: some simplifications for "trace/Makefile.objs" by Paolo Bonzini · 12 years ago
  88. 2c13ec5 build: move dtrace rules to rules.mak by Paolo Bonzini · 12 years ago
  89. eac236e build: Use separate makefile for "trace/" by Lluís Vilanova · 12 years ago
  90. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  91. ddde8ac trace: allow disabling events in events file by Gerd Hoffmann · 12 years ago
  92. 4552e41 trace/simple: Replace asprintf by g_strdup_printf by Stefan Weil · 13 years ago
  93. db8894f trace: avoid pointer aliasing in trace_record_finish() by Harsh Prateek Bora · 13 years ago
  94. fd82f01 trace: drop unused TraceBufferRecord->next_tbuf_idx field by Harsh Prateek Bora · 13 years ago
  95. 83d35d3 trace: remove unnecessary write_to_buffer() typecasting by Harsh Prateek Bora · 13 years ago
  96. 8ae601e trace: rename TraceRecordHeader to TraceLogHeader by Harsh Prateek Bora · 13 years ago
  97. 62bab73 Simpletrace v2: Support multiple arguments, strings. by Harsh Prateek Bora · 13 years ago
  98. 88affa1 monitor: remove unused do_info_trace by Harsh Prateek Bora · 13 years ago
  99. 794b1f9 trace: added ability to comment out events in the list by Alexey Kardashevskiy · 13 years ago
  100. 0d66500 trace/simple.c: fix deprecated glib2 interface by Harsh Prateek Bora · 13 years ago