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