1. db817b8 tracing: Use double-dash spelling for trace option by Yaowei Bai · 7 years ago
  2. 75507f1 Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' into staging by Peter Maydell · 7 years ago
  3. e7b3af8 glib: bump min required glib library version to 2.40 by Daniel P. Berrangé · 7 years ago
  4. 8bca9a0 move public invalidate APIs out of translate-all.{c,h}, clean up by Paolo Bonzini · 7 years ago
  5. f9b4799 trace: add trace_mem_build_info_no_se_be/le by Emilio G. Cota · 7 years ago
  6. 706485d trace: expand mem_info:size_shift to 3 bits by Emilio G. Cota · 7 years ago
  7. 3d69b95 trace: simplify trace_mem functions by Emilio G. Cota · 7 years ago
  8. a322714 trace: use local path for local headers by Michael S. Tsirkin · 7 years ago
  9. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  10. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  11. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  12. 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
  13. c9add62 trace: Try using tracefs first by Namhyung Kim · 7 years ago
  14. babfff8 trace: Generalize searching for debugfs by Namhyung Kim · 7 years ago
  15. 5070570 trace: Simplify find_debugfs() by Namhyung Kim · 7 years ago
  16. 2ab4b13 Convert single line fprintf(.../n) to warn_report() by Alistair Francis · 8 years ago
  17. 55d527a Convert remaining error_report() to warn_report() by Alistair Francis · 8 years ago
  18. f99b38f trace: Immediately apply per-vCPU state changes if a vCPU is being created by Lluís Vilanova · 8 years ago
  19. d87aa13 trace: add trace_event_get_state_backends() by Stefan Hajnoczi · 8 years ago
  20. 61a67f7 exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state by Lluís Vilanova · 8 years ago
  21. d438111 trace: [tcg] Delay changes to dynamic state when translating by Lluís Vilanova · 8 years ago
  22. d01c05c trace: Allocate cpu->trace_dstate in place by Lluís Vilanova · 8 years ago
  23. 3dc6f86 Convert error_report() to warn_report() by Alistair Francis · 8 years ago
  24. f5956d7 trace: Fix early setting of events with the "vcpu" property by Lluís Vilanova · 8 years ago
  25. 7609ffb trace: fix tcg tracing build breakage by Stefan Hajnoczi · 8 years ago
  26. 8755b4a trace: ensure $(tracetool-y) is defined in top level makefile by Daniel P. Berrange · 8 years ago
  27. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  28. 2098c56 trace: move setting of group name into Makefiles by Daniel P. Berrange · 8 years ago
  29. a47e871 trace: Add event "guest_cpu_exit" by Lluís Vilanova · 8 years ago
  30. 82e95ec trace: Fix dynamic event state on vCPU hot-unplug by Lluís Vilanova · 8 years ago
  31. fff895d trace: Lock vCPU list when initializing dynamic tracing state by Lluís Vilanova · 8 years ago
  32. 0bc6484 trace: pass trace-events to tracetool as a positional param by Daniel P. Berrange · 8 years ago
  33. 3477018 trace: get rid of generated-events.h/generated-events.c by Daniel P. Berrange · 8 years ago
  34. ca3fa0e trace: dynamically allocate event IDs at runtime by Daniel P. Berrange · 8 years ago
  35. b7d4895 trace: dynamically allocate trace_dstate in CPUState by Daniel P. Berrange · 8 years ago
  36. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  37. 8ed5372 trace: don't abort qemu if ftrace can't be initialized by Daniel P. Berrange · 8 years ago
  38. 7f1b588 trace: emit name <-> ID mapping in simpletrace header by Daniel P. Berrange · 8 years ago
  39. ef4c9fc trace: remove the TraceEventID and TraceEventVCPUID enums by Daniel P. Berrange · 8 years ago
  40. 79218be trace: give each trace event a named TraceEvent struct by Daniel P. Berrange · 8 years ago
  41. a82417b trace: break circular dependency in event-internal.h by Daniel P. Berrange · 8 years ago
  42. 9397740 trace: remove global 'uint16 dstate[]' array by Daniel P. Berrange · 8 years ago
  43. 599ab2f trace: remove some now unused functions by Daniel P. Berrange · 8 years ago
  44. 0d4e995 trace: convert code to use event iterators by Daniel P. Berrange · 8 years ago
  45. 6a1b0f3 trace: add trace event iterator APIs by Daniel P. Berrange · 8 years ago
  46. 0bdb12c rules.mak: quiet-command: Split command name and args to print by Peter Maydell · 8 years ago
  47. b9d7221 trace: Add event "guest_cpu_enter" by Lluís Vilanova · 9 years ago
  48. 2bfe11c trace: Properly initialize dynamic event states in hot-plugged vCPUs by Lluís Vilanova · 9 years ago
  49. 8eb1b9d trace: Avoid implicit bool->integer conversions by Lluís Vilanova · 9 years ago
  50. a4d50b1 trace: Remove 'trace_events_dstate_init' by Lluís Vilanova · 9 years ago
  51. 0a85241 trace: add syslog tracing backend by Paul Durrant · 9 years ago
  52. 77e2b17 trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state by Lluís Vilanova · 9 years ago
  53. 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  54. e1d6e0a trace: Cosmetic changes on fast-path tracing by Lluís Vilanova · 9 years ago
  55. 17f7ac7 trace: Identify events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  56. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  57. e9e0bb2 trace: move qemu_trace_opts to trace/control.c by Denis V. Lunev · 9 years ago
  58. b0ad00b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  59. 1412cf5 trace: add build framework for merging trace-events files by Daniel P. Berrange · 9 years ago
  60. dcdaadb trace: [all] Add "guest_mem_before" event by Lluís Vilanova · 9 years ago
  61. daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
  62. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  63. acc6809 trace: do not always call exit() in trace_enable_events by Denis V. Lunev · 9 years ago
  64. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  65. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  66. 3d211d9 trace: Add 'vcpu' event property to trace guest vCPU by Lluís Vilanova · 9 years ago
  67. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  68. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  69. ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
  70. e9527dd trace: add "-trace help" by Paolo Bonzini · 9 years ago
  71. 10578a2 trace: add "-trace enable=..." by Paolo Bonzini · 9 years ago
  72. 41fc57e trace: split trace_init_file out of trace_init_backends by Paolo Bonzini · 9 years ago
  73. 45bd0b4 trace: split trace_init_events out of trace_init_backends by Paolo Bonzini · 9 years ago
  74. 585ec72 trace: track enabled events in a separate array by Paolo Bonzini · 9 years ago
  75. 43b48cf trace: count number of enabled events by Paolo Bonzini · 9 years ago
  76. cef517c trace: add make dependencies on tracetool source by Stefan Hajnoczi · 9 years ago
  77. 9967e4f trace: fix make foo-timestamp rules by Stefan Hajnoczi · 9 years ago
  78. 857a0e3 trace/simple: Fix warning and wrong trace file name for MinGW by Stefan Weil · 10 years ago
  79. 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  80. 14101d0 trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP by Lluís Vilanova · 11 years ago
  81. 1dde0f4 trace: [qmp] Add commands to query and control event tracing state by Lluís Vilanova · 11 years ago
  82. ddbc41d trace: Only link generated-tracers.o with "simple" backend by Fam Zheng · 11 years ago
  83. 465830f trace: [tcg] Generate TCG tracing routines by Lluís Vilanova · 11 years ago
  84. f465422 trace: [tcg] Define TCG tracing helper routine wrappers by Lluís Vilanova · 11 years ago
  85. 341ea69 trace: [tcg] Define TCG tracing helper routines by Lluís Vilanova · 11 years ago
  86. 707c8a9 trace: [tcg] Declare TCG tracing helper routines by Lluís Vilanova · 11 years ago
  87. 86946a2 glib-compat.h: add new thread API emulation on top of pre-2.31 API by Michael Tokarev · 11 years ago
  88. a35d9be trace: Replace fprintf with error_report and print location by Alexey Kardashevskiy · 11 years ago
  89. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  90. 8243263 trace: Replace error with warning if event is not defined by Alexey Kardashevskiy · 11 years ago
  91. 26896cb trace: add pid field to simpletrace record by Stefan Hajnoczi · 11 years ago
  92. 1dad2ce trace: [tracetool] Minimize the amount of per-backend code by Lluís Vilanova · 11 years ago
  93. ef0bd3b trace: [simple] Bump up log version number by Lluís Vilanova · 11 years ago
  94. ae2990c osdep: initialize glib threads in all QEMU tools by Stefan Hajnoczi · 11 years ago
  95. 84f3fe1 trace: Fix build warnings for Win32 build by Peter Maydell · 11 years ago
  96. e6bf23f Adapt Makefiles to the new LTTng ust interface by Mohamad Gebai · 11 years ago
  97. 05735a2 trace: add glib 2.32+ static GMutex support by Stefan Hajnoczi · 11 years ago
  98. b618c28 trace: [simple] Do not include "trace/simple.h" in generated tracer headers by Lluís Vilanova · 11 years ago
  99. 781e954 trace: Add ftrace tracing backend by Eiichi Tsukata · 12 years ago
  100. a7373b1 trace: rebuild generated-events.o when configuration changes by Stefan Hajnoczi · 12 years ago