Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

bcc-tools-0.28.0-4.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: bcc-tools Distribution: openSUSE:Factory:zSystems
Version: 0.28.0 Vendor: openSUSE
Release: 4.1 Build date: Sat Dec 9 16:19:58 2023
Group: System/Monitoring Build host: s390zl28
Size: 2171207 Source RPM: bcc-0.28.0-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/iovisor/bcc
Summary: Tracing tools from the BPF Compiler Collection
Python tracing scripts from the BPF Compiler Collection.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Dec 05 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Remove unneeded Requires on python3-future.
* Mon Oct 16 2023 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - Re-enable bcc-lua now that boo#1215592 is resolved
* Mon Sep 25 2023 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - Disable building of tests file
    + Remove zip from build requirements as it is no longer needed
* Fri Sep 22 2023 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - Mention boo#1215592 in spec file, which tracks the problem with luajit
    that require temporarily disabling bcc-lua
* Thu Sep 21 2023 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - 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
* Wed Jan 11 2023 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - 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
* Thu Dec 29 2022 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - 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
* Thu Aug 11 2022 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - 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
* Fri Apr 22 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - 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.
* Wed Feb 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - 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.
* Fri Oct 01 2021 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - 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
* Fri Sep 17 2021 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - Update to 0.22.0
    + Support for kernel up to 5.14
    + add ipv4/ipv6 filter support for tcp trace tools
    + add python interface to attach raw perf events
    + fix tcpstates for incorrect display of dport
    + new options for bcc tools runqslower, argdist
    + new libbpf-tools: filetop, exitsnoop, tcprtt
    + doc update, bug fixes and other tools improvement
* Fri Sep 17 2021 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - Update to 0.21.0
    + Support for kernel up to 5.13
    + support for debug information from libdebuginfod
    + finished support for map elements items_*_batch() APIs
    + add atomic_increment() API
    + support attach_func() and detach_func() in python
    + fix displaying PID instead of TID for many tools
    + new tools: kvmexit.py
    + new libbpf-tools: gethostlatency, statsnoop, fsdist and solisten
    + fix tools ttysnoop/readahead for newer kernels
    + doc update and bug fixes
  - Update libbpf to 0.5
    + libbpf_set_strict_mode() allowing to opt-in into backwards incompatible libbpf-1.0 changes. See "Libbpf: the road to 1.0" and "Libbpf 1.0 migration guide" for more details.
    + streamlined error reporting for low-level APIs, high-level error-returning APIs, and pointer-returning APIs (as a libbpf-1.0 opt-in);
    + "Light" BPF skeleton support;
    + BPF_PROG_TYPE_SYSCALL support;
    + BPF perf link support for kprobe, uprobe, tracepoint, and perf_event BPF programs;
    + BPF cookie support for kprobe, uprobe, tracepoint, and perf_event BPF programs through bpf_program__attach_[ku]probe_opts() APIs;
    + allow to specify ref_ctr_off for USDT semaphores through bpf_program__attach_uprobe_opts() API;
    + btf_custom_path support in bpf_object_open_opts, allowing to specify custom BTF for CO-RE relocations;
    + sk_reuseport/migrate program type support;
    + btf_dump__dump_type_data() API, allowing to dump binary data according to BTF type description;
    + btf__load_into_kernel() and btf__load_from_kernel_by_id(), and split BTF variants of them;
    + btf__load_vmlinux_btf() and btf__load_module_btf() APIs;
    + bpf_map__initial_value() API to get initial value of mmap-ed BPF maps;
    + bpf_map_lookup_and_delete_elem_flags() API.
    + support for weak typed __ksym externs;
    + BPF timer helpers: bpf_timer_init(), bpf_timer_set_callback(), bpf_timer_start(), bpf_timer_cancel();
    + bpf_get_attach_cookie() helper to get BPF cookie from BPF program side;
    + bpf_get_func_ip() helper;
    + bpf_sys_bpf() helper;
    + bpf_task_pt_regs() helper;
    + bpf_btf_find_by_name_kind() helper;
    + usability improvements for bpf_tracing.h when target architecture is missing.
    + improve BPF support detection on old Red Hat kernels with backported BPF patches;
    + improvements for LTO builds with GCC 10+;
    + pass NLM_F_EXCL when creating TC qdisc;
    + better support of BPF map reuse on old kernels;
    + fix the bug resulting in sometimes closing FD 0, which wasn't created and owned by libbpf itself.
* Tue Jul 27 2021 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - Update source URL for bcc and libbpf
* Tue Jul 27 2021 Shung-Hsi Yu <shung-hsi.yu@suse.com>
  - 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.
