1. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  2. b334702 Merge pull request #1388 from sandip4n/fix-tools-syscount by Brendan Gregg · 7 years ago
  3. 5054de5 Merge pull request #1389 from iovisor/yhs_dev by 4ast · 7 years ago
  4. 0e8c031 Merge pull request #1361 from navytux/y/hardirqs-d-fix by Brendan Gregg · 7 years ago
  5. 044263b sync src/cc/compat/linux headers with latest net-next by Yonghong Song · 7 years ago
  6. 920319d Merge pull request #1360 from navytux/y/execsnoop-x-fix by Brendan Gregg · 7 years ago
  7. 3c67c2f Merge pull request #1386 from sandip4n/set-sdt-constraint by yonghong-song · 7 years ago
  8. 8b8e16b Merge pull request #1385 from pchaigno/support-enums-map-visitor by yonghong-song · 7 years ago
  9. a068a03 Fix 'tools/syscount' from using incorrect fallback values by Sandipan Das · 7 years ago
  10. 9ab1cee Set default USDT argument parser by Sandipan Das · 7 years ago
  11. f7f873a Fix segfault with enumerations by Paul Chaignon · 7 years ago
  12. 54a5b4d Merge pull request #1382 from palmtenor/vdso by yonghong-song · 7 years ago
  13. 1670d33 Allow BCC to parse vDSO symbols by Teng Qin · 7 years ago
  14. a9e5f53 Improve bcc_procutils_each_module logic by Teng Qin · 7 years ago
  15. 5b08d38 libbpf: print error to error stream by Prashant Bhole · 7 years ago
  16. e9fa659 libbpf: return error when if_nametoindex returns 0 by Prashant Bhole · 7 years ago
  17. 7c9d8c9 Merge pull request #1378 from palmtenor/ksyms_opt by yonghong-song · 7 years ago
  18. 66b8edd Merge pull request #1377 from palmtenor/ksym_segfault by yonghong-song · 7 years ago
  19. 2e20494 Merge pull request #1376 from sandip4n/fix-tools-statsnoop by Brendan Gregg · 7 years ago
  20. 8cc8fc3 Improve Kernel symbols loading by Teng Qin · 7 years ago
  21. 9c38f48 Avoid potential SEGFAULT when resolving Kernel symbols by Teng Qin · 7 years ago
  22. 16523a3 Fix 'tools/statsnoop' from failing to attach kprobes by Sandipan Das · 7 years ago
  23. 253b27d Update USDT argument constraint for powerpc and powerpc64 by Sandipan Das · 7 years ago
  24. 38dfff6 Set USDT argument constraint for all architectures by Sandipan Das · 7 years ago
  25. 782b34f Merge pull request #1374 from pbhole/dns_matching1 by yonghong-song · 7 years ago
  26. b2b9133 examples:dns_matching: accept args from user by Prashant Bhole · 7 years ago
  27. af83f6f examples:dns_matching: make it work as DNS sniffer by Prashant Bhole · 7 years ago
  28. 422db70 Merge pull request #1365 from sandip4n/add-usdt-ppc64 by yonghong-song · 7 years ago
  29. 91837ca add debug option to dump asm insns embedded with source by Yonghong Song · 7 years ago
  30. 7436872 examples:dns_matching: helper function for adding cache entry by Prashant Bhole · 7 years ago
  31. 2a6a5c5 Merge pull request #1368 from pbhole/fix_dns_matching by yonghong-song · 7 years ago
  32. c5ca2a6 Traces external pointers in parenthesized expressions by Paul Chaignon · 7 years ago
  33. 1e21149 examples:dns_matching: fixed loop break condition by Prashant Bhole · 7 years ago
  34. 3c40c02 examples:dns_matching: added pragma directive for loop unrolling by Prashant Bhole · 7 years ago
  35. 07c21f0 examples:dns_matching: fix key length and buffer overrun by Prashant Bhole · 7 years ago
  36. a135d89 Merge pull request #1363 from navytux/y/probe-read-const by yonghong-song · 7 years ago
  37. fca6607 Merge pull request #1364 from palmtenor/multi_section_so by yonghong-song · 7 years ago
  38. 67fa222 Fix bcc_resolve_global_addr on shared libraries by Teng Qin · 7 years ago
  39. 9e02d82 Fix symbol resolution for shared libraries with multiple load sections by Teng Qin · 7 years ago
  40. a0c5de1 Add file offset in bcc_procutils_each_module callback by Teng Qin · 7 years ago
  41. 0daa912 Merge pull request #1358 from palmtenor/load_exe by yonghong-song · 7 years ago
  42. f86f053 Add powerpc64 support for some USDT related tests by Sandipan Das · 7 years ago
  43. 1f0f7b6 Add basic USDT probe support for powerpc64 by Sandipan Das · 7 years ago
  44. 649e7f0 BCC macro for the creation of LPM trie maps (#1359) by Paul Chaignon · 7 years ago
  45. 5db9d37 Add ELF load ranges for executable binaries by Teng Qin · 7 years ago
  46. 9756295 Add common helper to read Process executable by Teng Qin · 7 years ago
  47. 899d3e9 Merge pull request #1357 from palmtenor/load_section by yonghong-song · 7 years ago
  48. 2dc7daa bpf_probe_read*: src argument should be const void *. by Kirill Smelkov · 7 years ago
  49. f2d125e hardirqs, softirqs: Fix distribution mode units handling by Kirill Smelkov · 7 years ago
  50. ce36bb6 execsnoop: Fix -x handling by Kirill Smelkov · 7 years ago
  51. b09e43b Iterate through all load section when resolving name by Teng Qin · 7 years ago
  52. a8f6db9 Add a helper to loop over ELF load sections by Teng Qin · 7 years ago
  53. a0dd71e clang-format and add documentation to bcc_elf.h by Teng Qin · 7 years ago
  54. ac5c03c Add a generic utility to check any binary availability by Sandipan Das · 7 years ago
  55. 5006054 Fix freezing of 'test_brb' and 'test_brb2' if netperf is not found by Sandipan Das · 7 years ago
  56. 7db182b Merge pull request #1356 from sandip4n/fix-test-debuginfo by yonghong-song · 7 years ago
  57. bbe32f5 Merge pull request #1355 from pchaigno/links-update by Brendan Gregg · 7 years ago
  58. 5f102ce 2 talks and 1 blog post referring to bcc by Paul Chaignon · 7 years ago
  59. d06b438 Fix 'test_debuginfo' from failing if a symbol has multiple aliases by Sandipan Das · 7 years ago
  60. e9e072c Update docs/kernel-versions.md for xdp/veth by Gary Lin · 7 years ago
  61. 91fc721 Do not load zero-length function symbols by Teng Qin · 7 years ago
  62. 488c119 Deduplicate USDT probe locations by Teng Qin · 7 years ago
  63. 486d348 Add missing nfsdist and nfsslower to snap (#1349) by Colin Ian King · 7 years ago
  64. ceff3e0 nfsdist tool (#1347) by samuelnair · 7 years ago
  65. 98edd9f Merge pull request #1344 from samuelnair/manpage-fix by Brendan Gregg · 7 years ago
  66. 434c27b Fix for incorrect tool arguments in the man pages by Samuel Nair · 7 years ago
  67. 8322f80 Removed unused Mount Namespace helpers by Teng Qin · 7 years ago
  68. 15b15ed Merge pull request #1338 from palmtenor/uprobe_check by 4ast · 7 years ago
  69. 0760b75 Improve string buffer checking on uprobe attach and detach by Teng Qin · 7 years ago
  70. d56fff0 Merge pull request #1332 from iovisor/ast_dev by yonghong-song · 7 years ago
  71. 6aec309 Merge pull request #1336 from palmtenor/noinstance by 4ast · 7 years ago
  72. 08dbf13 Merge pull request #1333 from samuelnair/fix-py-tut by Brendan Gregg · 7 years ago
  73. 4f47e3b annotate program tag by Alexei Starovoitov · 7 years ago
  74. b1df37c add helpers to access program tag by Alexei Starovoitov · 7 years ago
  75. f4543fc Do not create instance for kprobe by Teng Qin · 7 years ago
  76. 566597c Merge pull request #1340 from qmonnet/kernelfeatures by yonghong-song · 7 years ago
  77. a3abb65 Merge pull request #1341 from pbhole/fix_http_filter by yonghong-song · 7 years ago
  78. ec60e75 examples: fixed http_filter example by Prashant Bhole · 7 years ago
  79. ac1334f Merge pull request #1339 from iovisor/contributing-smoke by yonghong-song · 7 years ago
  80. c528446 Merge pull request #1337 from pbhole/fix_vlan_learning by Brendan Gregg · 7 years ago
  81. 166bf0f nfsslower: trace slow NFS operations by samuelnair · 7 years ago
  82. f1c0be8 docs: update features list by Quentin Monnet · 7 years ago
  83. 394556c Mention the smoke tests for new tool contributions by Sasha Goldshtein · 7 years ago
  84. 53e3afd examples: fix vlan_learning example by Prashant Bhole · 7 years ago
  85. 5888989 stackcount: add -K, -U, -d, -D, and -f (#1335) by Brendan Gregg · 7 years ago
  86. e7a5bdc Modified the docs and example to make a fix for https://github.com/iovisor/bcc/issues/139 by Samuel Nair · 7 years ago
  87. d9641be Increased allowed path name for USDT probes by Romain Cledat · 7 years ago
  88. a91ec38 Merge pull request #1324 from mskarbek/zfs_tools_fix by Brendan Gregg · 7 years ago
  89. 4f444a5 zfs tools fix for zpl_read/zpl_write removal by Marcin Skarbek · 7 years ago
  90. 667988c Fix _GNU_SOURCE redefined warning by Nan Xiao · 7 years ago
  91. 137ee81 Fix uninitialized ProcMountNS in USDT Context by Teng Qin · 7 years ago
  92. e12f55a Use correct data type for class Data by Nan Xiao · 7 years ago
  93. 23fc589 Update after lookup in map.increment for HASH types by Brenden Blanco · 7 years ago
  94. 917f4c7 fix a bug introduced by previous lua-bcc build fix commit by Yonghong Song · 7 years ago
  95. 84757ce Better check for compiler standard support by Teng Qin · 7 years ago
  96. 86bcc27 Fix compile errors with ENABLE_USDT=Off by Brenden Blanco · 7 years ago
  97. d2e5dd5 Fix for ubuntu elf linker error by Brenden Blanco · 7 years ago
  98. 7fef695 Add c-library only option by Brenden Blanco · 7 years ago
  99. 71fc3d5 move api and create dependent option by Brenden Blanco · 7 years ago
  100. 1614ce7 Move source file names into cmake variables by Brenden Blanco · 7 years ago