An error occurred fetching the project authors.
  1. 08 Oct, 2019 1 commit
  2. 26 Feb, 2019 1 commit
  3. 12 Feb, 2019 1 commit
  4. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  5. 02 May, 2018 1 commit
    • Cedric Roux's avatar
      T tracer: don't depend on T_BUFFER_MAX anymore in the tracers · 52cf61de
      Cedric Roux authored
      Whenever the value T_BUFFER_MAX changes, the tracers had to
      be recompiled. The only reason why it was needed is because we
      used some fixed size buffers to read events. This commit removes
      this restriction.
      
      Also, with the basic simulator, this value T_BUFFER_MAX now comes
      with an #ifdef which would have required some special hackish-level
      tricks in the tracers, which is not good.
      
      Let's just allocate memory when needed.
      52cf61de
  6. 14 Aug, 2017 1 commit
  7. 18 Oct, 2016 1 commit
    • Cedric Roux's avatar
      T: add some hack programs · a6742020
      Cedric Roux authored
      - time_meas to measure time spent in scheduling
      - timeplot to show nice histograms in realtim of above measurement
      a6742020
  8. 22 Jun, 2016 1 commit