1. 31 Jan, 2017 8 commits
  2. 30 Jan, 2017 4 commits
  3. 29 Jan, 2017 2 commits
  4. 26 Jan, 2017 1 commit
  5. 24 Jan, 2017 2 commits
  6. 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
  7. 22 Jan, 2017 1 commit
  8. 21 Jan, 2017 2 commits
  9. 20 Jan, 2017 3 commits
  10. 17 Jan, 2017 9 commits
  11. 16 Jan, 2017 3 commits
  12. 15 Jan, 2017 3 commits
  13. 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