1. e6a166b fix python3 issue for ttysnoop.py (#1912) by yonghong-song · 6 years ago
  2. 492a2bf table: remove NotImplementedError on LpmTrie __delitem__ calls (#1892) by Eyal Birger · 6 years ago
  3. 0cf0e8e Fix Python autoload syscall name handling by Teng Qin · 6 years ago
  4. ee9f0e0 Remove handling of KeyboardInterrupt exception (#1843) by Daniel Zozin · 6 years ago
  5. c2fb112 python: add __version__ attribute to bcc module (#1826) by Andreas Gerstmayr · 6 years ago
  6. 7312cb6 Merge pull request #1810 from lcp/xdp_redirect-v2 by yonghong-song · 6 years ago
  7. db410bf Add two new map types: DEVMAP and CPUMAP by Gary Lin · 6 years ago
  8. 62af0ea Merge pull request #1790 from brendangregg/master by yonghong-song · 6 years ago
  9. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  10. 4f13d88 add tcpdrop tool by Brendan Gregg · 6 years ago
  11. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  12. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  13. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  14. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  15. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  16. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  17. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 7 years ago
  18. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 7 years ago
  19. 8103194 Add support of Cgroup Array in Python by Teng Qin · 7 years ago
  20. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 7 years ago
  21. 9357f35 fix python3 py_test_histogram failure by Yonghong Song · 7 years ago
  22. 581052a Merge pull request #1647 from iovisor/yhs_dev by 4ast · 7 years ago
  23. 6cb3c3d Fix spelling mistake in raised Exception by Daniel Lockyer · 7 years ago
  24. 1034bd4 skip kprobe functions outside normal text section by Yonghong Song · 7 years ago
  25. e0d808e debian: add python3-bcc package by Andreas Gerstmayr · 7 years ago
  26. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 7 years ago
  27. fafbf3c Do not use perf reader for TRACEPOINT events by Teng Qin · 7 years ago
  28. 5ec4cc4 Merge pull request #1582 from iovisor/python_bytes by yonghong-song · 7 years ago
  29. 3c468a4 Merge pull request #1584 from palmtenor/printargs by yonghong-song · 7 years ago
  30. e060464 Destruct USDTContext correctly in Python by Teng Qin · 7 years ago
  31. 918fad8 Implement get_text for Python USDT class by Teng Qin · 7 years ago
  32. c0ca99a python/bcc: add internal _assert_is_bytes usage by Brenden Blanco · 7 years ago
  33. e663541 python: Add 2/3 compat wrappers for byte strings by Brenden Blanco · 8 years ago
  34. 8e09958 table: Refactor __delitem__ in all table types by Joel Fernandes · 7 years ago
  35. bb95ef2 Merge pull request #1531 from natoscott/master by yonghong-song · 7 years ago
  36. f1bb6ea Merge pull request #1540 from pchaigno/regex-filtering-kallsyms by yonghong-song · 7 years ago
  37. fe03355 Use /proc/kallsyms for regex filtering by Paul Chaignon · 7 years ago
  38. 7a46dfe fix a trace_pipe output issue by Yonghong Song · 7 years ago
  39. d10c642 correct error reporting on python text compilation by Nathan Scott · 7 years ago
  40. fead16a usdt: permit to enable probes from a pid and a particular binary by Yonghong Song · 7 years ago
  41. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  42. efa6ee9 add BPF.tracepoint_exists() by Brendan Gregg · 7 years ago
  43. adb31b5 Fix incorrect lost_cb type in Python by Teng Qin · 7 years ago
  44. b7bbd04 Add cb_cookie to perf_reader_lost_cb by Teng Qin · 7 years ago
  45. 4a2f221 Merge pull request #1480 from htbegin/bucket_sort_fn by yonghong-song · 7 years ago
  46. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  47. b68e67b Clean libbpf interface arguments for tracing events by Teng Qin · 7 years ago
  48. a83e278 histogram: support sorting bucket before dumping table by htbegin · 7 years ago
  49. bd3d134 python: Avoid unnecessary pointer object creations by Olivier Tilmans · 7 years ago
  50. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  51. 73e2f2d Move BCC debug options to an installed header file by Teng Qin · 7 years ago
  52. de258ba Add flag to enable verifier log_level 2 by Teng Qin · 7 years ago
  53. eea5528 Use bpf_prog_load_flag in APIs by Teng Qin · 7 years ago
  54. 6be6e2c Fix exception handling in python3 by Rafael Fonseca · 7 years ago
  55. fbbe6d6 Merge pull request #1393 from pchaigno/handle-epipe by 4ast · 7 years ago
  56. df36816 bpf: Add support for prog_name and map_name by Martin KaFai Lau · 7 years ago
  57. 860dbb0 Exit on EPIPE by Paul Chaignon · 7 years ago
  58. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  59. 91837ca add debug option to dump asm insns embedded with source by Yonghong Song · 7 years ago
  60. f72909f Allow the flags to be specified in remove_xdp() by Gary Lin · 7 years ago
  61. 5e84698 python - set attach_xdp's default flag value to 0 by Gabriel Ganne · 7 years ago
  62. e48f7c9 have uniform uprobe event names for python and C++ by Yonghong Song · 7 years ago
  63. 0ba1507 permit multiple pids attaching to the same probe by Yonghong Song · 7 years ago
  64. 0bd1a6d Add an option to strip leading zeros from histograms (#1226) by Taekho Nam · 7 years ago
  65. 6fa3681 Improve PerfEventArray clean up by Teng Qin · 7 years ago
  66. d682733 Add bpf_close_perf_event_fd by Teng Qin · 7 years ago
  67. 9f3cab7 Add support for generic XDP mode by Andy Gospodarek · 7 years ago
  68. f510b6b Unify perf event enums in Python API by Teng Qin · 7 years ago
  69. 89d901c Use bcc_symbol_option in ProcSyms by Teng Qin · 7 years ago
  70. aff6ce7 Use bcc_symbol_option in bcc_resolve_symname by Teng Qin · 7 years ago
  71. fcb2ed8 Use bcc_symbol_option in bcc_foreach_function_symbol by Teng Qin · 8 years ago
  72. 0336a29 Add option to control bcc_elf_foreach_sym behavior by Teng Qin · 8 years ago
  73. 38cc5d6 Use bpf_get_first_key in Python API by Teng Qin · 7 years ago
  74. 76f5a32 Fix delitem operation for PROG_ARRAYs (#1113) by Paul Chaignon · 8 years ago
  75. b2d792c Fixes SEGFAUL in libbcc when actually setting a lost_cb by Jan · 8 years ago
  76. 784057b Fixed SEGFAULT due to perf buffer overflow if lost_cb unset by Jan · 8 years ago
  77. 9f066e4 Free demangle_name after use by Teng Qin · 8 years ago
  78. 4b764de Add callback for perf buffer lost sample events (#1092) by Teng Qin · 8 years ago
  79. 9e718f5 Add an option to resolve address without demangling (#1084) by Teng Qin · 8 years ago
  80. 4bb6d7f u* tools: automatically detect the language (#1067) by Paul Chaignon · 8 years ago
  81. 78948e4 Python 3 compatibility fixes around string handling (#986) by Rafael F · 8 years ago
  82. 3a23760 python: Allow module=None when resolving kernel symbols by Sasha Goldshtein · 8 years ago
  83. bdbc472 Merge pull request #1021 from markdrayton/sym-mod-fix by 4ast · 8 years ago
  84. b69fe97 Merge pull request #1018 from GabrielGanne/python-xdp-return-values by Brenden Blanco · 8 years ago
  85. 1a1f441 usdt: fix argument passing on python3 (#984) by Rafael F · 8 years ago
  86. 78b05e0 add XDP return values to python interface by Gabriel Ganne · 8 years ago
  87. dcf8cf9 python: handle null module in BPF.sym by Mark Drayton · 8 years ago
  88. 7b35436 Fix long running test_debuginfo and python3 fix by Brenden Blanco · 8 years ago
  89. 5f5687e Make perf ring buffer size configurable by Mark Drayton · 8 years ago
  90. 03ab5e8 Fix symbol resolution by name (SymbolCache.resolve_name) by Sasha Goldshtein · 8 years ago
  91. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 8 years ago
  92. febed33 Simplify BCC symbol resolution API by Sasha Goldshtein · 8 years ago
  93. 98f5d4e Remove usyms.py and redundant ProcessSymbols class by Sasha Goldshtein · 8 years ago
  94. 8698bdb Support base + index * scale addressing for USDT arguments by Sasha Goldshtein · 8 years ago
  95. d5e24d9 Move monotonic_time to BPF class, use CLOCK_MONOTONIC by Sasha Goldshtein · 8 years ago
  96. dc3a57c u* tools: Gracefully handle missing probes by Sasha Goldshtein · 8 years ago
  97. 3d98151 usdt: convert text from bytes to str by Rafael Fonseca · 8 years ago
  98. dacb8ad python3 compat: tracepoint fixes by Brenden Blanco · 8 years ago
  99. 341ec67 python3 compat: add missing str->bytes conversion by Brenden Blanco · 8 years ago
  100. fcd936c bcc: add support for lpm trie map type by Huapeng Zhou · 8 years ago