SHA256
1
0
forked from pool/bcc

85 Commits

Author SHA256 Message Date
8524b10f9f Accepting request 1178439 from home:shunghsiyu:branches:bpf
- Add python3-pyelftools as requirement of bcc-tools (boo#1225497)

OBS-URL: https://build.opensuse.org/request/show/1178439
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=144
2024-06-04 06:20:37 +00:00
7c0ba9ce80 Accepting request 1178419 from home:shunghsiyu:branches:bpf
Remove bcc-devel's requirement on llvm-devel

OBS-URL: https://build.opensuse.org/request/show/1178419
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=143
2024-06-04 05:48:01 +00:00
cd19581963 Accepting request 1162865 from home:shunghsiyu:branches:bpf
- 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.

OBS-URL: https://build.opensuse.org/request/show/1162865
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=141
2024-03-27 10:53:54 +00:00
ad52d0b57d Accepting request 1162274 from home:shunghsiyu:branches:bpf
Update bcc-devel requirement to depend on specific version of llvm-devel

OBS-URL: https://build.opensuse.org/request/show/1162274
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=139
2024-03-26 12:57:51 +00:00
4a37c020f6 Accepting request 1157110 from home:shunghsiyu:branches:bpf
- Update LLVM version macro to support SLE (bsc#1220746)

OBS-URL: https://build.opensuse.org/request/show/1157110
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=137
2024-03-12 08:01:36 +00:00
11fbe3b3a3 Accepting request 1152316 from home:dimstar:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/1152316
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=135
2024-02-29 06:23:50 +00:00
fa85d3d028 Accepting request 1142938 from home:shunghsiyu:branches:bpf
- Switch to LLVM 17
- Change LLVM version macro to the cleaner alternative suggested in
  SR#1134405
- Update to version 0.29.1

OBS-URL: https://build.opensuse.org/request/show/1142938
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=133
2024-01-31 08:49:39 +00:00
d8bcfde6f5 Accepting request 1130911 from home:StevenK:branches:Base:System
- Remove unneeded Requires on python3-future.

OBS-URL: https://build.opensuse.org/request/show/1130911
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=131
2023-12-07 10:15:18 +00:00
6a9abf3dc0 Accepting request 1118002 from home:shunghsiyu:branches:bpf
- Re-enable bcc-lua now that boo#1215592 is resolved

OBS-URL: https://build.opensuse.org/request/show/1118002
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=129
2023-10-16 11:41:57 +00:00
99df29a9e6 Accepting request 1113473 from home:shunghsiyu:branches:bpf
- Disable building of tests file
  + Remove zip from build requirements as it is no longer needed

OBS-URL: https://build.opensuse.org/request/show/1113473
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=127
2023-09-25 14:09:45 +00:00
72805336b5 Accepting request 1112917 from home:shunghsiyu:branches:bpf
Mention boo#1215592 in spec file, which tracks the problem with luajit that require temporarily disabling bcc-lua

OBS-URL: https://build.opensuse.org/request/show/1112917
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=126
2023-09-22 04:40:40 +00:00
b9716823d4 Accepting request 1112741 from home:shunghsiyu:branches:bpf
- 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

OBS-URL: https://build.opensuse.org/request/show/1112741
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=124
2023-09-21 09:50:55 +00:00
0a4d2d2e44 Accepting request 1057722 from home:shunghsiyu:branches:bpf
- Force specific versioning of LLVM in preparation of Leap 15.5/SLES 15-SP5
  + Remove now duplicate dependency llvm-clang-devel, having clang-devel is enough

OBS-URL: https://build.opensuse.org/request/show/1057722
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=122
2023-01-11 07:23:27 +00:00
0b8c4c3c74 Accepting request 1056407 from home:shunghsiyu:branches:bpf
- Update to version 0.26.0:
  + Support for kernel up to 6.1
  + bcc tool updates for biosnoop, opensnoop, biopattern, killsnoop, runqslower, offcputime, wakeuptime, etc.
  + libbpf-tools updates for klockstat, sigsnoop, hardirqs, softirqs, opensnoop, statsnoop, offcputime, tcplife, cpufreq, cpudist, etc.
  + new libbpf-tools: tcptop, tcpstates, biotop, capable
  + doc update, bug fixes and other tools improvement

OBS-URL: https://build.opensuse.org/request/show/1056407
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=120
2023-01-06 14:49:21 +00:00
6ab0ce6a84 Accepting request 994617 from home:shunghsiyu:branches:Base:System
- Update to version 0.25.0:
  + Support for kernel up to 5.19
  + bcc tool updates for oomkill.py, biolatpcts.py, sslsniff.py, tcpaccept.py, etc.
  + libbpf tool updates for klockstat, opensnoop, tcpconnect, etc.
  + new bcc tools: tcpcong
  + new libbpf tools: tcpsynbl, mdflush, oomkill, sigsnoop
  + usdt: support xmm registers as args for x64
  + bpftool as a submodule now
  + remove uses of libbpf deprecated APIs
  + use new llvm pass manager
  + support cgroup filtering libbpf tools
  + fix shared lib module offset <-> global addr conversion
  + riscv support
  + LoongArch support
  + doc update, bug fixes and other tools improvement

OBS-URL: https://build.opensuse.org/request/show/994617
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=118
2022-08-11 17:27:50 +00:00
a0e9187e86 Accepting request 972206 from home:dimstar:Factory
- Update to version 0.24.0:
  + Support for kernel up to 5.16
  + bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc.
  + new libbpf tools: bashreadline
  + allow specify wakeup_events for perf buffer
  + support BPF_MAP_TYPE_{INODE, TASK}_STORAGE maps
  + remove all deprecated libbpf function usage
  + remove P4/B language support
  + major test infra change, using github actions now
  + doc update, bug fixes and other tools improvement
- Changes from version 0.23.0:
  + Support for kernel up to 5.15
  + bcc tools: update for kvmexit.py, tcpv4connect.py, cachetop.py, cachestat.py, etc.
  + libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc.
  + fix renaming of task_struct->state
  + get pid namespace properly for a number of tools
  + initial work for more libbpf utilization (less section names)
  + doc update, bug fixes and other tools improvement
- Drop Do-not-export-USDT-function-when-ENABLE_USDT-is-OFF.patch:
  fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/972206
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=115
2022-04-25 08:06:16 +00:00
3e4000ddb7 Accepting request 955509 from home:aaronpuchert:branches:Base:System
- Move kernel{,-devel} requirements to libbcc0 for deduplication.
- Require additionally kernel-$variant-devel for libbcc0.
- Declare python3-bcc, bcc-examples and bcc-docs as noarch.

OBS-URL: https://build.opensuse.org/request/show/955509
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=114
2022-02-17 07:51:11 +00:00
2c5d86b1e0 Accepting request 922455 from home:shunghsiyu:branches:Base:System
- Use shared libbpf library instead of building it along with bcc
    + Delete libbpf-0.5.tar.gz
- Fix build on i586 due to use of shared libbpf library
    + Do-not-export-USDT-function-when-ENABLE_USDT-is-OFF.patch

OBS-URL: https://build.opensuse.org/request/show/922455
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=113
2021-10-01 05:53:23 +00:00
70219bb118 Accepting request 919703 from home:shunghsiyu:branches:Base:System
- Update to 0.22.0
- Update libbpf to 0.5

OBS-URL: https://build.opensuse.org/request/show/919703
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=112
2021-09-17 09:54:18 +00:00
4ef264b08b Accepting request 908622 from home:shunghsiyu:branches:Base:System
- Update source URL for bcc and libbpf

OBS-URL: https://build.opensuse.org/request/show/908622
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=111
2021-07-28 00:55:10 +00:00
25cca218cb Accepting request 908602 from home:shunghsiyu:branches:Base:System
- Update to 0.20.0
  + Support for kernel up to 5.12
  + Some basic support for MIPS
  + added bpf_map_lookup_batch and bpf_map_delete_batch support
  + tools/funclatency.py support nested or recursive functions
  + tools/biolatency.py can optionally print out average/total value
  + fix possible marco HAVE_BUILTIN_BSWAP redefine warning for kernel >= 5.10.
  + new tools: virtiostat
  + new libbpf-tools: ext4dist
  + doc update and bug fixes
- Update libbpf to 0.4
  + BPF static linker APIs;
  + subprogram address relocation support (e.e., for use with bpf_for_each_map_elem());
  + support for extern kernel functions (a.k.a. BPF unstable helpers);
  + TC-BPF APIs;
  + ksym externs support for kernel modules;
  + BTF_KIND_FLOAT support;
  + various AF_XDP (xsk.{c, h}) improvements and fixes;
  + btf__add_type() API to copy/append BTF types generically;
  + bpf_object__set_kernel_version() setter;
  + bpf_map__inner_map() getter;
  + __hidden attribute for global sub-program forces static BPF verifier verification;
  + static BPF maps and entry-point BPF programs are explicitly rejected.
  + libbpf will ignore non-function pointer members in struct_ops;
  + Makefile fixes for install target;
  + use SOCK_CLOEXEC for netlink sockets;
  + btf_dump fixes for pointer to array of struct;
  + fixes for some of xxx_opts structs to work better with debug compilation modes;
  + ringbuf APIs fixes and improvements for extreme cases of never ending consumption of records;
  + BPF_CORE_READ_BITFIELD() macro fixes.

OBS-URL: https://build.opensuse.org/request/show/908602
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=110
2021-07-27 13:43:59 +00:00
fd7e956a08 Accepting request 881781 from home:gary_lin:branches:Base:System
- Update to 0.19.0

OBS-URL: https://build.opensuse.org/request/show/881781
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=108
2021-03-29 03:50:40 +00:00
b7e99aae19 Accepting request 860564 from home:gary_lin:branches:Base:System
Update to 0.18.0

OBS-URL: https://build.opensuse.org/request/show/860564
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=106
2021-01-06 02:02:40 +00:00
f0278535e9 Accepting request 845895 from home:gary_lin:branches:Base:System
- Update to 0.17.0
- Enable lua support only for Tumbleweed to close the gap between SLE and openSUSE Leap

OBS-URL: https://build.opensuse.org/request/show/845895
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=104
2020-11-04 08:15:46 +00:00
05d2a01811 Accepting request 837285 from home:gary_lin:branches:Base:System
Update to 0.16.0

OBS-URL: https://build.opensuse.org/request/show/837285
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=102
2020-09-25 07:10:52 +00:00
4f632aa6a5 Accepting request 824770 from home:gary_lin:branches:Base:System
- Modify URLs to get the tarballs with names not just versions
- Drop _constraints
  + We don't link the static clang libraries anymore and this
    reduces the requirements of hardware.
- Drop the unused _service file

OBS-URL: https://build.opensuse.org/request/show/824770
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=100
2020-08-07 05:25:19 +00:00
d15ce1fc5e Accepting request 818196 from home:gary_lin:branches:Base:System
Update to 0.15.0

OBS-URL: https://build.opensuse.org/request/show/818196
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=98
2020-07-02 03:06:42 +00:00
525779f787 Accepting request 811325 from home:gary_lin:branches:Base:System
make reading kprobe blacklist optional so that the bcc scripts can work with the locked down kernel (bsc#1172493)

OBS-URL: https://build.opensuse.org/request/show/811325
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=96
2020-06-04 08:25:37 +00:00
ad22fe4a05 Accepting request 796370 from home:gary_lin:branches:Base:System
Amend the sed rule for python3 shebang

OBS-URL: https://build.opensuse.org/request/show/796370
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=94
2020-04-23 03:33:58 +00:00
433d2d4607 Accepting request 796139 from home:gary_lin:branches:Base:System
Update to 0.14.0

OBS-URL: https://build.opensuse.org/request/show/796139
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=93
2020-04-22 02:42:12 +00:00
d9b2ac01a8 Accepting request 781089 from home:gary_lin:branches:Base:System
- Update to 0.13.0

OBS-URL: https://build.opensuse.org/request/show/781089
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=91
2020-03-03 08:48:15 +00:00
723010db0e Accepting request 765849 from home:mimi_vx:branches:Base:System
- drop python2 bindings
- don't require python3-devel package

OBS-URL: https://build.opensuse.org/request/show/765849
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=89
2020-01-22 08:42:01 +00:00
Ismail Dönmez
1778ad279c - Fix build when pkg_vcmp is not defined
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=86
2019-12-23 13:26:05 +00:00
4d84d9a9d2 Accepting request 757218 from home:gary_lin:branches:Base:System
- Add bcc-fix-test_map_in_map.patch to fix the build error in the
  test case

OBS-URL: https://build.opensuse.org/request/show/757218
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=84
2019-12-16 02:06:06 +00:00
128b71749d Accepting request 757215 from home:gary_lin:branches:Base:System
- Update to 0.12.0
- Replace lua51-luajit-devel with luajit-devel to reflect the recent change in Factory (bsc#1159191)

OBS-URL: https://build.opensuse.org/request/show/757215
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=83
2019-12-16 01:52:21 +00:00
ee170b177e Accepting request 749409 from home:gary_lin:branches:Base:System
Enable USDT for s390x since 0.10.0 already supports it

OBS-URL: https://build.opensuse.org/request/show/749409
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=81
2019-11-19 04:38:45 +00:00
7bc6a3771c Accepting request 744514 from home:namtrac:branches:Base:System
- Add support-clang9.patch and apply it for llvm >= 9
- Fix sed call for python

OBS-URL: https://build.opensuse.org/request/show/744514
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=79
2019-11-01 01:48:19 +00:00
cd83777fb7 Accepting request 741357 from home:gary_lin:branches:Base:System
Revert the groups removal

OBS-URL: https://build.opensuse.org/request/show/741357
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=78
2019-10-21 02:56:18 +00:00
f7f546e769 Accepting request 739910 from home:RBrownSUSE:branches:Base:System
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739910
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=77
2019-10-18 01:35:53 +00:00
4e464fc2d8 Accepting request 738168 from home:gary_lin:branches:Base:System
- Update to 0.11.0

OBS-URL: https://build.opensuse.org/request/show/738168
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=75
2019-10-17 07:31:17 +00:00
157af0e93f Accepting request 707427 from home:gary_lin:branches:Base:System
Update to 0.10.0

OBS-URL: https://build.opensuse.org/request/show/707427
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=73
2019-06-04 09:17:13 +00:00
e284a9f49e Accepting request 707338 from home:gary_lin:branches:Base:System
Update to 0.10.0

OBS-URL: https://build.opensuse.org/request/show/707338
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=72
2019-06-04 04:00:41 +00:00
b84f7a686c Accepting request 697024 from home:gary_lin:branches:Base:System
Add upstream patches to improve python3 compatibility

OBS-URL: https://build.opensuse.org/request/show/697024
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=70
2019-04-23 09:16:44 +00:00
89aeece76b Accepting request 683734 from home:gary_lin:branches:Base:System
- Update to 0.9.0
- Add libbpf-5beb8a2ebffd.tar.gz since libbpf became a submodule of bcc
- Drop bcc-bsc1080085-import-readline-from-lib.patch

OBS-URL: https://build.opensuse.org/request/show/683734
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=68
2019-03-11 09:19:49 +00:00
15ebbffe63 Accepting request 682312 from home:gary_lin:branches:Base:System
- Correct the library version

OBS-URL: https://build.opensuse.org/request/show/682312
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=66
2019-03-07 05:48:58 +00:00
11713bd094 Accepting request 666741 from home:jengelh:branches:Base:System
- Remove unnecessary use of xargs.
- Remove idempotent %if..%endif guards.
- Update descriptions for grammar.

OBS-URL: https://build.opensuse.org/request/show/666741
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=64
2019-01-18 03:15:55 +00:00
57d2771b6a Accepting request 666567 from home:cyphar:bpftrace
Update bcc to v0.8.0, and remove patches that are no longer needed. This update
will allow bpftrace to build using bcc-devel, and after it's merged I will add
bpftrace to Base:System.

OBS-URL: https://build.opensuse.org/request/show/666567
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=63
2019-01-17 04:09:16 +00:00
9440ddddd0 Accepting request 651561 from home:cyphar:bpftrace
- Switch to %license over %doc for licenses.
- Add upstream patch for bpftrace builds. boo#1117223
  + bsc-install-additional-headers.patch

OBS-URL: https://build.opensuse.org/request/show/651561
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=62
2018-12-03 09:11:36 +00:00
9ddcb8bf81 Accepting request 641353 from home:gary_lin:branches:Base:System
Update to 0.7.0

OBS-URL: https://build.opensuse.org/request/show/641353
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=60
2018-10-12 03:36:16 +00:00
c0b45ac699 Accepting request 617883 from home:gary_lin:branches:Base:System
Update to 0.6.0

OBS-URL: https://build.opensuse.org/request/show/617883
OBS-URL: https://build.opensuse.org/package/show/Base:System/bcc?expand=0&rev=58
2018-06-20 03:03:43 +00:00