bcc 0.30.0-1 File List

Package has 122 files and 20 directories.

Back to Package

  • usr/
  • usr/include/
  • usr/include/bcc/
  • usr/include/bcc/BPF.h
  • usr/include/bcc/BPFTable.h
  • usr/include/bcc/bcc_common.h
  • usr/include/bcc/bcc_elf.h
  • usr/include/bcc/bcc_exception.h
  • usr/include/bcc/bcc_proc.h
  • usr/include/bcc/bcc_syms.h
  • usr/include/bcc/bcc_usdt.h
  • usr/include/bcc/bcc_version.h
  • usr/include/bcc/bpf_module.h
  • usr/include/bcc/compat/
  • usr/include/bcc/compat/linux/
  • usr/include/bcc/file_desc.h
  • usr/include/bcc/libbpf.h
  • usr/include/bcc/perf_reader.h
  • usr/include/bcc/table_desc.h
  • usr/include/bcc/table_storage.h
  • usr/lib/
  • usr/lib/libbcc-loader-static.a
  • usr/lib/libbcc.so
  • usr/lib/libbcc.so.0
  • usr/lib/libbcc.so.0.30.0
  • usr/lib/libbcc_bpf.so
  • usr/lib/libbcc_bpf.so.0
  • usr/lib/libbcc_bpf.so.0.30.0
  • usr/lib/pkgconfig/
  • usr/lib/pkgconfig/libbcc.pc
  • usr/share/
  • usr/share/bcc/
  • usr/share/bcc/examples/
  • usr/share/bcc/examples/hello_world.py
  • usr/share/bcc/examples/lua/
  • usr/share/bcc/examples/lua/bashreadline.c
  • usr/share/bcc/examples/lua/bashreadline.lua
  • usr/share/bcc/examples/lua/kprobe-latency.lua
  • usr/share/bcc/examples/lua/kprobe-write.lua
  • usr/share/bcc/examples/lua/memleak.lua
  • usr/share/bcc/examples/lua/offcputime.lua
  • usr/share/bcc/examples/lua/sock-parse-dns.lua
  • usr/share/bcc/examples/lua/sock-parse-http.lua
  • usr/share/bcc/examples/lua/sock-proto.lua
  • usr/share/bcc/examples/lua/sock-protolen.lua
  • usr/share/bcc/examples/lua/strlen_count.lua
  • usr/share/bcc/examples/lua/task_switch.lua
  • usr/share/bcc/examples/lua/tracepoint-offcputime.lua
  • usr/share/bcc/examples/lua/uprobe-readline-perf.lua
  • usr/share/bcc/examples/lua/uprobe-readline.lua
  • usr/share/bcc/examples/lua/uprobe-tailkt.lua
  • usr/share/bcc/examples/lua/usdt_ruby.lua
  • usr/share/bcc/examples/networking/
  • usr/share/bcc/examples/networking/distributed_bridge/
  • usr/share/bcc/examples/networking/distributed_bridge/main.py
  • usr/share/bcc/examples/networking/distributed_bridge/simulation.py
  • usr/share/bcc/examples/networking/distributed_bridge/tunnel.c
  • usr/share/bcc/examples/networking/distributed_bridge/tunnel.py
  • usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.c
  • usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.py
  • usr/share/bcc/examples/networking/http_filter/
  • usr/share/bcc/examples/networking/http_filter/README.md
  • usr/share/bcc/examples/networking/http_filter/http-parse-complete.c
  • usr/share/bcc/examples/networking/http_filter/http-parse-complete.py
  • usr/share/bcc/examples/networking/http_filter/http-parse-simple.c
  • usr/share/bcc/examples/networking/http_filter/http-parse-simple.py
  • usr/share/bcc/examples/networking/neighbor_sharing/
  • usr/share/bcc/examples/networking/neighbor_sharing/README.txt
  • usr/share/bcc/examples/networking/neighbor_sharing/simulation.py
  • usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.c
  • usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.py
  • usr/share/bcc/examples/networking/net_monitor.py
  • usr/share/bcc/examples/networking/simple_tc.py
  • usr/share/bcc/examples/networking/simulation.py
  • usr/share/bcc/examples/networking/sockmap.py
  • usr/share/bcc/examples/networking/tc_perf_event.py
  • usr/share/bcc/examples/networking/tunnel_monitor/
  • usr/share/bcc/examples/networking/tunnel_monitor/README.md
  • usr/share/bcc/examples/networking/tunnel_monitor/chord.png
  • usr/share/bcc/examples/networking/tunnel_monitor/main.py
  • usr/share/bcc/examples/networking/tunnel_monitor/monitor.c
  • usr/share/bcc/examples/networking/tunnel_monitor/monitor.py
  • usr/share/bcc/examples/networking/tunnel_monitor/setup.sh
  • usr/share/bcc/examples/networking/tunnel_monitor/simulation.py
  • usr/share/bcc/examples/networking/tunnel_monitor/traffic.sh
  • usr/share/bcc/examples/networking/tunnel_monitor/vxlan.jpg
  • usr/share/bcc/examples/networking/vlan_learning/
  • usr/share/bcc/examples/networking/vlan_learning/README.txt
  • usr/share/bcc/examples/networking/vlan_learning/simulation.py
  • usr/share/bcc/examples/networking/vlan_learning/vlan_learning.c
  • usr/share/bcc/examples/networking/vlan_learning/vlan_learning.py
  • usr/share/bcc/examples/networking/xdp/
  • usr/share/bcc/examples/networking/xdp/xdp_drop_count.py
  • usr/share/bcc/examples/networking/xdp/xdp_macswap_count.py
  • usr/share/bcc/examples/networking/xdp/xdp_redirect_cpu.py
  • usr/share/bcc/examples/networking/xdp/xdp_redirect_map.py
  • usr/share/bcc/examples/tracing/
  • usr/share/bcc/examples/tracing/CMakeLists.txt
  • usr/share/bcc/examples/tracing/biolatpcts.py
  • usr/share/bcc/examples/tracing/biolatpcts_example.txt
  • usr/share/bcc/examples/tracing/bitehist.py
  • usr/share/bcc/examples/tracing/bitehist_example.txt
  • usr/share/bcc/examples/tracing/dddos.py
  • usr/share/bcc/examples/tracing/dddos_example.txt
  • usr/share/bcc/examples/tracing/disksnoop.py
  • usr/share/bcc/examples/tracing/disksnoop_example.txt
  • usr/share/bcc/examples/tracing/hello_fields.py
  • usr/share/bcc/examples/tracing/hello_perf_output.py
  • usr/share/bcc/examples/tracing/hello_perf_output_using_ns.py
  • usr/share/bcc/examples/tracing/kvm_hypercall.py
  • usr/share/bcc/examples/tracing/kvm_hypercall.txt
  • usr/share/bcc/examples/tracing/lbr.py
  • usr/share/bcc/examples/tracing/mallocstacks.py
  • usr/share/bcc/examples/tracing/mysqld_query.py
  • usr/share/bcc/examples/tracing/mysqld_query_example.txt
  • usr/share/bcc/examples/tracing/nflatency.py
  • usr/share/bcc/examples/tracing/nodejs_http_server.py
  • usr/share/bcc/examples/tracing/nodejs_http_server_example.txt
  • usr/share/bcc/examples/tracing/stack_buildid_example.py
  • usr/share/bcc/examples/tracing/stacksnoop.py
  • usr/share/bcc/examples/tracing/stacksnoop_example.txt
  • usr/share/bcc/examples/tracing/strlen_count.py
  • usr/share/bcc/examples/tracing/strlen_hist.py
  • usr/share/bcc/examples/tracing/strlen_hist_ifunc.py
  • usr/share/bcc/examples/tracing/strlen_snoop.py
  • usr/share/bcc/examples/tracing/sync_timing.py
  • usr/share/bcc/examples/tracing/task_switch.c
  • usr/share/bcc/examples/tracing/task_switch.py
  • usr/share/bcc/examples/tracing/tcpv4connect.py
  • usr/share/bcc/examples/tracing/tcpv4connect_example.txt
  • usr/share/bcc/examples/tracing/trace_fields.py
  • usr/share/bcc/examples/tracing/trace_perf_output.py
  • usr/share/bcc/examples/tracing/undump.py
  • usr/share/bcc/examples/tracing/undump_example.txt
  • usr/share/bcc/examples/tracing/urandomread-explicit.py
  • usr/share/bcc/examples/tracing/urandomread.py
  • usr/share/bcc/examples/tracing/urandomread_example.txt
  • usr/share/bcc/examples/tracing/vfsreadlat.c
  • usr/share/bcc/examples/tracing/vfsreadlat.py
  • usr/share/bcc/examples/tracing/vfsreadlat_example.txt
  • usr/share/bcc/introspection/
  • usr/share/bcc/introspection/bps