Started 4 yr 6 mo ago
Took 26 min on builtin

Build #471 (May 6, 2020 1:40:17 AM)

PR #2885: add support for nfs version...
Changes
  1. Remove namespace code from libbpf to fix USDT (commit: c6a3f02) (details / githubweb)
  2. fix a bug in networking/simulation.py (commit: dbfb188) (details / githubweb)
  3. fix line TypeError (commit: 0cafe55) (details / githubweb)
  4. sync to latest libbpf repo (commit: 83b67c2) (details / githubweb)
  5. Run BCC test suite with github actions (commit: a47c44f) (details / githubweb)
  6. Make inode-only matching default, reverse USDT kludge (commit: b090f5f) (details / githubweb)
  7. remove dead link (commit: 215b724) (details / githubweb)
  8. tools/klockstat.py: Do not display symbol twice for stack (commit: 90b2382) (details / githubweb)
  9. fix compilation error due to latest llvm change (commit: 0e63c5c) (details / githubweb)
  10. Add XSKMAP support (#2730) (commit: 46965c6) (details / githubweb)
  11. bcc.BPF.cleanup(): Ensure self.funcs items get deleted during cleanup (commit: f727a00) (details / githubweb)
  12. define CC_USING_FENTRY if CONFIG_FUNCTION_TRACER is defined (commit: 6878949) (details / githubweb)
  13. snap: update and cleanup snapcraft.yaml (commit: 685ec23) (details / githubweb)
  14. prevent rewriting for array element type (commit: a4834a6) (details / githubweb)
  15. Do not rewrite array subscripts if invalid sourceloc range (commit: f149ca5) (details / githubweb)
  16. Fix offwaketime regression introduced by #ac00ac5 (commit: 0a7da74) (details / githubweb)
  17. support sockmap/sockhash/cgroup_local_storage maps (commit: 6cacc41) (details / githubweb)
  18. libbcc debian package is architecture-dependent (commit: 397ff37) (details / githubweb)
  19. correctly describe installation situation for Ubuntu (commit: 0f92c84) (details / githubweb)
  20. snapcraft: add missing libfl-dev dependency (commit: c82aa51) (details / githubweb)
  21. libbpf tools: check in bpftool for use by libbpf-based tool build (commit: 4281c62) (details / githubweb)
  22. tools: add vmlinux.h header with all kernel types (commit: 7fcb335) (details / githubweb)
  23. Allow specifying clang base directory (commit: 2d099cd) (details / githubweb)
  24. tools: add libbpf-based tools to BCC w/ runqslower as first converted tool (commit: e1496e1) (details / githubweb)
  25. fix pid filter bug (commit: a28ad05) (details / githubweb)
  26. tools/stackcount: Fix address resolution for user-space stack (commit: 9b6a0e3) (details / githubweb)
  27. Update dddos.py (commit: 1332e68) (details / githubweb)
  28. bindsnoop BCC tool (#2749) (commit: 8dd4b5a) (details / githubweb)
  29. sync to latest libbpf (commit: 51be481) (details / githubweb)
  30. tools/profile: fix kernel delimiter when folding (#2758) (commit: 29aa619) (details / githubweb)
  31. tools: fix confusion between execsnoop and opensnoop (commit: b26b429) (details / githubweb)
  32. debian changelog for v0.13.0 tag (commit: 9422274) (details / githubweb)
  33. tools: add option --cgroupmap to tcp tools (commit: 1ce868f) (details / githubweb)
  34. man pages: add documentation about --cgroupmap (commit: 5e3f9e4) (details / githubweb)
  35. c++ api: add wrapper for raw tracepoints (commit: 5681ea9) (details / githubweb)
  36. cpp examples: use a raw tracepoint for RandomRead (commit: 2a2e729) (details / githubweb)
  37. libbpf-tools: add links to BPF CO-RE posts (commit: 7ad1763) (details / githubweb)
  38. tools: execsnoop add -U and -u flags (commit: c949f61) (details / githubweb)
  39. tools/oomkill: output PID instead of thread ID (user's view) (commit: 9edbae3) (details / githubweb)
  40. Fix the python part of the http-parse-complete example (commit: 6f3c33b) (details / githubweb)
  41. Fix a table of contents of maps (commit: 08de253) (details / githubweb)
  42. Fix bpf linking if specified via LIBBPF_LIBRARIES variable (commit: 18da40c) (details / githubweb)
  43. Unite libbpf includes (commit: 1e7862f) (details / githubweb)
  44. Do not initialize kern_version for TRACING/EXT programs (commit: 550706a) (details / githubweb)
  45. Introduce {attach|detach}_kfunc API (commit: 572478b) (details / githubweb)
  46. Add support_kfunc function to BPF object (commit: 1ad2656) (details / githubweb)
  47. Support kfunc in opensnoop.py (commit: c347fe6) (details / githubweb)
  48. Support kfunc in klockstat.py (commit: da7cac7) (details / githubweb)
  49. Support kfunc in vfsstat.py (commit: 2fa54c0) (details / githubweb)
  50. Update StatusTuple to use enum Code (commit: 6de96c7) (details / githubweb)
  51. doc: add python3 doc to "Ubuntu - Source" section in INSTALL.md (commit: 440016f) (details / githubweb)
  52. usdt.py: improve error messags for enable_probe() (commit: c46c7b3) (details / githubweb)
  53. libbpf-tools: update bpftool (commit: 17ff392) (details / githubweb)
  54. libbpf-tools: covert BCC drsnoop to BPF CO-RE version (commit: c421970) (details / githubweb)
  55. usdt.py: print errors to stderr in enable_probe_or_bail() (commit: aeea0e9) (details / githubweb)
  56. usdt: fix parsing sp register in arguments on AArch64 (commit: 5011f99) (details / githubweb)
  57. Replace StatusTuple(0) with StatusTuple::OK() (commit: e508059) (details / githubweb)
  58. print error messages to stderr and exit(1) instead of exit(0) for fatal errors (commit: 98c18b6) (details / githubweb)
  59. GitHub Actions: optionally publish container image (commit: cf20a49) (details / githubweb)
  60. libbpf-tools: optimize ksyms cache (commit: b7541d0) (details / githubweb)
  61. python binding: allow fully-specified probe names for enable_probe() (commit: 37cd183) (details / githubweb)
  62. trace.py: support an optional provider name for the probe spec (commit: 2162516) (details / githubweb)
  63. softirqs: Combined CPU as part of the key is necessary to avoid amiss value. (commit: 9465f8c) (details / githubweb)
  64. tools: add option --cgroupmap to capable.py (commit: 15e998d) (details / githubweb)
  65. tools: add option --unique to capable.py (commit: 9d7feee) (details / githubweb)
  66. Reduce container image size with multi-stage builds (commit: c9cfb52) (details / githubweb)
  67. libbpf-tools: add CO-RE opensnoop (#2778) (commit: 5e123df) (details / githubweb)
  68. tools: add option --cgroupmap to tcptop (commit: 7d62656) (details / githubweb)
  69. libbpf-tools: update vmlinux.h with BPF helper flags generated from UAPI (commit: 8b6a7db) (details / githubweb)
  70. libbpf: sync to latest version (commit: 77d60b1) (details / githubweb)
  71. libbpf-tools: small clean ups across all tools (commit: 454b138) (details / githubweb)
  72. libbpf-tools: determine target host architecture (commit: 2b5fcc6) (details / githubweb)
  73. Backport tcpstates to kernels < 4.15 (commit: d0ec8a2) (details / githubweb)
  74. libbpf-tools: adjust Kconfig and re-build vmlinux.h (commit: cd43be4) (details / githubweb)
  75. Factor out ebpf::parse_tracepoint function (commit: 7fd2fa6) (details / githubweb)
  76. Add test for ebpf::parse_tracepoint function (commit: b9099c5) (details / githubweb)
  77. Strengthen tracepoint format parsing (commit: b8423e6) (details / githubweb)
  78. Add support for new common fields (commit: 0a9d6db) (details / githubweb)
  79. libbpf: update to latest libbpf version (commit: 5302614) (details / githubweb)
  80. adding example/networking/net_monitor.py (commit: ca1b0af) (details / githubweb)
  81. Make -DCMAKE_INSTALL_PREFIX=/usr as the default (#2800) (commit: 4c1136e) (details / githubweb)
  82. tools: add option --cgroupmap to profile.py (commit: f82ea45) (details / githubweb)
  83. Do not prepend /proc multiple times in bcc_resolve_symname (commit: e1d53a3) (details / githubweb)
  84. Add regression test for bcc resolve symbol names (commit: 1cd3952) (details / githubweb)
  85. libbpf-tools: add CO-RE xfsslower (commit: c2772a3) (details / githubweb)
  86. opensnoop: fix --cgroupmap with kfunc (commit: 510fc74) (details / githubweb)
  87. chore: include Amazon Linux 2 binary option in INSTALL (commit: 35c9940) (details / githubweb)
  88. tools: fix alignment of ipv6_key_t in tcptop (commit: 6b8a896) (details / githubweb)
  89. Change the default sort order to Descending (commit: 1b0fe40) (details / githubweb)
  90. tools/capable: fix compilation error (commit: 9adda70) (details / githubweb)
  91. libbpf-tools: add CO-RE filelife (commit: 85f5e7d) (details / githubweb)
  92. make -lrt linking optional (commit: e323254) (details / githubweb)
  93. correcting input to hex using ord funtion (commit: 915d6d7) (details / githubweb)
  94. mallocstacks: validating before stacktrace walk (commit: 472f9b3) (details / githubweb)
  95. http-parse-simple.py: fix wrong start position (commit: 4f6ecea) (details / githubweb)
  96. libbpf-tools: CO-RE opensnoop minor improvements (commit: ab54de2) (details / githubweb)
  97. [C++] add BPF::enable_usdt_all() and disble_usdt_all() to handle all the USDT at once (#2854) (commit: 689f900) (details / githubweb)
  98. examples/tracing: add nflatency - netfilter hook metrics (commit: 495a4a3) (details / githubweb)
  99. add test_lpm_trie.py test (commit: 533391e) (details / githubweb)
  100. adjust layout string in JIT with llvm11 128bit spec support (commit: f35dae0) (details / githubweb)
  101. Translate virtual addresses to binary addresses for shared libs as well. (commit: 007ee49) (details / githubweb)
  102. examples/tracing: add io_latencies - IO latency distribution monitor (commit: 5057bbe) (details / githubweb)
  103. Update pid filter (commit: 15d7955) (details / githubweb)
  104. doc: fix wrong references to get_syscall_name (commit: 7a38543) (details / githubweb)
  105. tools: Move io_iolatencies.py example to tools/biolatpcts.py (commit: 1515f28) (details / githubweb)
  106. tools/biolatpcts: Use #!/usr/bin/python instead of python3 (commit: 66ab787) (details / githubweb)
  107. tools/biolatpcts: --pcts handling improvements (commit: 7214903) (details / githubweb)
  108. tools/biolatpcts: Accept device name/node for target device selection (commit: fbf0392) (details / githubweb)
  109. tools/biolatpcts: Add the example file and man page (commit: 1e9c56f) (details / githubweb)
  110. examples: Add biolatpcts.py example (commit: 10519c7) (details / githubweb)
  111. add attribute readers to class USDT (C++ API) (commit: f8f230c) (details / githubweb)
  112. build: fix clang 10 build (commit: 1599c2e) (details / githubweb)
  113. Added kernel recompile guidance for  libbpf CO-RE (#2876) (commit: c1d3a65) (details / githubweb)
  114. Add `bcc_version.h` to access LIBBCC_VERSION from C/C++ (#2856) (commit: 6d61622) (details / githubweb)
  115. Improve ubuntu installation description (commit: d3359b2) (details / githubweb)
  116. fix llvm 11 compilation issues (commit: 45e63f2) (details / githubweb)
  117. sync to latest libbpf (commit: df3e7d6) (details / githubweb)
  118. prepare for release v0.14.0 (commit: ceb458d) (details / githubweb)

GitHub pull request #2885 of commit ceb458d6a07a42d8d6d3c16a3b8e387b5131d610, has merge conflicts.

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