1. cfce311 Don't show allocations newer than a configurable age by Sasha Goldshtein · 9 years ago
  2. 4f1ea67 Added memory leak tracer by Sasha Goldshtein · 9 years ago
  3. 31cd104 simplify by Brendan Gregg · 9 years ago
  4. f6e92c9 nits by Brendan Gregg · 9 years ago
  5. 6497a84 bitesize nits by Brendan Gregg · 9 years ago
  6. baebe80 use one map instead of two by Brendan Gregg · 9 years ago
  7. aa1e6ca Merge pull request #343 from ceeaspb/master by Brenden Blanco · 9 years ago
  8. 7a31351 one slipped the net by Alex Bagehot · 9 years ago
  9. 3b9679a trawl typos with aspell by Alex Bagehot · 9 years ago
  10. 6959dcf Add bitesize tool by mcaleavya · 9 years ago
  11. 7583a4e use __builtin_memcpy() instead of unrolled loop by Alexei Starovoitov · 9 years ago
  12. 57abe5b update with cachestat , squashed commit by unixtest · 9 years ago
  13. 62f4c28 fix synopsis options in docs by Brendan Gregg · 9 years ago
  14. af2b46a offwaketime by Brendan Gregg · 9 years ago
  15. 5a06c2c gethostlatency by Brendan Gregg · 9 years ago
  16. aa87997 bashreadline by Brendan Gregg · 9 years ago
  17. 7bf0e49 wakeuptime by Brendan Gregg · 9 years ago
  18. d234ad7 Add decode() to ascii string in offcputime.py by Brenden Blanco · 9 years ago
  19. 5bd0eb2 Updates to use cmake GLOB and libbcc.so.0 in python init by Brenden Blanco · 9 years ago
  20. 670a6aa docs for offcputime -u by Brendan Gregg · 9 years ago
  21. d364d04 add -u, and change from 2 to 1 traced funcitons by Brendan Gregg · 9 years ago
  22. f747114 optimize code, remove unnecessary filter check by Brendan Gregg · 9 years ago
  23. 4d57da1 stack walker typo and improvement by Brendan Gregg · 9 years ago
  24. 38cef48 stack walking scripts by Brendan Gregg · 9 years ago
  25. bdf0773 fix pep8 lint errors in the rest of the tools by Alexei Starovoitov · 9 years ago
  26. a79da0a fix pep8 lint errors in biolatency and biosnoop by Alexei Starovoitov · 9 years ago
  27. f7c226d Add rpm and deb packaging for bcc-tools by Brenden Blanco · 9 years ago
  28. c175cf8 Package tools into share/bcc/tools by Brenden Blanco · 9 years ago
  29. 860b649 softirq and hardirq by Brendan Gregg · 9 years ago
  30. f06d3b4 tcpconnect for IPv4 and IPv6, and make tcpv4connect a trimmed example by Brendan Gregg · 9 years ago
  31. 10e1b14 filter to match TCP only by Brendan Gregg · 9 years ago
  32. 000a4e6 USAGE message typos by Brendan Gregg · 9 years ago
  33. 052f89c tcpaccept by Brendan Gregg · 9 years ago
  34. 366eb2e handle return value in kretprobe handler for tcpv4connect by Yonghong Song · 9 years ago
  35. 870b1cd tcpv4connect by Brendan Gregg · 9 years ago
  36. 6df2b0e Add custom formatter function to print_log2_hist by Brenden Blanco · 9 years ago
  37. 44e6877 biolatency -D by Brendan Gregg · 9 years ago
  38. 50bbca4 funclatency -F by Brendan Gregg · 9 years ago
  39. 3736885 tidy up: delete value after use by Brendan Gregg · 9 years ago
  40. 6b8add0 use new num_open_kprobes() function by Brendan Gregg · 9 years ago
  41. 8d70a88 use BPF_HISTOGRAM by Brendan Gregg · 9 years ago
  42. f0b15c4 Add BPF_HISTOGRAM type and print support by Brenden Blanco · 9 years ago
  43. 9fa1562 biolatency by Brendan Gregg · 9 years ago
  44. 74016c3 funclatency by Brendan Gregg · 9 years ago
  45. d9e578b killsnoop by Brendan Gregg · 9 years ago
  46. 91734d3 some simplifications by Brendan Gregg · 9 years ago
  47. 665c5b0 variable name typo by Brendan Gregg · 9 years ago
  48. bedd150 opensnoop by Brendan Gregg · 9 years ago
  49. a080b3e fix comment by Brendan Gregg · 9 years ago
  50. 5be5194 biosnoop for block device I/O by Brendan Gregg · 9 years ago
  51. 61c7ff1 shorten syncsnoop example by Brendan Gregg · 9 years ago
  52. 3e55ae2 funccount for counting kernel function calls by Brendan Gregg · 9 years ago
  53. 819334e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  54. d21af64 simplify code using new features by Brendan Gregg · 9 years ago
  55. c35989d Rename python module name to 'bcc' from 'bpf' by Brenden Blanco · 9 years ago
  56. 921008e make use of BPF.ksym() by Brendan Gregg · 9 years ago
  57. 4cbdef7 use new event_re option to improve vfscount by Brendan Gregg · 9 years ago
  58. ef2452d improve code by utilizing .clear() by Brendan Gregg · 9 years ago
  59. 8e40c23 Fix map.clear() usage for array type maps by Brenden Blanco · 9 years ago
  60. 9421054 tidier example by Brendan Gregg · 9 years ago
  61. 057b078 more examples of b[] syntax, fix func arg passing by Brendan Gregg · 9 years ago
  62. 5eef65e Change API of attach_kprobe to take a name argument by Brenden Blanco · 9 years ago
  63. ebdb242 save some syscalls by Brendan Gregg · 9 years ago
  64. 762b1b4 python 2 & 3 compatibility by Brendan Gregg · 9 years ago
  65. 177e07e support odd Linux distros by Brendan Gregg · 9 years ago
  66. ef4e1fc cleaner get_table calls by Brendan Gregg · 9 years ago
  67. 48fbc3e some bcc examples and tools by Brendan Gregg · 9 years ago