Skip to content
  1. Mar 11, 2021
  2. Mar 10, 2021
    • Jeffrey Booher-Kaeding's avatar
      Merge pull request #6 from vstehle/for-jeffrey · 3276c39d
      Jeffrey Booher-Kaeding authored
      Usability upgrades
      
      Rework command line using argparse
      Add logging and debug
      Add csv output
      Use iconv to cat logs
      3276c39d
    • Vincent Stehle's avatar
      cat.sh: use iconv · 5a6f6b7e
      Vincent Stehle authored
      
      
      Currently we `cat' all the discrete .ekl log files into a big, single file
      directly as binaries. This adds UTF-16 two bytes BOM everywhere in the
      middle of the resulting cat_summary.ekl.
      
      Fix that with iconv: we convert all the log files to UTF-8 on the fly and
      back to UTF-16 while concatenating.
      
      While at it, handle an optional command line argument to specify the
      folder to search for logs.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      5a6f6b7e
  3. Mar 03, 2021
  4. Mar 01, 2021
  5. Feb 23, 2021
  6. Feb 19, 2021
  7. Oct 01, 2020
  8. Sep 29, 2020
  9. Sep 23, 2020
  10. Sep 17, 2020
  11. Sep 16, 2020
  12. Sep 01, 2020
    • Jeff Booher-Kaeding's avatar
      V1.0? · 3afe3a32
      Jeff Booher-Kaeding authored
      Now outputting CSV, re-factored Command line arguments, bug fixes, spelling fixes, and more.
      3afe3a32
  13. Aug 27, 2020
  14. Aug 18, 2020
  15. Aug 17, 2020
  16. Aug 13, 2020
Loading