Lines Matching full:bcc
1 BCC (BPF compiler collection) for Android
6 BCC is a compiler and a toolkit, containing powerful kernel tracing tools that
10 overview](http://www.joelfernandes.org/resources/bcc-ospm.pdf) and visit [BCC's
11 project page](https://github.com/iovisor/bcc) for the official BCC
16 adeb is the primary vehicle for running BCC on Android. It supports
18 building BCC on device, and other setup. Take a look a quick look at [adeb
22 To download a prebuilt filesystem with BCC already built/installed for an ARM64
29 detecting your device's kernel version. Running BCC this way may cause a warning
40 section](https://github.com/joelagnel/adeb/blob/master/BCC.md#other-architectures-other-than-arm64)
42 Now to run BCC, just start an adeb shell: `adeb shell`. This uses adb
44 `opensnoop` or any of the other BCC tracers to confirm that the setup worked
61 Additionally, for the criticalsection BCC tracer to work, you need:
67 Build BCC during adeb install (Optional)
69 If you would like the latest upstream BCC built and installed on your Android
72 adeb prepare --build --bcc --kernelsrc /path/to/kernel-source/
75 BCC but also installs all non-BCC debian packages onto the filesystem and configures them.
83 adeb prepare --arch amd64 --build --bcc --kernelsrc /path/to/kernel-source/
92 Here are some common issues you may face when running different BCC tools.
101 In file included from /virtual/include/bcc/bpf.h:12:
113 File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 297, in __init__
129 File "/usr/share/bcc/tools/cachetop", line 263, in <module>
133 File "/usr/share/bcc/tools/cachetop", line 172, in handle_loop
135 File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 543, in
138 File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 355, in
150 File "/usr/share/bcc/tools/cachetop", line 263, in <module>
154 File "/usr/share/bcc/tools/cachetop", line 171, in handle_loop
156 File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 297, in __init__