Started 4 yr 3 mo ago
Took 21 min on builtin

Build #605 (Jul 18, 2020 1:13:53 AM)

PR #1901: added new helper bpf_get_cu...
Changes
  1. Fix ELF ABI and endianness checks for powerpc64 (commit: d2e8ea4) (details / githubweb)
  2. bcc: Use bpf_probe_read_user in tools and provide backward compatibility (commit: 264b2cc) (details / githubweb)
  3. bcc: Use direct parameter assignment for syscall probe s390. (commit: ac157b4) (details / githubweb)
  4. bcc/tools: Introduce bpf_probe_read_user to the tools. (commit: 023154c) (details / githubweb)
  5. bcc/docs: Add bpf_probe_read_user to docs and tutorials (commit: aa3a4a6) (details / githubweb)
  6. bcc/utils: Avoid code duplication of __generate_streq_function (commit: 99739b2) (details / githubweb)
  7. bcc: Add __user attribute to support bpf_probe_read_user in argdist (commit: 306080b) (details / githubweb)
  8. bcc: Support bpf_probe_read_user in trace.py (commit: 7cbd074) (details / githubweb)
  9. bcc/libbpf: Fix bpf_has_kernel_btf return status (commit: 09be5b5) (details / githubweb)
  10. Add perf event data collection example for an userspace application (#2888) (commit: 59a753d) (details / githubweb)
  11. Update INSTALL.md (commit: f1c3fc5) (details / githubweb)
  12. USDT: make path failure message more explicit (commit: 0d93f24) (details / githubweb)
  13. add nfs v3 support to nfsdist.py (#2902) (commit: a433ef9) (details / githubweb)
  14. Bug #2907 - Fix argdist filtering option for USDT probes (commit: b8269aa) (details / githubweb)
  15. add -fPIC to compile examples/cpp and tests/cc (commit: 0d87484) (details / githubweb)
  16. libbpf-tools: convert BCC vfsstat to BPF CO-RE version (commit: 46947c5) (details / githubweb)
  17. Fix github actions tests (commit: c6342d2) (details / githubweb)
  18. tools/dirtop: Adding dirtop utility (#2819) (commit: 8c12794) (details / githubweb)
  19. libbpf-tools: add CO-RE execsnoop (commit: fa8142e) (details / githubweb)
  20. sync with latest libbpf (commit: 74e66b4) (details / githubweb)
  21. Fix KFUNC_PROBE return value (commit: 44e0f43) (details / githubweb)
  22. libbcc-py: Fix libbpf types (commit: 7722fc5) (details / githubweb)
  23. bcc/tools: fix typo in help message (commit: 104a5b8) (details / githubweb)
  24. tools: add filtering by mount namespace (commit: 32ab858) (details / githubweb)
  25. Spelling (commit: 683ed9e) (details / githubweb)
  26. tool: trace process termination by default (commit: a28337a) (details / githubweb)
  27. bcc: Error out when bpf_probe_read_user is not present (commit: 112f529) (details / githubweb)
  28. bcc/tools: Replace bpf_probe_read with bpf_probe_read_kernel (commit: 7f6066d) (details / githubweb)
  29. bcc: Fix user space probe reads with bpf_probe_read_user (commit: 747e0dd) (details / githubweb)
  30. bcc/libbpf-tools: Replace bpf_probe_read with bpf_probe_read_kernel. (commit: d958381) (details / githubweb)
  31. bcc/libbpf-tools: Fix user probe read references (commit: 4a1313d) (details / githubweb)
  32. bcc/docs: Replace bpf_probe_read with bpf_probe_read_kernel (commit: 471d366) (details / githubweb)
  33. bcc: Check probe read availabilty and use macros (commit: 275abc9) (details / githubweb)
  34. bcc: Remove bpf_probe_read_user availability checks on compile time (commit: 0b2f4d0) (details / githubweb)
  35. fix: avoid -Wsign-compare warnings (commit: ec64e6a) (details / githubweb)
  36. Add arg for filtering on signal (commit: 076a354) (details / githubweb)
  37. Update man page and example file (commit: 33c8b1a) (details / githubweb)
  38. Fix example indent (commit: d12dd2e) (details / githubweb)
  39. Make examples consistent (commit: 7cecd79) (details / githubweb)
  40. return failure if rewriter cannot rewrite properly (commit: 30d8975) (details / githubweb)
  41. Allow to specify kernel include dirs (commit: 82abd2f) (details / githubweb)
  42. Adding support to load lsm programs (commit: d007478) (details / githubweb)
  43. Make reading blacklist from debugfs optional (commit: 5558e36) (details / githubweb)
  44. offwaketime: Add support for --state (#2940) (commit: b20f5e7) (details / githubweb)
  45. libbpf-tools: convert BCC syscount to BPF CO-RE version (commit: f3fbeb4) (details / githubweb)
  46. tools: Add funcinterval bcc tool. (commit: 2188d23) (details / githubweb)
  47. libbpf-tools: add CO-RE cpudist (commit: be5d68c) (details / githubweb)
  48. silence a python travis-ci warning (commit: da0d82c) (details / githubweb)
  49. Docker: add kmod dependency to docker container (commit: 5fed2a9) (details / githubweb)
  50. turn off x86 jump table optimization during jit compilation (commit: 8319d52) (details / githubweb)
  51. Fix runqslower to indicate that the latency param is in microseconds. (commit: 78b0f07) (details / githubweb)
  52. usdt: Add helpers to set semaphore values (commit: 126054e) (details / githubweb)
  53. usdt: Have Context::addsem_probe() nop if pid not specified (commit: 0bcf238) (details / githubweb)
  54. Add support for multiple PID/TID for offwaketime (#2951) (commit: 263411b) (details / githubweb)
  55. fix: encode path to bytes in python3 (commit: 005664b) (details / githubweb)
  56. tools/opensnoop: Fix compilation problem (commit: 8cd2717) (details / githubweb)
  57. libbpf-tools: refactor, move public methods to trace_helpers.c (commit: e4de95e) (details / githubweb)
  58. deadlock: print a more explicit message when pthread_mutex_unlock can't be attached (commit: 4440a4d) (details / githubweb)
  59. man: remove non-existent -x argument from tcpconnect man page (commit: eddf9dd) (details / githubweb)
  60. loader: suggest to install the right kernel devel package (commit: 7830947) (details / githubweb)
  61. tools: fix a python 3 map issue in dbstat and dbslower (commit: c9805f4) (details / githubweb)
  62. Fix typos in kretfunc documentation (commit: 6a96194) (details / githubweb)
  63. Explicitly use NULL macro in pointer value check (#2965) (commit: 5966549) (details / githubweb)
  64. dbstat: fix overflowing timestamp (commit: 10603c7) (details / githubweb)
  65. Add install steps for Alpine Linux (commit: 2c93955) (details / githubweb)
  66. sync with latest libbpf repo (commit: 99fa312) (details / githubweb)
  67. Add KBUILD_MODNAME flag to default cflags (commit: 68abb51) (details / githubweb)
  68. Delete existing kbuild_modname definitions (commit: 1c843e2) (details / githubweb)
  69. sync with libbpf v0.0.9 (commit: c3ed131) (details / githubweb)
  70. [BPFTable] clear_table_non_atomic: Remove duplicate macro (commit: e3daec8) (details / githubweb)
  71. fix LSM_PROBE return value (commit: f438bff) (details / githubweb)
  72. API improvements for BPF LSM programs (#2979) (commit: 9b82af3) (details / githubweb)
  73. Add LSM probe documentation (#2980) (commit: 5a8bf15) (details / githubweb)
  74. prepare for release v0.15.0 (commit: e41f7a3) (details / githubweb)
  75. libbpf-tools: remove unnecessary header include from syscount.bpf.c (commit: 05f3f86) (details / githubweb)
  76. Add missing LSM cleanup hook (commit: 4bf92d1) (details / githubweb)
  77. bpf: use bpf_probe_read in implicitly generated kernel mem read (commit: f579bf8) (details / githubweb)
  78. Fix kernel version for ringbuf and add ringbuf to maps table (commit: 0d9e091) (details / githubweb)
  79. libbpf-tools: add CO-RE bitesize (commit: 34f8985) (details / githubweb)
  80. tools/profile: fix suggestion about when to increase stack-storage-size (commit: 1bddba6) (details / githubweb)
  81. Fix KFUNC_PROBE calls in vfs_stat.py by adding a return value (#2990) (commit: 156a7d1) (details / githubweb)
  82. Ringbuf Support for Python API (#2989) (commit: fe730f2) (details / githubweb)
  83. Introducing Queue/Stack helpers and clang frontend (commit: fbde62b) (details / githubweb)
  84. add BPFQueueStackTable and tests (commit: 30a420d) (details / githubweb)
  85. sync with latest libbpf repo (commit: f0bbf32) (details / githubweb)
  86. valloc and pvalloc is deprecated in bionic on Android (commit: 581b198) (details / githubweb)
  87. Fix symfs symbol resolution (commit: fc20957) (details / githubweb)
  88. docs: Add BPF LSM hook to kernel features (commit: 1a348d4) (details / githubweb)
  89. docs: Update XDP driver support list (commit: f0dd349) (details / githubweb)
  90. docs: add RISC-V to the JIT support list (commit: be27742) (details / githubweb)
  91. add the option --hexdump to sslsniff to allow sniffing of binary protocols inside TLS/SSL connections (commit: 1b7aab1) (details / githubweb)
  92. fix examples in sslsniff.py (commit: d40c3a7) (details / githubweb)
  93. reformat code, add new option to manpage and usage in sslsniff_example.txt (commit: d91b31a) (details / githubweb)
  94. example block of --hexdump in sslsniff_example.txt (commit: 1ef6758) (details / githubweb)
  95. docs: fix Ubuntu Eoan spelling (commit: d4f6a16) (details / githubweb)
  96. Replace kprobe function "blk_account_io_completion" to "blk_account_io_done" for kernel version >= 5.8.0 (commit: 95c9229) (details / githubweb)
  97. memleak: Add workaround to alleviate misjudgments when free is missing (commit: cd81f13) (details / githubweb)
  98. sync with latest libbpf (commit: fab26b4) (details / githubweb)
  99. libbpf-tools: add header to store BPF-side map helpers (commit: 57d10f5) (details / githubweb)
  100. libbpf-tools: fix an error message (commit: b8cdd21) (details / githubweb)
  101. libbpf-tools: convert BCC tcpconnect to BPF CO-RE version (commit: 3ef7531) (details / githubweb)
  102. Add .lazy_symbolize field to bcc_symbol_option and add ignored fields to perf_event_attr (commit: 104d2b3) (details / githubweb)
  103. Add Python API and documentation for Queue/Stack Tables (#3013) (commit: e70bbdc) (details / githubweb)
  104. use bpf_probe_read_kernel for implicit kernel mem read on s390 (commit: 1abab9b) (details / githubweb)
  105. fix cc queue/stack test kernel version (commit: d3a102d) (details / githubweb)
  106. fix debug file lookup in bcc_elf_symbol_str (commit: 4efe7fe) (details / githubweb)
  107. update reference_guide for implicit kmem access rewriting (commit: 316b404) (details / githubweb)
  108. libbpf-tools: add CO-RE biolatency (commit: 222821c) (details / githubweb)

GitHub pull request #1901 of commit 222821c8be2c3aa862ddd7e4bf2a10965ae0639f, has merge conflicts.

Revision: 222821c8be2c3aa862ddd7e4bf2a10965ae0639f
Repository: https://github.com/iovisor/bcc.git
  • detached