1. 27 Mar, 2016 1 commit
  2. 25 Mar, 2016 2 commits
    • Vicent Marti's avatar
      examples: Add `mallocstacks` · 88899060
      Vicent Marti authored
      This simple example script traces all calls to `malloc` in a process and
      prints the callsite using the new `BPF_STACK_TRACE` table API.
      88899060
    • Vicent Marti's avatar
      table: Implement a StackWalker for StackTrace tables · 066eb309
      Vicent Marti authored
      The StackWalker iterator lets us call `stack_trace.walk(id)` to iterate
      through the addresses in any given stack. The constructor of this
      iterator takes an optional `resolver` to convert the addresses in the
      iterator into symbols (or to format them according to the users' needs).
      066eb309
  3. 24 Mar, 2016 2 commits
  4. 23 Mar, 2016 2 commits
  5. 22 Mar, 2016 2 commits
  6. 21 Mar, 2016 8 commits
  7. 20 Mar, 2016 1 commit
  8. 16 Mar, 2016 2 commits
  9. 11 Mar, 2016 2 commits
  10. 10 Mar, 2016 1 commit
  11. 08 Mar, 2016 4 commits
  12. 04 Mar, 2016 7 commits
  13. 03 Mar, 2016 4 commits
  14. 01 Mar, 2016 2 commits