HomeSort by relevance Sort by last modified time
    Searched refs:bcc (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bcc/examples/
hello_world.py 9 from bcc import BPF
  /external/bcc/tests/lua/
test_standalone.sh 13 if [[ ! -x bcc-lua ]]; then
14 echo "bcc-lua not built --- skipping"
18 if ldd bcc-lua | grep -q luajit; then
19 fail "bcc-lua depends on libluajit"
27 if ! sudo ./bcc-lua "$PROBE" -d 1 >/dev/null 2>/dev/null; then
28 fail "bcc-lua cannot run complex probes"
  /external/bcc/scripts/
build-deb.sh.in 14 mkdir $TMP/bcc
15 cp -a * $TMP/bcc
17 tar zcf bcc_@REVISION_LAST@.orig.tar.gz bcc/
18 cd bcc
build-rpm.sh 19 git archive HEAD --prefix=bcc/ --format=tar.gz -o $TMP/SOURCES/bcc.tar.gz
24 SPECS/bcc.spec > $TMP/SPECS/bcc.spec
27 rpmbuild $RPM_WITH_OPTS --define "_topdir `pwd`" -ba SPECS/bcc.spec
build-release-rpm.sh 19 git archive HEAD --prefix=bcc/ --format=tar.gz -o $TMP/SOURCES/$git_tag_latest.tar.gz
25 SPECS/bcc+clang.spec > $TMP/SPECS/bcc.spec
28 rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.spec
  /external/bcc/SPECS/
bcc.spec 25 %global python_bcc python3-bcc
29 %global python_bcc python2-bcc
35 Name: bcc
38 Summary: BPF Compiler Collection (BCC)
42 URL: https://github.com/iovisor/bcc
43 Source0: bcc.tar.gz
64 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
74 %setup -q -n bcc
92 find %{buildroot}/usr/share/bcc/{tools,examples} -type f -exec \
97 Summary: Shared Library for BPF Compiler Collection (BCC)
    [all...]
bcc+clang.spec 4 Name: bcc
7 Summary: BPF Compiler Collection (BCC)
11 URL: https://github.com/iovisor/bcc
12 Source0: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz
20 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
28 %setup -D -n bcc
59 Summary: Shared Library for BPF Compiler Collection (BCC)
62 Shared Library for BPF Compiler Collection (BCC)
65 Summary: Examples for BPF Compiler Collection (BCC)
68 Examples for BPF Compiler Collection (BCC)
    [all...]
  /external/bcc/tests/python/
test_perf_event.py 5 import bcc
41 b = bcc.BPF(text=text, debug=0,
48 cnt1.open_perf_event(bcc.PerfType.HARDWARE, bcc.PerfHWConfig.CPU_CYCLES)
test_dump_func.py 7 from bcc import BPF
  /external/bcc/examples/tracing/
bitehist.py 4 # For Linux, uses BCC, eBPF. Embedded C.
17 from bcc import BPF
strlen_hist.py 33 import bcc
45 b = bcc.BPF(text=text)
urandomread.py 4 # For Linux, uses BCC, BPF. Embedded C.
15 from bcc import BPF
trace_fields.py 10 from bcc import BPF
kvm_hypercall.py 18 from bcc import BPF
task_switch.py 5 from bcc import BPF
hello_fields.py 5 from bcc import BPF
sync_timing.py 4 # For Linux, uses BCC, eBPF. Embedded C.
12 from bcc import BPF
  /external/bcc/tools/old/
syncsnoop.py 5 # For Linux, uses BCC, eBPF. Embedded C.
7 # Written as a basic example of BCC trace & reformat. See
8 # examples/hello_world.py for a BCC trace with default output example.
16 from bcc import BPF
  /external/bcc/snapcraft/
Makefile 44 sudo snap connect bcc:mount-observe
45 sudo snap connect bcc:system-observe
46 sudo snap connect bcc:system-trace
49 sudo snap remove bcc
  /external/bcc/tools/
bitesize.py 4 # For Linux, uses BCC, eBPF. See .c file.
15 from bcc import BPF
pidpersec.py 5 # For Linux, uses BCC, eBPF. See .c file.
16 from bcc import BPF
  /external/freetype/builds/windows/
w32-bcc.mk 22 include $(TOP_DIR)/builds/compiler/bcc.mk
w32-bccd.mk 20 include $(TOP_DIR)/builds/compiler/bcc-dev.mk
  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 8 bcc lbl
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 8 bcc lbl

Completed in 6234 milliseconds

1 2 3 4 5 6 7 8 91011>>