1. 54fa79b scripts/tracetool: Replace the word 'whitelist' by Philippe Mathieu-Daudé · 3 years, 10 months ago
  2. 4e66c9e tracetool: add input filename and line number to Event by Stefan Hajnoczi · 4 years, 4 months ago
  3. 294170c tracetool: add out_lineno and out_next_lineno to out() by Stefan Hajnoczi · 4 years, 4 months ago
  4. c05012a tracetool: add output filename command-line argument by Stefan Hajnoczi · 4 years, 4 months ago
  5. 65fdb3c scripts/: fix some comment spelling errors by zhaolichang · 4 years, 3 months ago
  6. f892b49 scripts/tracetool: Update maintainer email address by Philippe Mathieu-Daudé · 4 years, 8 months ago
  7. 91aef87 scripts/tracetool: Remove shebang header by Philippe Mathieu-Daudé · 5 years ago
  8. 403e11e trace: avoid "is" with a literal Python 3.8 warnings by Stefan Hajnoczi · 5 years ago
  9. 9f7ad79 trace: Forbid event format ending with newline character by Philippe Mathieu-Daudé · 5 years ago
  10. 772f1b3 trace: forbid use of %m in trace event format strings by Daniel P. Berrangé · 6 years ago
  11. 7760636 trace: enforce that every trace-events file has a final newline by Daniel P. Berrangé · 6 years ago
  12. ec09f87 trace: forbid floating point types by Stefan Hajnoczi · 7 years ago
  13. 73ff061 trace: only permit standard C types and fixed size integer types by Daniel P. Berrangé · 7 years ago
  14. 86b5aac trace: include filename when printing parser error messages by Daniel P. Berrangé · 7 years ago
  15. fb1a66b tracetool: Update argument format regex to non-greedy star by Jon Emil Jahren · 7 years ago
  16. 24f4d3d tracetool: report error on foo() instead of foo(void) by Stefan Hajnoczi · 7 years ago
  17. 6e497fa tracetool: clarify that "formats" means "format strings" by Stefan Hajnoczi · 7 years ago
  18. 5069b56 tracetool: prefix parse errors with line numbers by Stefan Hajnoczi · 7 years ago
  19. 3932ef3 trace: add TRACE_<event>_BACKEND_DSTATE() by Stefan Hajnoczi · 7 years ago
  20. 864a217 trace: [tcg] Do not generate TCG code to trace dynamically-disabled events by Lluís Vilanova · 7 years ago
  21. f3fddaf trace: disallow more than 10 arguments per trace event by Daniel P. Berrange · 8 years ago
  22. 80dd5c4 trace: introduce a formal group name for trace events by Daniel P. Berrange · 8 years ago
  23. 9096b78 trace: push reading of events up a level to tracetool main by Daniel P. Berrange · 8 years ago
  24. d1b97bc trace: rename _read_events to read_events by Daniel P. Berrange · 8 years ago
  25. 79218be trace: give each trace event a named TraceEvent struct by Daniel P. Berrange · 8 years ago
  26. 9397740 trace: remove global 'uint16 dstate[]' array by Daniel P. Berrange · 8 years ago
  27. 4ade054 trace: Add a proper API to manage auto-generated events from the 'tcg' property by Lluís Vilanova · 9 years ago
  28. 3d211d9 trace: Add 'vcpu' event property to trace guest vCPU by Lluís Vilanova · 9 years ago
  29. bc9beb4 trace: Add helper function to cast event arguments by Lluís Vilanova · 9 years ago
  30. 56797b1 trace: Remove unnecessary intermediate event copies by Lluís Vilanova · 9 years ago
  31. 3596f52 trace: Extend API to manage event arguments by Lluís Vilanova · 9 years ago
  32. 776ec96 Tracing: Fix simpletrace.py error on tcg enabled binary traces by Christoph Seifert · 10 years ago
  33. 931f53e scripts/tracetool: don't barf on formats with precision by Alex Bennée · 10 years ago
  34. f9bbba9 trace: tighten up trace-events regex to fix bad parse by Stefan Hajnoczi · 10 years ago
  35. 2321442 trace: [ust] Fix format string computation in tcg-enabled events by Lluís Vilanova · 10 years ago
  36. 41ef7b0 trace: teach lttng backend to use format strings by Alex Bennée · 10 years ago
  37. 707c8a9 trace: [tcg] Declare TCG tracing helper routines by Lluís Vilanova · 11 years ago
  38. b2b36c2 trace: [tcg] Add 'tcg' event property by Lluís Vilanova · 11 years ago
  39. b55835a trace: [tcg] Argument type transformation machinery by Lluís Vilanova · 11 years ago
  40. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  41. 1dad2ce trace: [tracetool] Minimize the amount of per-backend code by Lluís Vilanova · 11 years ago
  42. 53158ad trace: [tracetool] Cosmetic changes by Lluís Vilanova · 11 years ago
  43. 9c24a52 trace: [tracetool] Spacing changes by Lluís Vilanova · 11 years ago
  44. ad7443e trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' by Lluís Vilanova · 11 years ago
  45. 7d08f0d trace: [tracetool] Add method 'Event.api' to build event names by Lluís Vilanova · 11 years ago
  46. b3ef0ad tracetool: avoid str.rpartition() Python 2.5 function by Stefan Hajnoczi · 13 years ago
  47. 45d6c78 tracetool: use Python 2.4-compatible __import__() arguments by Stefan Hajnoczi · 13 years ago
  48. 52ef093 tracetool: Add support for the 'dtrace' backend by Lluís Vilanova · 13 years ago
  49. 650ab98 tracetool: Rewrite infrastructure as python modules by Lluís Vilanova · 13 years ago