1. 67ae605 Remove semicolon at the end of define BPF_STACK_TRACE() by Song Liu · 7 years ago
  2. a1ac4bc Merge pull request #1561 from joelagnel/bcc-misc-1 by yonghong-song · 7 years ago
  3. 8e09958 table: Refactor __delitem__ in all table types by Joel Fernandes · 7 years ago
  4. 7aaa12f Merge pull request #1563 from iovisor/yhs_dev by 4ast · 7 years ago
  5. 71ef359 Merge pull request #1558 from pchaigno/missing-helpers by yonghong-song · 7 years ago
  6. 96354c6 fix map a type parsing issue for export/extern types by Yonghong Song · 7 years ago
  7. 0d5084d clang: Make libclang_frontend depend on libbcc by Joel Fernandes · 7 years ago
  8. 93fc2f8 cc: missing bpf helpers in export/helpers.h by Paul Chaignon · 7 years ago
  9. 3730829 cc: error hint for 'invalid func' by Paul Chaignon · 7 years ago
  10. 1ab5f66 use __builtin_memset instead of memset with frontend rewriter by Yonghong Song · 7 years ago
  11. cd5d4a6 fix a race condition between perf_reader munmap and read by Yonghong Song · 7 years ago
  12. 89aa294 sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  13. bb95ef2 Merge pull request #1531 from natoscott/master by yonghong-song · 7 years ago
  14. 9dca57e Merge pull request #1539 from hMcLauchlan/override-return-helper by yonghong-song · 7 years ago
  15. f1bb6ea Merge pull request #1540 from pchaigno/regex-filtering-kallsyms by yonghong-song · 7 years ago
  16. fe03355 Use /proc/kallsyms for regex filtering by Paul Chaignon · 7 years ago
  17. 3d05244 Add bpf_override_return() helper definition by Howard McLauchlan · 7 years ago
  18. 7a46dfe fix a trace_pipe output issue by Yonghong Song · 7 years ago
  19. d10c642 correct error reporting on python text compilation by Nathan Scott · 7 years ago
  20. bf2a811 usdt: ignore location with incorrect probe virtual address by Yonghong Song · 7 years ago
  21. fead16a usdt: permit to enable probes from a pid and a particular binary by Yonghong Song · 7 years ago
  22. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  23. 0e9ed20 bcc: Try use new API to create [k,u]probe with perf_event_open by Song Liu · 7 years ago
  24. f180ea1 bcc: add functions to use new [k,u]probe API by Song Liu · 7 years ago
  25. be578b7 Increase bpf_attach_tracing_event buffer size by Teng Qin · 7 years ago
  26. 0cfd665 fix a verifier failure by Yonghong Song · 7 years ago
  27. d827155 sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  28. efa6ee9 add BPF.tracepoint_exists() by Brendan Gregg · 7 years ago
  29. c0d1694 fix a compilation error with latest llvm/clang trunk by Yonghong Song · 7 years ago
  30. bb3e873 Merge pull request #1504 from samofatov/master by yonghong-song · 7 years ago
  31. c5308e9 CentOS 6 support by nikolay.samofatov · 7 years ago
  32. bd7fa55 fix build issue for llvm 5.0.1 by Yonghong Song · 7 years ago
  33. adb31b5 Fix incorrect lost_cb type in Python by Teng Qin · 7 years ago
  34. b7bbd04 Add cb_cookie to perf_reader_lost_cb by Teng Qin · 7 years ago
  35. d271f3e Fix lost count in perf_reader by Teng Qin · 7 years ago
  36. 4a2f221 Merge pull request #1480 from htbegin/bucket_sort_fn by yonghong-song · 7 years ago
  37. 7c1c804 Merge pull request #1488 from palmtenor/add_helper by 4ast · 7 years ago
  38. d3b9d6a Clean C++ interface arguments for tracing events by Teng Qin · 7 years ago
  39. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  40. b68e67b Clean libbpf interface arguments for tracing events by Teng Qin · 7 years ago
  41. 4186f5e Add new bpf_perf_{event|prog}_read_value helpers implementation by Teng Qin · 7 years ago
  42. 99978d2 Fix perf event API implementations by Teng Qin · 7 years ago
  43. c7417dc Add C++ helper to clear BPF tables by Teng Qin · 7 years ago
  44. b32b4a5 add padding to the end of structure by Yonghong Song · 7 years ago
  45. 2faf060 Merge pull request #1474 from iovisor/yhs_dev by 4ast · 7 years ago
  46. a83e278 histogram: support sorting bucket before dumping table by htbegin · 7 years ago
  47. c669257 Do not print to stderr if user specified log buffer by Teng Qin · 7 years ago
  48. 538a84e provide padded structure for table_{key|leaf}_desc API by Yonghong Song · 7 years ago
  49. 81b935d sync compat headers with latest net-next by Yonghong Song · 7 years ago
  50. bd3d134 python: Avoid unnecessary pointer object creations by Olivier Tilmans · 7 years ago
  51. 7bdd53c Merge pull request #1458 from oliviertilmans/master by yonghong-song · 7 years ago
  52. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  53. 5941f2b Do not keep Loader instances around by Teng Qin · 7 years ago
  54. 977d064 Merge pull request #1451 from oliviertilmans/master by yonghong-song · 7 years ago
  55. fbe1b32 force linking the whole api-static library into shared library by Yonghong Song · 7 years ago
  56. 830d58d libbpf: Support unbound raw socket creation by Olivier Tilmans · 7 years ago
  57. 01b07ba Update perf event type and config checks by Teng Qin · 7 years ago
  58. e86b017 use user-provided log_level in bpf_prog_load by Yonghong Song · 7 years ago
  59. 73e2f2d Move BCC debug options to an installed header file by Teng Qin · 7 years ago
  60. 94d15bc change frontend rewriter to better handle anonymous struct/union by Yonghong Song · 7 years ago
  61. 1d0f292 bpf: use MCJIT explicitly for ExecutionEngine by Gary Lin · 7 years ago
  62. de258ba Add flag to enable verifier log_level 2 by Teng Qin · 7 years ago
  63. eea5528 Use bpf_prog_load_flag in APIs by Teng Qin · 7 years ago
  64. 797669f Refactor log message handling when loading program by Teng Qin · 7 years ago
  65. 6fc8d15 fix clang frontend issues for fc26 by Yonghong Song · 7 years ago
  66. 1df0f88 Fix Module display for unreadable Modules by Teng Qin · 7 years ago
  67. f609af2 Add soname to libbpf.so by Rafael Fonseca · 7 years ago
  68. eb6ddc0 bpf: make test py_test_tools_smoke pass on arm64 by Yonghong Song · 7 years ago
  69. 740c407 Merge pull request #1414 from iovisor/yhs_dev by 4ast · 7 years ago
  70. 6e45749 Merge pull request #1285 from pchaigno/track-external-pointers-maps by yonghong-song · 7 years ago
  71. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  72. 6be6e2c Fix exception handling in python3 by Rafael Fonseca · 7 years ago
  73. e67cb56 Merge BType, Map, and Probe Consumers by Paul Chaignon · 7 years ago
  74. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  75. fbbe6d6 Merge pull request #1393 from pchaigno/handle-epipe by 4ast · 7 years ago
  76. 7abe63a bpf: fix a couple of issues related to arm64 by Yonghong Song · 7 years ago
  77. 3d51c0f Merge pull request #1405 from iamkafai/kafai_dev by yonghong-song · 7 years ago
  78. 3c24ad9 Add a few introspection helpers by Martin KaFai Lau · 7 years ago
  79. df36816 bpf: Add support for prog_name and map_name by Martin KaFai Lau · 7 years ago
  80. 2803c6e Fix helper to access stack pointer for powerpc by Sandipan Das · 7 years ago
  81. d049252 bpf: rename helper function bpf_get_stackid by Yonghong Song · 7 years ago
  82. dd3e7ea bpf: print out the src debug info to a temporary file by Yonghong Song · 7 years ago
  83. c53d8ae attempt to compile with system bpf.h if default compile failed by Yonghong Song · 7 years ago
  84. 860dbb0 Exit on EPIPE by Paul Chaignon · 7 years ago
  85. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  86. 044263b sync src/cc/compat/linux headers with latest net-next by Yonghong Song · 7 years ago
  87. 3c67c2f Merge pull request #1386 from sandip4n/set-sdt-constraint by yonghong-song · 7 years ago
  88. 8b8e16b Merge pull request #1385 from pchaigno/support-enums-map-visitor by yonghong-song · 7 years ago
  89. 9ab1cee Set default USDT argument parser by Sandipan Das · 7 years ago
  90. f7f873a Fix segfault with enumerations by Paul Chaignon · 7 years ago
  91. 54a5b4d Merge pull request #1382 from palmtenor/vdso by yonghong-song · 7 years ago
  92. 1670d33 Allow BCC to parse vDSO symbols by Teng Qin · 7 years ago
  93. a9e5f53 Improve bcc_procutils_each_module logic by Teng Qin · 7 years ago
  94. 5b08d38 libbpf: print error to error stream by Prashant Bhole · 7 years ago
  95. e9fa659 libbpf: return error when if_nametoindex returns 0 by Prashant Bhole · 7 years ago
  96. 7c9d8c9 Merge pull request #1378 from palmtenor/ksyms_opt by yonghong-song · 7 years ago
  97. 8cc8fc3 Improve Kernel symbols loading by Teng Qin · 7 years ago
  98. 9c38f48 Avoid potential SEGFAULT when resolving Kernel symbols by Teng Qin · 7 years ago
  99. 422db70 Merge pull request #1365 from sandip4n/add-usdt-ppc64 by yonghong-song · 7 years ago
  100. 91837ca add debug option to dump asm insns embedded with source by Yonghong Song · 7 years ago