1. a424dd6 Update version info in README.md by Mike Leach · 9 years ago
  2. 5bcc98b HOWTO clarifications - branches and contents by Mike Leach · 9 years ago
  3. 9fba4f8 Updated HOWTO and created integrated version HOWTO.md for docs. by Mike Leach · 9 years ago
  4. fdb433e opencsd: adding list of things to work on. by Mathieu Poirier · 9 years ago
  5. 2cab731 opencsd: Adding a 'HOWTO' for bkk16 by Mathieu Poirier · 9 years ago
  6. 20e9c54 opencsd: rename root directory to remove ambiguity by Mathieu Poirier · 9 years ago
  7. 5fdaf77 Bugfixes and updates to ETMv4 decoder. by Mike Leach · 9 years ago
  8. 000073b Bugfixes to file accessor by Mike Leach · 9 years ago
  9. ee7c097 Modified range binfile memaccessor API to use array rather than linked list by Mike Leach · 9 years ago
  10. fabf967 Added binary file mem accessor API with multiple memory regions in file. by Mike Leach · 9 years ago
  11. d7059cf Fix type declarations for gcc compatibility by Mike Leach · 9 years ago
  12. e45e91f Object initialisation updates by Mike Leach · 9 years ago
  13. 1ba987c Generic element type updates. by Mike Leach · 9 years ago
  14. 859ef9a Restrict x86/64 compilation options to x86/64 builds by Mathieu Poirier · 9 years ago
  15. 1cd9308 Add packet decode options - default option to reset on bad packets, option flag to force error on bad packets by mleach · 9 years ago
  16. 22b8e05 Mask length of memory access dump files to ensure even length by mleach · 9 years ago
  17. 682c186 update snapshot loader to handle single none-frame wrapped trace source by mleach · 9 years ago
  18. b9baa63 Added opaque context void * pointer to callback function definitions and registration functions by Mike Leach · 9 years ago
  19. 200f2b9 ETMv4 decoder : Bugfix related to flushing unsynced channels. by mleach · 9 years ago
  20. 218840d Added new test example by mleach · 9 years ago
  21. 91f14ad STM: update packet toString fucntion to make more consistent output. by mleach · 9 years ago
  22. 08a8a58 packet printer test program: Improvements to _WAIT tests to remove some false warnings. by mleach · 9 years ago
  23. b62d029 ETMv4: Fix bug to exit from atom commit loop on WAIT response from client. by mleach · 9 years ago
  24. 5e21214 Update test program to provide facilities to test _WAIT, _FLUSH mechanism by mleach · 9 years ago
  25. b9246cb Removed bug when frame formatter uses all data without moving on to next block after _WAIT, _FLUSH mechanism. by mleach · 9 years ago
  26. 2ae77e8 Fixed minor indexing issue when outputting unsynced packets by mleach · 9 years ago
  27. 9dae15c Fixed indexing problem on flush if WAIT response from pkt processors/decode by mleach · 9 years ago
  28. f9a0789 Added in new juno test snapshot by mleach · 9 years ago
  29. d9bd232 Added debug logging of attached memory accessors and ranges by mleach · 9 years ago
  30. c156477 Fixed bug where decode would fail in infinite loop if 1st ASYNC not immediately followed by trace info packet. by mleach · 9 years ago
  31. a1e0b46 update to linux build for mem-acc and C-api addtions by mleach · 9 years ago
  32. ebc28b0 Updated memory accessor mapping to handle remove accessor by address. by mleach · 9 years ago
  33. 3ccc185 Added new callback memory accessor files. by mleach · 9 years ago
  34. 3eac345 xrefs in the document .md files by mleach · 9 years ago
  35. 31a7ed8 Added library build documentation. by mleach · 9 years ago
  36. a5ac14c Fix to build for none dll simple print test by mleach · 9 years ago
  37. b66f43f Merge branch 'arm-dev' of github.com:Linaro/OpenCSD into arm-dev by mleach · 9 years ago
  38. 5d1fddc Merge branch 'etmv3-dev-local' into arm-dev by mleach · 9 years ago
  39. 160dcff Windows build projects - added configurations to enable windows DLL for C-API interface to library. by mleach · 9 years ago
  40. 71c96e8 RE-jig C / C++ handling of version function calls by mleach · 9 years ago
  41. 38da0c7 updated to makefiles to create .so versions by mleach · 9 years ago
  42. 322404e added erase to remove dcd tree from the map, otherwise it fails when creating and deleting decoders by tor-jeremiassen · 9 years ago
  43. cd2f903 Converted c-api project to dll by mleach · 9 years ago
  44. fb6b7d0 Merge branch 'arm-dev' into etmv3-dev-local by mleach · 9 years ago
  45. c07f3d5 separated out the juno snapshot STM capture. by mleach · 9 years ago
  46. 42e2c44 Bug fix for async detect issue. by mleach · 9 years ago
  47. 588bfd9 Initial addition of ETMv3 packet decode class source. by mleach · 9 years ago
  48. 02f6db5 Removed generated trace printout by mleach · 9 years ago
  49. 2aa4aee Additional STM only test snapshot. Includes FLAG and TS packets by mleach · 9 years ago
  50. 6cadfcb Fixed bug in the STM Timestamp packet processing logic. by mleach · 9 years ago
  51. e10eb0a update to linux makefile by mleach · 9 years ago
  52. e9cb0e3 Merge remote-tracking branch 'origin-arm-local/arm-dev' into arm-dev by mleach · 9 years ago
  53. 0f88075 STM - enforced master and channel zeroing on MERR and GERR by mleach · 9 years ago
  54. 216d753 Added library version functions by mleach · 9 years ago
  55. c01cf92 Doxygen update - include README.md. Added test_progs.md. by mleach · 9 years ago
  56. 6c73c83 Doxygen comment updates on headers by mleach · 9 years ago
  57. 6672f8a Updated C-API and C-API test program to demonstrate ETMv3 and STM packet processing. by mleach · 9 years ago
  58. 7698084 Update to STM packet processing to add features needed for STM hardware event trace by mleach · 9 years ago
  59. c645382 updates to fix linux builds by mleach · 9 years ago
  60. 2574866 Raw frame printer update by Mike Leach · 9 years ago
  61. f315963 STM packet processor bugfixes by Mike Leach · 9 years ago
  62. 38fd7f4 Bugfixes to STM packet processor by mleach · 9 years ago
  63. 6cb2e98 Added STM packet processor creation to decode tree by mleach · 9 years ago
  64. 97c2561 Update tests to output STM data by mleach · 9 years ago
  65. 2813fe7 Complete STM decode routines by mleach · 9 years ago
  66. a7dd747 Updates to STM packet processor by mleach · 9 years ago
  67. 42a08b0 Updates to STM packet processing by mleach · 9 years ago
  68. 7ce75f5 Added in new STM files. by mleach · 9 years ago
  69. 56552e4 added STM packet types by Mike Leach · 9 years ago
  70. 1b53969 DS-5 comparison dump for TC2 snapshot, ETM0 by mleach · 9 years ago
  71. 6801a5b Bugfixes for the ETMv3 packet processor by mleach · 9 years ago
  72. 2542182 Updates to packet printing test program for EtmV3. by mleach · 9 years ago
  73. ad695bf Update tests - add TC2 and snowball snapshot examples. by mleach · 9 years ago
  74. 40a0c4b Update decode tree to create ETMv3 packet processor by mleach · 9 years ago
  75. 270c325 Completed packet printing in element object by mleach · 9 years ago
  76. 75871d6 Updates to the packet string printing by mleach · 9 years ago
  77. addda77 Updates to ETMv3 packet processor & compile warnings fixed by mleach · 9 years ago
  78. fab01af fixed compile warnings in common code by mleach · 9 years ago
  79. 5e0cde7 Fixed compile warnings in tests by mleach · 9 years ago
  80. 2c211cc Adjust bad sequence types in enum and remove compile warnings in ETMv4 decoder. by mleach · 9 years ago
  81. 8d5180f update ETMv3 packet processor by mleach · 9 years ago
  82. d0d97a2 Update ETMv4 processor with op flag code and filter support by mleach · 9 years ago
  83. 9367090 Add op flag filters to base class packet sending code by mleach · 9 years ago
  84. 8723f1c Updates to ETMv3 packet processor by mleach · 9 years ago
  85. c86bf1e Added as yet incomplete etmv3 packet processor implementation code to etmv3 feature branch by mleach · 9 years ago
  86. 7206d4f Updated doxygen comments by mleach · 9 years ago
  87. e3f7821 Updated context element printout. by Mike Leach · 9 years ago
  88. 24a3491 ETMV4 decode : bugfix for exception address handling by Mike Leach · 9 years ago
  89. 0dfb7e1 ETMV4 decode bugfix: handle 2nd and subsequence ASYNCS by Mike Leach · 9 years ago
  90. 771d364 Added packet index to simple packet printer - no decode. by Mike Leach · 9 years ago
  91. b7ca579 update to C API test program - make printout similar to c++ test. by mike leach · 9 years ago
  92. cb02a33 Updates to C API and C test program. by mike leach · 9 years ago
  93. 29e2dcd C API update for the creation of full ETMv4 decode and attachment of pkt monitor to packet processor. by mike leach · 9 years ago
  94. 88c1275 re-fix gen elem types for windows build by mike leach · 9 years ago
  95. 1f82adc Update and fix for linux build. Removed union in gen elements, by Mike Leach · 9 years ago
  96. d8deda8 Decoder fixes and updates by mleach · 9 years ago
  97. 9889a9a Bugfix for instruction decode by mleach · 9 years ago
  98. 082ca33 DS5 snapshot trace dumps for comparison by mleach · 9 years ago
  99. 22a66b8 test listings by mleach · 9 years ago
  100. abcc825 fixes to trace decode. by mike leach · 9 years ago