Module: RbBCC
- Extended by:
- DisplayHelper
- Defined in:
- lib/rbbcc.rb,
lib/rbbcc/bcc.rb,
lib/rbbcc/clib.rb,
lib/rbbcc/usdt.rb,
lib/rbbcc/debug.rb,
lib/rbbcc/debug.rb,
lib/rbbcc/table.rb,
lib/rbbcc/consts.rb,
lib/rbbcc/plugin.rb,
lib/rbbcc/invoker.rb,
lib/rbbcc/pointer.rb,
lib/rbbcc/version.rb,
lib/rbbcc/cpu_helper.rb,
lib/rbbcc/disp_helper.rb,
lib/rbbcc/symbol_cache.rb
Defined Under Namespace
Modules: BPF, CPUHelper, Clib, DisplayHelper, EventTypeSupported, Plugin, Table, Util Classes: ArrayTable, BCC, HashTable, Invoker, PerfEventArray, Pointer, RingBuf, StackTrace, SymbolCache, TableBase, USDT, USDTProbe
Constant Summary collapse
- SYSCALL_PREFIXES =
[ "sys_", "__x64_sys_", "__x32_compat_sys_", "__ia32_compat_sys_", "__arm64_sys_", ]
- TRACEFS =
"/sys/kernel/debug/tracing"
- VERSION =
"0.9.0"