1. 09 Sep, 2016 2 commits
  2. 08 Sep, 2016 2 commits
  3. 30 Aug, 2016 1 commit
  4. 29 Aug, 2016 1 commit
  5. 25 Aug, 2016 1 commit
  6. 24 Aug, 2016 5 commits
    • Brendan Gregg's avatar
      fix biosnoop after kernel change · 0d4d0bff
      Brendan Gregg authored
      0d4d0bff
    • Brendan Gregg's avatar
      Merge pull request #674 from markdrayton/offcputime · 2aefbef9
      Brendan Gregg authored
      offcputime improvements: use less RAM, add PID/TID support
      2aefbef9
    • Mark Drayton's avatar
    • Brenden Blanco's avatar
      Merge pull request #670 from iamkafai/perf_submit_skb · 96483d48
      Brenden Blanco authored
      Add perf_submit_skb
      96483d48
    • Martin KaFai Lau's avatar
      Add perf_submit_skb · bdad3840
      Martin KaFai Lau authored
      For BPF_PROG_TYPE_SCHED_CLS/ACT, the upstream kernel has recently added a
      feature to efficiently output skb + meta data:
      commit 555c8a8623a3 ("bpf: avoid stack copy and use skb ctx for event output")
      
      This patch adds perf_submit_skb to BPF_PERF_OUTPUT macro.  It takes
      an extra u32 argument.  perf_submit_skb will then be expanded to
      bpf_perf_event_output properly to consider the newly added
      u32 argument as the skb's len.
      
      Other than the above described changes, perf_submit_skb is almost
      a carbon copy of the perf_submit except the removal of the 'string name'
      variable since I cannot find a specific use of it.
      
      Note that the 3rd param type of bpf_perf_event_output has also been
      changed from u32 to u64.
      
      Added a sample program tc_perf_event.py.  Here is how the output
      looks like:
      [root@arch-fb-vm1 networking]# ./tc_perf_event.py
      Try: "ping -6 ff02::1%me"
      
      CPU SRC IP                           DST IP       Magic
      0   fe80::982f:5dff:fec1:e52b        ff02::1      0xfaceb00c
      0   fe80::982f:5dff:fec1:e52b        ff02::1      0xfaceb00c
      0   fe80::982f:5dff:fec1:e52b        ff02::1      0xfaceb00c
      1   fe80::982f:5dff:fec1:e52b        ff02::1      0xfaceb00c
      1   fe80::982f:5dff:fec1:e52b        ff02::1      0xfaceb00c
      1   fe80::982f:5dff:fec1:e52b        ff02::1      0xfaceb00c
      bdad3840
  7. 21 Aug, 2016 1 commit
  8. 20 Aug, 2016 2 commits
  9. 19 Aug, 2016 2 commits
  10. 18 Aug, 2016 2 commits
  11. 17 Aug, 2016 1 commit
  12. 16 Aug, 2016 1 commit
  13. 15 Aug, 2016 2 commits
  14. 14 Aug, 2016 1 commit
  15. 13 Aug, 2016 1 commit
  16. 11 Aug, 2016 6 commits
  17. 09 Aug, 2016 1 commit
  18. 06 Aug, 2016 2 commits
  19. 05 Aug, 2016 4 commits
  20. 03 Aug, 2016 1 commit
  21. 02 Aug, 2016 1 commit