Lines Matching full:bcc
1 Lua Tools for BCC
4 This directory contains Lua tooling for [BCC][bcc]
7 BCC is a toolkit for creating userspace and kernel tracing programs. By
14 Since LuaJIT is a JIT compiled language, tracers implemented in `bcc-lua`
32 $ git clone https://github.com/iovisor/bcc.git
33 $ cd bcc/
36 2. As per the [Ubuntu - Binary](https://github.com/iovisor/bcc/blob/master/INSTALL.md#ubuntu---bina…
42 $ sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
54 $ sudo src/lua/bcc-probe examples/lua/task_switch.lua
155 [bcc]: https://github.com/iovisor/bcc
157 [bashreadline]: http://www.brendangregg.com/blog/2016-02-08/linux-ebpf-bcc-uprobes.html