Revisions of bcc

buildservice-autocommit accepted request 1162866 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 142)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1162865 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 141)
- Update to version 0.30.0
  * support for kernel up to 6.8.
  * add workqueue latency observation tool.
  * bcc tool update: memleak, ttysnoop, bashreadline, tcpdrop,
    execsnoop, etc.
  * allow more flexible perf event options with new
  * perf_custom_event_open() python API.
  * fix userspace stack unwinding on powerpc.
  * add bpf_prog_test_run_opts() python API.
  * several deb package related changes.
  * fix btf_type_tag issue with llvm 15.
  * classify tools into different sub-categories.
  * doc update, other bug fixes and tools improvement.
buildservice-autocommit accepted request 1162275 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 140)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1162274 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 139)
Update bcc-devel requirement to depend on specific version of llvm-devel
buildservice-autocommit accepted request 1157111 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 138)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1157110 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 137)
- Update LLVM version macro to support SLE (bsc#1220746)
buildservice-autocommit accepted request 1153100 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 136)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1152316 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 135)
- Have the -devel package require llvm%{llvm_major_version}-devel:
  /usr/include/bcc/bpf_module.h:25:10 includes
  llvm/Config/llvm-config.h.

Happens to fix build of procmon (and possibly others)
buildservice-autocommit accepted request 1142939 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 134)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1142938 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 133)
- Switch to LLVM 17
- Change LLVM version macro to the cleaner alternative suggested in
  SR#1134405
- Update to version 0.29.1
buildservice-autocommit accepted request 1131577 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 132)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1130911 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 131)
- Remove unneeded Requires on python3-future.
buildservice-autocommit accepted request 1118003 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 130)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1118002 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 129)
- Re-enable bcc-lua now that boo#1215592 is resolved
buildservice-autocommit accepted request 1113474 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 128)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1113473 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 127)
- Disable building of tests file
  + Remove zip from build requirements as it is no longer needed
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1112917 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 126)
Mention boo#1215592 in spec file, which tracks the problem with luajit that require temporarily disabling bcc-lua
buildservice-autocommit accepted request 1112742 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 125)
baserev update by copy to link target
Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) accepted request 1112741 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 124)
- Disable bcc-lua until luajit issue is resolved
- Explicitly add python3-setuptools and zip as a build requirement
- Update to version 0.28.0
  + Support for kernel up to 6.3.
  + new libbpf tool: tcppktlat.
  + bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock,
    funccount, argdist, kvmexit, runqlen and cpuunclaimed.
  + libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount,
    cpufreq, biosnoop.
  + support ringbuf_query for bcc tools.
  + handle '[uprobes]' memory mapped file properly during stack tracing.
  + Fix maximum allowed index for print_linear_hist for bcc tools.
  + add module kfunc/kretfunc support.
  + clang rewriter: initialize only the requested parameters
  + filter with available_filter_functions to make multi-functions kprobes more
    robust for both bcc and libbpf tools.
  + doc update, other bug fixes and tools improvement
- Update to version 0.27.0
  + Support for kernel up to 6.2
  + bcc tool updates for ttysnoop, slabratetop, readahead, nfsslower, cpudist,
    cachetop, cachestat, etc.
  + libbpf-tools updates for mdflush, drsnoop, statsnoop, ttysnoop, softirqs,
    wakeuptime, cachestat, numamove, etc.
  + fix for incomplete static libraries
  + implement zip archive support
  + upgrade to use c++14 standard
  + new libbpf-tools: memleak
  + add loongarch support in libbpft-tools
  + doc update, bug fixes and other tools improvement
buildservice-autocommit accepted request 1057723 from Shung-Hsi Yu's avatar Shung-Hsi Yu (shunghsiyu) (revision 123)
baserev update by copy to link target
Displaying revisions 1 - 20 of 142
openSUSE Build Service is sponsored by