* Mon Mar 29 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.19.0
    + Support for kernel up to 5.11
    + allow BCC as a cmake subproject
    + add LPORT support in tcpconnlat and tcpconnect
    + added bpf_map_lookup_and_delete_batch support
    + new tools: virtiostat
    + new libbpf-tools: cpufreq, funclatency, cachestat
    + add install target to libbpf-tools
    + a few lua fixes
    + doc update and bug fixes
  - Set ENABLE_NO_PIE to "OFF" to enable PIE for bcc-lua (bsc#1183399)
* Wed Jan 06 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.18.0
    + Support for kernel up to 5.10
    + add bpf kfunc/kretfunc C++ example
    + add PT_REGS_PARMx_SYSCALL helper macro
    + biolatency: allow json output
    + biolatpcts: support measuring overall latencies between two events
    + fix build when ENABLE_CLANG_JIT is disabled
    + doc update and bug fixes
  - Update libbpf to 0.3
    + kernel modules BTF support on all levels
    + ring_buffer__epoll_fd() API
    + xsk_socket__update_xskmap() and xsk_setup_xdp_prog() APIs
    + New BPF helpers:
    - bpf_task_storage_get() and bpf_task_storage_delete();
    - get_current_task_btf();
    - bpf_bprm_opts_set();
    - bpf_ktime_get_coarse_ns();
    - bpf_ima_inode_hash();
    - bpf_sock_from_file().
    + ring_buffer__poll() returns number of consumed records
      correctly
    + handle corner-case case with unused sub-programs
    + xsk_socket__delete() bug fixes
* Wed Nov 04 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.17.0
    + Support for kernel up to 5.9
    + usdt: add uprobe refcnt support
    + add bpf iterator C++ support
    + new bcc tools: tcprtt, netqtop, swapin, tcpsynbl, threadsnoop
    + tcpconnect: add DNS correlation to connect tracking
    + new libbpf-tools: llcstat, numamove, runqlen, runqlat,
      softirgs, hardirqs
    + doc update, bug fixes and some additional arguments for tools
  - Update libbpf to 0.2
    + full support for BPF-to-BPF function calls, no more need for
      __always_inline;
    + support for multiple BPF programs with the same section name;
    + support for accessing in-kernel per-CPU variables;
    + support for type and enum value CO-RE relocations;
    + libbpf will auto-adjust CO-RE direct memory loads to adjust
      to 32-bit host architecture;
    + BPF_PROG_BIND_MAP support, .rodata will be bound automatically
      if kernel supports it;
    + new APIs for programmatic generation of BTF;
    + support for big-endian and little-endian endianness in BTF;
    + sleepable fentry/fexit/fmod_ret/lsm BPF program.
  - Enable lua support only for Tumbleweed to close the gap between
    SLE and openSUSE Leap
* Fri Sep 25 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.16.0
    + Support for kernel up to 5.8
    + trace.py: support kprobe/uprobe func offset
    + support raw perf config for perf_event_open in python
    + add BPFQueueStackTable support
    + added Ringbuf support support
    + libbpf-tools: readahead, biosnoop, bitesize, tcpconnlat,
      biopattern, biostacks
    + bug fixes and some additional arguments for tools
  - Update libbpf to 0.1.1
    + __ksym extern variables support for getting kernel symbol
      addresses;
    + BPF XDP link support;
    + bpf_program__set_autoload() to disable loading and verifying
      specific BPF programs;
    + support for attaching map elements BPF iterator programs;
    + new getters/setters for more control over BPF map definitions;
    + all destructor-like APIs (e.g., perf_buffer__free() and
      bpf_object__close()) now accept pointers returned on error
      (in addition to NULL and valid pointers) and ignore them, no
      need to guard destructors with extra checks now;
    + bpf_link__detach() for force-detaching link, while it's still
      alive;
    + btf__parse_raw() and btf__parse() APIs for more convenient and
      flexible BTF parsing.
    + fix an issue with loading XDP programs on older kernels.
    + CO-RE relocations in .text section (in sub-programs) are now
      performed properly;
    + vmlinux BTF is not loaded unnecessarily twice;
    + perf_buffer__new() can be used on old kernels down to at least
      4.9 version;
    + libbpf's internal hashmap fixes for 32-bit architectures;
    + few BTF sanitization bugs and memory leaks fixed;
    + btf_dump handling of GCC built-in types for Arm NEON fixed;
    + BTF-defined map-in-map initialization fixed for 32-bit
      architectures;
    + various BTF fixes for 32-bit architectures.
* Fri Aug 07 2020 Gary Ching-Pang Lin <glin@suse.com>
  - 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
* Thu Jul 02 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.15.0
    + Support for kernel up to 5.7
    + new tools: funcinterval.py, dirtop.py
    + support lsm bpf programs
    + support multiple pid/tids for offwaketime
    + usdt: add helpers to set semaphore values
    + turn off x86 jump table optimization during jit compilation
    + add support to use bpf_probe_read[str}{_user,kernel} in all bpf
    + programs, fail back to old bpf_probe_read[_str] for old kernels
    + tools: add filtering by mount namespace
    + libbpf-tools: cpudist, syscount, execsnoop, vfsstat
    + lots of bug fixes and a few additional arguments for tools
  - Update libbpf to 0.0.9
    + BTF-defined map-in-map support;
    + bpf_link support expanded to support new kernel BPF link objects;
    + BPF_ENABLE_STATS API;
    + new BPF ringbuf map support, added ring_buffer API for consuming;
    + bpf_link-backed netns attachment (flow_dissector).
    + bpf_object__load() better error code propagation;
    + few memory leaks and corruptions fixed;
    + register naming in PT_REGS s390 macros;
    + .bss pre-setting through skeleton is now supported as well.
  - Drop upstreamed patch
    + bcc-bsc1172493-Make-reading-blacklist-optional.patch
* Thu Jun 04 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Add bcc-bsc1172493-Make-reading-blacklist-optional.patch to make
    reading kprobe blacklist optional so that the bcc scripts can
    work with the locked down kernel (bsc#1172493)
* Thu Apr 23 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Amend the sed rule for python3 shebang
* Wed Apr 22 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.14.0
    + Support for kernel up to 5.6
    + new tools: biolatpcts.py
    + libbpf-tools: tools based on CORE and libbpf library directly
    + add --cgroupmap to various tools, filtering based cgroup
    + support kfunc (faster kprobe) for vfsstat, klockstat and
      opensnoop
    + lots of bug fixes and a few additional arguments for tools
  - Update libbpf to 0.0.8
    + Add support for BPF-LSM
    + CO-RE relocation edge cases
    + expected_attach_type handling fixes at load time
    + fixes in hanling kernels without BTF support
    + internal map sanitization improvements
  - Drop support-clang9.patch
    + Upstream fixed it in another way.
* Tue Mar 03 2020 Gary Ching-Pang Lin <glin@suse.com>
  - Update to 0.13.0
    + Support for kernel up to 5.5
    + bindsnoop tool to track tcp/udp bind information
    + added compile-once run-everywhere based libbpf-tools, currently
      only runqslower is implemented.
    + new map support: sockhash, sockmap, sk_storage, cgroup_storage
    + enable to run github actions on the diff
    + cgroupmap based cgroup filtering for opensnoop, execsnoop and
      bindsnoop.
    + lots of bug fixes.
  - Update libbpf to 0.0.7
    + Major new features:
    - BPF skeleton support;
    - Kconfig extern variables support;
    - STRUCT_OPS support;
    - support for BPF program extensions;
    - cgroup MULTI-mode support (bpf_prog_attach_xattr() API).
    - bpf_send_signal_thread() BPF helper;
    + Usability improvements:
    - BPF CO-RE improvements (flexible array, LDX/ST/STX instructions,
      improved conditional relocations);
    - generic bpf_program__attach() API;
    - SK_REUSEPORT program type support;
    - bpf_link_disconnect();
    - bpf_find_kernel_btf() API exposed;
    - large instruction limit probing added;
    - improved error message for RLIMIT_MEMLOCK.
    + Fixes:
    - fix perf_buffer handling of offline/missing CPUs;
    - various other fixes and usability improvements.
  - Drop upstreamed fix: bcc-fix-test_map_in_map.patch
* Mon Jan 20 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - drop python2 bindings
  - don't require python3-devel package

Files

/usr/bin/bps
/usr/share/bcc
/usr/share/bcc/man
/usr/share/bcc/man/man8
/usr/share/bcc/man/man8/argdist.8.gz
/usr/share/bcc/man/man8/bashreadline.8.gz
/usr/share/bcc/man/man8/bindsnoop.8.gz
/usr/share/bcc/man/man8/biolatency.8.gz
/usr/share/bcc/man/man8/biolatpcts.8.gz
/usr/share/bcc/man/man8/biopattern.8.gz
/usr/share/bcc/man/man8/biosnoop.8.gz
/usr/share/bcc/man/man8/biotop.8.gz
/usr/share/bcc/man/man8/bitesize.8.gz
/usr/share/bcc/man/man8/bpflist.8.gz
/usr/share/bcc/man/man8/bps.8.gz
/usr/share/bcc/man/man8/btrfsdist.8.gz
/usr/share/bcc/man/man8/btrfsslower.8.gz
/usr/share/bcc/man/man8/cachestat.8.gz
/usr/share/bcc/man/man8/cachetop.8.gz
/usr/share/bcc/man/man8/capable.8.gz
/usr/share/bcc/man/man8/cobjnew.8.gz
/usr/share/bcc/man/man8/compactsnoop.8.gz
/usr/share/bcc/man/man8/cpudist.8.gz
/usr/share/bcc/man/man8/cpuunclaimed.8.gz
/usr/share/bcc/man/man8/criticalstat.8.gz
/usr/share/bcc/man/man8/cthreads.8.gz
/usr/share/bcc/man/man8/dbslower.8.gz
/usr/share/bcc/man/man8/dbstat.8.gz
/usr/share/bcc/man/man8/dcsnoop.8.gz
/usr/share/bcc/man/man8/dcstat.8.gz
/usr/share/bcc/man/man8/deadlock.8.gz
/usr/share/bcc/man/man8/dirtop.8.gz
/usr/share/bcc/man/man8/drsnoop.8.gz
/usr/share/bcc/man/man8/execsnoop.8.gz
/usr/share/bcc/man/man8/exitsnoop.8.gz
/usr/share/bcc/man/man8/ext4dist.8.gz
/usr/share/bcc/man/man8/ext4slower.8.gz
/usr/share/bcc/man/man8/filegone.8.gz
/usr/share/bcc/man/man8/filelife.8.gz
/usr/share/bcc/man/man8/fileslower.8.gz
/usr/share/bcc/man/man8/filetop.8.gz
/usr/share/bcc/man/man8/funccount.8.gz
/usr/share/bcc/man/man8/funcinterval.8.gz
/usr/share/bcc/man/man8/funclatency.8.gz
/usr/share/bcc/man/man8/funcslower.8.gz
/usr/share/bcc/man/man8/gethostlatency.8.gz
/usr/share/bcc/man/man8/hardirqs.8.gz
/usr/share/bcc/man/man8/inject.8.gz
/usr/share/bcc/man/man8/javacalls.8.gz
/usr/share/bcc/man/man8/javaflow.8.gz
/usr/share/bcc/man/man8/javagc.8.gz
/usr/share/bcc/man/man8/javaobjnew.8.gz
/usr/share/bcc/man/man8/javastat.8.gz
/usr/share/bcc/man/man8/javathreads.8.gz
/usr/share/bcc/man/man8/killsnoop.8.gz
/usr/share/bcc/man/man8/klockstat.8.gz
/usr/share/bcc/man/man8/ksnoop.8.gz
/usr/share/bcc/man/man8/kvmexit.8.gz
/usr/share/bcc/man/man8/llcstat.8.gz
/usr/share/bcc/man/man8/mdflush.8.gz
/usr/share/bcc/man/man8/memleak.8.gz
/usr/share/bcc/man/man8/mountsnoop.8.gz
/usr/share/bcc/man/man8/mysqld_qslower.8.gz
/usr/share/bcc/man/man8/netqtop.8.gz
/usr/share/bcc/man/man8/nfsdist.8.gz
/usr/share/bcc/man/man8/nfsslower.8.gz
/usr/share/bcc/man/man8/nodegc.8.gz
/usr/share/bcc/man/man8/nodestat.8.gz
/usr/share/bcc/man/man8/offcputime.8.gz
/usr/share/bcc/man/man8/offwaketime.8.gz
/usr/share/bcc/man/man8/oomkill.8.gz
/usr/share/bcc/man/man8/opensnoop.8.gz
/usr/share/bcc/man/man8/perlcalls.8.gz
/usr/share/bcc/man/man8/perlflow.8.gz
/usr/share/bcc/man/man8/perlstat.8.gz
/usr/share/bcc/man/man8/phpcalls.8.gz
/usr/share/bcc/man/man8/phpflow.8.gz
/usr/share/bcc/man/man8/phpstat.8.gz
/usr/share/bcc/man/man8/pidpersec.8.gz
/usr/share/bcc/man/man8/ppchcalls.8.gz
/usr/share/bcc/man/man8/profile.8.gz
/usr/share/bcc/man/man8/pythoncalls.8.gz
/usr/share/bcc/man/man8/pythonflow.8.gz
/usr/share/bcc/man/man8/pythongc.8.gz
/usr/share/bcc/man/man8/pythonstat.8.gz
/usr/share/bcc/man/man8/readahead.8.gz
/usr/share/bcc/man/man8/reset-trace.8.gz
/usr/share/bcc/man/man8/rubycalls.8.gz
/usr/share/bcc/man/man8/rubyflow.8.gz
/usr/share/bcc/man/man8/rubygc.8.gz
/usr/share/bcc/man/man8/rubyobjnew.8.gz
/usr/share/bcc/man/man8/rubystat.8.gz
/usr/share/bcc/man/man8/runqlat.8.gz
/usr/share/bcc/man/man8/runqlen.8.gz
/usr/share/bcc/man/man8/runqslower.8.gz
/usr/share/bcc/man/man8/shmsnoop.8.gz
/usr/share/bcc/man/man8/slabratetop.8.gz
/usr/share/bcc/man/man8/sofdsnoop.8.gz
/usr/share/bcc/man/man8/softirqs.8.gz
/usr/share/bcc/man/man8/solisten.8.gz
/usr/share/bcc/man/man8/spfdsnoop.8.gz
/usr/share/bcc/man/man8/sslsniff.8.gz
/usr/share/bcc/man/man8/stackcount.8.gz
/usr/share/bcc/man/man8/statsnoop.8.gz
/usr/share/bcc/man/man8/swapin.8.gz
/usr/share/bcc/man/man8/syncsnoop.8.gz
/usr/share/bcc/man/man8/syscount.8.gz
/usr/share/bcc/man/man8/tclcalls.8.gz
/usr/share/bcc/man/man8/tclflow.8.gz
/usr/share/bcc/man/man8/tclobjnew.8.gz
/usr/share/bcc/man/man8/tclstat.8.gz
/usr/share/bcc/man/man8/tcpaccept.8.gz
/usr/share/bcc/man/man8/tcpcong.8.gz
/usr/share/bcc/man/man8/tcpconnect.8.gz
/usr/share/bcc/man/man8/tcpconnlat.8.gz
/usr/share/bcc/man/man8/tcpdrop.8.gz
/usr/share/bcc/man/man8/tcplife.8.gz
/usr/share/bcc/man/man8/tcpretrans.8.gz
/usr/share/bcc/man/man8/tcprtt.8.gz
/usr/share/bcc/man/man8/tcpstates.8.gz
/usr/share/bcc/man/man8/tcpsubnet.8.gz
/usr/share/bcc/man/man8/tcpsynbl.8.gz
/usr/share/bcc/man/man8/tcptop.8.gz
/usr/share/bcc/man/man8/tcptracer.8.gz
/usr/share/bcc/man/man8/threadsnoop.8.gz
/usr/share/bcc/man/man8/tplist.8.gz
/usr/share/bcc/man/man8/trace.8.gz
/usr/share/bcc/man/man8/ttysnoop.8.gz
/usr/share/bcc/man/man8/ucalls.8.gz
/usr/share/bcc/man/man8/uflow.8.gz
/usr/share/bcc/man/man8/ugc.8.gz
/usr/share/bcc/man/man8/uobjnew.8.gz
/usr/share/bcc/man/man8/ustat.8.gz
/usr/share/bcc/man/man8/uthreads.8.gz
/usr/share/bcc/man/man8/vfscount.8.gz
/usr/share/bcc/man/man8/vfsstat.8.gz
/usr/share/bcc/man/man8/virtiostat.8.gz
/usr/share/bcc/man/man8/wakeuptime.8.gz
/usr/share/bcc/man/man8/xfsdist.8.gz
/usr/share/bcc/man/man8/xfsslower.8.gz
/usr/share/bcc/man/man8/zfsdist.8.gz
/usr/share/bcc/man/man8/zfsslower.8.gz
/usr/share/bcc/tools
/usr/share/bcc/tools/argdist
/usr/share/bcc/tools/bashreadline
/usr/share/bcc/tools/bindsnoop
/usr/share/bcc/tools/biolatency
/usr/share/bcc/tools/biolatpcts
/usr/share/bcc/tools/biopattern
/usr/share/bcc/tools/biosnoop
/usr/share/bcc/tools/biotop
/usr/share/bcc/tools/bitesize
/usr/share/bcc/tools/bpflist
/usr/share/bcc/tools/btrfsdist
/usr/share/bcc/tools/btrfsslower
/usr/share/bcc/tools/cachestat
/usr/share/bcc/tools/cachetop
/usr/share/bcc/tools/capable
/usr/share/bcc/tools/cobjnew
/usr/share/bcc/tools/compactsnoop
/usr/share/bcc/tools/cpudist
/usr/share/bcc/tools/cpuunclaimed
/usr/share/bcc/tools/criticalstat
/usr/share/bcc/tools/dbslower
/usr/share/bcc/tools/dbstat
/usr/share/bcc/tools/dcsnoop
/usr/share/bcc/tools/dcstat
/usr/share/bcc/tools/deadlock
/usr/share/bcc/tools/deadlock.c
/usr/share/bcc/tools/dirtop
/usr/share/bcc/tools/doc
/usr/share/bcc/tools/doc/argdist_example.txt
/usr/share/bcc/tools/doc/bashreadline_example.txt
/usr/share/bcc/tools/doc/bindsnoop_example.txt
/usr/share/bcc/tools/doc/biolatency_example.txt
/usr/share/bcc/tools/doc/biolatpcts_example.txt
/usr/share/bcc/tools/doc/biopattern_example.txt
/usr/share/bcc/tools/doc/biosnoop_example.txt
/usr/share/bcc/tools/doc/biotop_example.txt
/usr/share/bcc/tools/doc/bitesize_example.txt
/usr/share/bcc/tools/doc/bpflist_example.txt
/usr/share/bcc/tools/doc/btrfsdist_example.txt
/usr/share/bcc/tools/doc/btrfsslower_example.txt
/usr/share/bcc/tools/doc/cachestat_example.txt
/usr/share/bcc/tools/doc/cachetop_example.txt
/usr/share/bcc/tools/doc/capable_example.txt
/usr/share/bcc/tools/doc/cobjnew_example.txt
/usr/share/bcc/tools/doc/compactsnoop_example.txt
/usr/share/bcc/tools/doc/cpudist_example.txt
/usr/share/bcc/tools/doc/cpuunclaimed_example.txt
/usr/share/bcc/tools/doc/criticalstat_example.txt
/usr/share/bcc/tools/doc/cthreads_example.txt
/usr/share/bcc/tools/doc/dbslower_example.txt
/usr/share/bcc/tools/doc/dbstat_example.txt
/usr/share/bcc/tools/doc/dcsnoop_example.txt
/usr/share/bcc/tools/doc/dcstat_example.txt
/usr/share/bcc/tools/doc/deadlock_example.txt
/usr/share/bcc/tools/doc/dirtop_example.txt
/usr/share/bcc/tools/doc/drsnoop_example.txt
/usr/share/bcc/tools/doc/execsnoop_example.txt
/usr/share/bcc/tools/doc/exitsnoop_example.txt
/usr/share/bcc/tools/doc/ext4dist_example.txt
/usr/share/bcc/tools/doc/ext4slower_example.txt
/usr/share/bcc/tools/doc/filegone_example.txt
/usr/share/bcc/tools/doc/filelife_example.txt
/usr/share/bcc/tools/doc/fileslower_example.txt
/usr/share/bcc/tools/doc/filetop_example.txt
/usr/share/bcc/tools/doc/funccount_example.txt
/usr/share/bcc/tools/doc/funcinterval_example.txt
/usr/share/bcc/tools/doc/funclatency_example.txt
/usr/share/bcc/tools/doc/funcslower_example.txt
/usr/share/bcc/tools/doc/gethostlatency_example.txt
/usr/share/bcc/tools/doc/hardirqs_example.txt
/usr/share/bcc/tools/doc/inject_example.txt
/usr/share/bcc/tools/doc/javacalls_example.txt
/usr/share/bcc/tools/doc/javaflow_example.txt
/usr/share/bcc/tools/doc/javagc_example.txt
/usr/share/bcc/tools/doc/javaobjnew_example.txt
/usr/share/bcc/tools/doc/javastat_example.txt
/usr/share/bcc/tools/doc/javathreads_example.txt
/usr/share/bcc/tools/doc/killsnoop_example.txt
/usr/share/bcc/tools/doc/klockstat_example.txt
/usr/share/bcc/tools/doc/kvmexit_example.txt
/usr/share/bcc/tools/doc/lib
/usr/share/bcc/tools/doc/lib/ucalls_example.txt
/usr/share/bcc/tools/doc/lib/uflow_example.txt
/usr/share/bcc/tools/doc/lib/ugc_example.txt
/usr/share/bcc/tools/doc/lib/uobjnew_example.txt
/usr/share/bcc/tools/doc/lib/ustat_example.txt
/usr/share/bcc/tools/doc/lib/uthreads_example.txt
/usr/share/bcc/tools/doc/llcstat_example.txt
/usr/share/bcc/tools/doc/mdflush_example.txt
/usr/share/bcc/tools/doc/memleak_example.txt
/usr/share/bcc/tools/doc/mountsnoop_example.txt
/usr/share/bcc/tools/doc/mysqld_qslower_example.txt
/usr/share/bcc/tools/doc/netqtop_example.txt
/usr/share/bcc/tools/doc/nfsdist_example.txt
/usr/share/bcc/tools/doc/nfsslower_example.txt
/usr/share/bcc/tools/doc/nodegc_example.txt
/usr/share/bcc/tools/doc/nodestat_example.txt
/usr/share/bcc/tools/doc/offcputime_example.txt
/usr/share/bcc/tools/doc/offwaketime_example.txt
/usr/share/bcc/tools/doc/oomkill_example.txt
/usr/share/bcc/tools/doc/opensnoop_example.txt
/usr/share/bcc/tools/doc/perlcalls_example.txt
/usr/share/bcc/tools/doc/perlflow_example.txt
/usr/share/bcc/tools/doc/perlstat_example.txt
/usr/share/bcc/tools/doc/phpcalls_example.txt
/usr/share/bcc/tools/doc/phpflow_example.txt
/usr/share/bcc/tools/doc/phpstat_example.txt
/usr/share/bcc/tools/doc/pidpersec_example.txt
/usr/share/bcc/tools/doc/ppchcalls_example.txt
/usr/share/bcc/tools/doc/profile_example.txt
/usr/share/bcc/tools/doc/pythoncalls_example.txt
/usr/share/bcc/tools/doc/pythonflow_example.txt
/usr/share/bcc/tools/doc/pythongc_example.txt
/usr/share/bcc/tools/doc/pythonstat_example.txt
/usr/share/bcc/tools/doc/readahead_example.txt
/usr/share/bcc/tools/doc/reset-trace_example.txt
/usr/share/bcc/tools/doc/rubycalls_example.txt
/usr/share/bcc/tools/doc/rubyflow_example.txt
/usr/share/bcc/tools/doc/rubygc_example.txt
/usr/share/bcc/tools/doc/rubyobjnew_example.txt
/usr/share/bcc/tools/doc/rubystat_example.txt
/usr/share/bcc/tools/doc/runqlat_example.txt
/usr/share/bcc/tools/doc/runqlen_example.txt
/usr/share/bcc/tools/doc/runqslower_example.txt
/usr/share/bcc/tools/doc/shmsnoop_example.txt
/usr/share/bcc/tools/doc/slabratetop_example.txt
/usr/share/bcc/tools/doc/sofdsnoop_example.txt
/usr/share/bcc/tools/doc/softirqs_example.txt
/usr/share/bcc/tools/doc/solisten_example.txt
/usr/share/bcc/tools/doc/sslsniff_example.txt
/usr/share/bcc/tools/doc/stackcount_example.txt
/usr/share/bcc/tools/doc/statsnoop_example.txt
/usr/share/bcc/tools/doc/swapin_example.txt
/usr/share/bcc/tools/doc/syncsnoop_example.txt
/usr/share/bcc/tools/doc/syscount_example.txt
/usr/share/bcc/tools/doc/tclcalls_example.txt
/usr/share/bcc/tools/doc/tclflow_example.txt
/usr/share/bcc/tools/doc/tclobjnew_example.txt
/usr/share/bcc/tools/doc/tclstat_example.txt
/usr/share/bcc/tools/doc/tcpaccept_example.txt
/usr/share/bcc/tools/doc/tcpcong_example.txt
/usr/share/bcc/tools/doc/tcpconnect_example.txt
/usr/share/bcc/tools/doc/tcpconnlat_example.txt
/usr/share/bcc/tools/doc/tcpdrop_example.txt
/usr/share/bcc/tools/doc/tcplife_example.txt
/usr/share/bcc/tools/doc/tcpretrans_example.txt
/usr/share/bcc/tools/doc/tcprtt_example.txt
/usr/share/bcc/tools/doc/tcpstates_example.txt
/usr/share/bcc/tools/doc/tcpsubnet_example.txt
/usr/share/bcc/tools/doc/tcpsynbl_example.txt
/usr/share/bcc/tools/doc/tcptop_example.txt
/usr/share/bcc/tools/doc/tcptracer_example.txt
/usr/share/bcc/tools/doc/threadsnoop_example.txt
/usr/share/bcc/tools/doc/tplist_example.txt
/usr/share/bcc/tools/doc/trace_example.txt
/usr/share/bcc/tools/doc/ttysnoop_example.txt
/usr/share/bcc/tools/doc/vfscount_example.txt
/usr/share/bcc/tools/doc/vfsstat_example.txt
/usr/share/bcc/tools/doc/virtiostat_example.txt
/usr/share/bcc/tools/doc/wakeuptime_example.txt
/usr/share/bcc/tools/doc/xfsdist_example.txt
/usr/share/bcc/tools/doc/xfsslower_example.txt
/usr/share/bcc/tools/doc/zfsdist_example.txt
/usr/share/bcc/tools/doc/zfsslower_example.txt
/usr/share/bcc/tools/drsnoop
/usr/share/bcc/tools/execsnoop
/usr/share/bcc/tools/exitsnoop
/usr/share/bcc/tools/ext4dist
/usr/share/bcc/tools/ext4slower
/usr/share/bcc/tools/filegone
/usr/share/bcc/tools/filelife
/usr/share/bcc/tools/fileslower
/usr/share/bcc/tools/filetop
/usr/share/bcc/tools/funccount
/usr/share/bcc/tools/funcinterval
/usr/share/bcc/tools/funclatency
/usr/share/bcc/tools/funcslower
/usr/share/bcc/tools/gethostlatency
/usr/share/bcc/tools/hardirqs
/usr/share/bcc/tools/inject
/usr/share/bcc/tools/javacalls
/usr/share/bcc/tools/javaflow
/usr/share/bcc/tools/javagc
/usr/share/bcc/tools/javaobjnew
/usr/share/bcc/tools/javastat
/usr/share/bcc/tools/javathreads
/usr/share/bcc/tools/killsnoop
/usr/share/bcc/tools/klockstat
/usr/share/bcc/tools/kvmexit
/usr/share/bcc/tools/lib
/usr/share/bcc/tools/lib/ucalls
/usr/share/bcc/tools/lib/uflow
/usr/share/bcc/tools/lib/ugc
/usr/share/bcc/tools/lib/uobjnew
/usr/share/bcc/tools/lib/ustat
/usr/share/bcc/tools/lib/uthreads
/usr/share/bcc/tools/llcstat
/usr/share/bcc/tools/mdflush
/usr/share/bcc/tools/memleak
/usr/share/bcc/tools/mountsnoop
/usr/share/bcc/tools/mysqld_qslower
/usr/share/bcc/tools/netqtop
/usr/share/bcc/tools/netqtop.c
/usr/share/bcc/tools/nfsdist
/usr/share/bcc/tools/nfsslower
/usr/share/bcc/tools/nodegc
/usr/share/bcc/tools/nodestat
/usr/share/bcc/tools/offcputime
/usr/share/bcc/tools/offwaketime
/usr/share/bcc/tools/old
/usr/share/bcc/tools/old/bashreadline
/usr/share/bcc/tools/old/biosnoop
/usr/share/bcc/tools/old/compactsnoop
/usr/share/bcc/tools/old/filegone
/usr/share/bcc/tools/old/filelife
/usr/share/bcc/tools/old/gethostlatency
/usr/share/bcc/tools/old/hardirqs
/usr/share/bcc/tools/old/killsnoop
/usr/share/bcc/tools/old/memleak
/usr/share/bcc/tools/old/offcputime
/usr/share/bcc/tools/old/offwaketime
/usr/share/bcc/tools/old/oomkill
/usr/share/bcc/tools/old/opensnoop
/usr/share/bcc/tools/old/profile
/usr/share/bcc/tools/old/softirqs
/usr/share/bcc/tools/old/stackcount
/usr/share/bcc/tools/old/stacksnoop
/usr/share/bcc/tools/old/statsnoop
/usr/share/bcc/tools/old/syncsnoop
/usr/share/bcc/tools/old/tcpaccept
/usr/share/bcc/tools/old/tcpconnect
/usr/share/bcc/tools/old/wakeuptime
/usr/share/bcc/tools/oomkill
/usr/share/bcc/tools/opensnoop
/usr/share/bcc/tools/perlcalls
/usr/share/bcc/tools/perlflow
/usr/share/bcc/tools/perlstat
/usr/share/bcc/tools/phpcalls
/usr/share/bcc/tools/phpflow
/usr/share/bcc/tools/phpstat
/usr/share/bcc/tools/pidpersec
/usr/share/bcc/tools/ppchcalls
/usr/share/bcc/tools/profile
/usr/share/bcc/tools/pythoncalls
/usr/share/bcc/tools/pythonflow
/usr/share/bcc/tools/pythongc
/usr/share/bcc/tools/pythonstat
/usr/share/bcc/tools/readahead
/usr/share/bcc/tools/reset-trace
/usr/share/bcc/tools/rubycalls
/usr/share/bcc/tools/rubyflow
/usr/share/bcc/tools/rubygc
/usr/share/bcc/tools/rubyobjnew
/usr/share/bcc/tools/rubystat
/usr/share/bcc/tools/runqlat
/usr/share/bcc/tools/runqlen
/usr/share/bcc/tools/runqslower
/usr/share/bcc/tools/shmsnoop
/usr/share/bcc/tools/slabratetop
/usr/share/bcc/tools/sofdsnoop
/usr/share/bcc/tools/softirqs
/usr/share/bcc/tools/solisten
/usr/share/bcc/tools/sslsniff
/usr/share/bcc/tools/stackcount
/usr/share/bcc/tools/statsnoop
/usr/share/bcc/tools/swapin
/usr/share/bcc/tools/syncsnoop
/usr/share/bcc/tools/syscount
/usr/share/bcc/tools/tclcalls
/usr/share/bcc/tools/tclflow
/usr/share/bcc/tools/tclobjnew
/usr/share/bcc/tools/tclstat
/usr/share/bcc/tools/tcpaccept
/usr/share/bcc/tools/tcpcong
/usr/share/bcc/tools/tcpconnect
/usr/share/bcc/tools/tcpconnlat
/usr/share/bcc/tools/tcpdrop
/usr/share/bcc/tools/tcplife
/usr/share/bcc/tools/tcpretrans
/usr/share/bcc/tools/tcprtt
/usr/share/bcc/tools/tcpstates
/usr/share/bcc/tools/tcpsubnet
/usr/share/bcc/tools/tcpsynbl
/usr/share/bcc/tools/tcptop
/usr/share/bcc/tools/tcptracer
/usr/share/bcc/tools/threadsnoop
/usr/share/bcc/tools/tplist
/usr/share/bcc/tools/trace
/usr/share/bcc/tools/ttysnoop
/usr/share/bcc/tools/vfscount
/usr/share/bcc/tools/vfsstat
/usr/share/bcc/tools/virtiostat
/usr/share/bcc/tools/wakeuptime
/usr/share/bcc/tools/xfsdist
/usr/share/bcc/tools/xfsslower
/usr/share/bcc/tools/zfsdist
/usr/share/bcc/tools/zfsslower


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024