1. 29 Jan, 2017 1 commit
  2. 26 Jan, 2017 1 commit
  3. 24 Jan, 2017 2 commits
  4. 23 Jan, 2017 1 commit
    • Derek's avatar
      Handling multiple concurrent probe users. · 739581f8
      Derek authored
      Event naming pattern changed to $(eventname)_bcc_$(pid)
      Detect /sys/kernel/debug/tracing/instances in bpf_attach_probe,
      if it exist, then will per-instance event, if failed the make global
      event instance as same as before.
      739581f8
  5. 22 Jan, 2017 1 commit
  6. 21 Jan, 2017 2 commits
  7. 20 Jan, 2017 3 commits
  8. 17 Jan, 2017 9 commits
  9. 16 Jan, 2017 3 commits
  10. 15 Jan, 2017 3 commits
  11. 14 Jan, 2017 1 commit
    • Sasha Goldshtein's avatar
      argdist, trace: Support non-C identifier names · 3fa7ba1e
      Sasha Goldshtein authored
      When argdist or trace face a function that has characters
      in its name that are not valid in C identifier, they now
      replace these characters with an underscore (`_`) when
      generating function names and structure names to include
      in the BPF program. As a result, it is now possible to
      trace functions that have these identifiers in their names,
      such as Golang functions like `fmt.Println`.
      3fa7ba1e
  12. 13 Jan, 2017 2 commits
  13. 11 Jan, 2017 10 commits
  14. 09 Jan, 2017 1 commit