1. 25 Mar, 2016 1 commit
    • Zaafar Ahmed's avatar
      added percpu support in bcc. · b0e40388
      Zaafar Ahmed authored
      Due to alignment issue ( alignment of array
      must be same as cache alignment of cache ),
      complex data structures involved in percpu array/hash tables
      must be padded to match cache alignment or else, bcc will generate a error.
      non complex data structures which are not aligned to cache size such as int,
      uint32 is allowed but a bit slow due to casting/reverting process.
      b0e40388
  2. 16 Mar, 2016 2 commits
  3. 11 Mar, 2016 2 commits
  4. 10 Mar, 2016 1 commit
  5. 08 Mar, 2016 4 commits
  6. 04 Mar, 2016 7 commits
  7. 03 Mar, 2016 4 commits
  8. 01 Mar, 2016 2 commits
  9. 29 Feb, 2016 2 commits
  10. 24 Feb, 2016 2 commits
  11. 23 Feb, 2016 9 commits
  12. 22 Feb, 2016 4 commits