Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
c989d1ab
Commit
c989d1ab
authored
Jun 11, 2015
by
4ast
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #51 from iovisor/marcol_dev
Update readme and FAQs
parents
5270dcd5
35de0506
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
FAQ.txt
FAQ.txt
+14
-0
README.md
README.md
+1
-0
No files found.
FAQ.txt
View file @
c989d1ab
...
...
@@ -14,3 +14,17 @@ Q: hello_world.py still fails with:
bpf: Operation not permitted
Exception: Failed to load BPF program hello
A: sudo
Q: How do I fulfill the Linux kernel version requirement?
A: You need to obtain a recent version of the Linux source code
(please look at the README for the exact version), enable the
configuration options listed in the README file, install the image,
modules and headers, update your bootloader and reboot into the new
kernel.
If you want to compile your own kernel, you can fetch the sources
from kernel.org or through your Linux distribution.
To install, you need all of the following:
make install
make modules_install
make headers_install INSTALL_HDR_PATH=/usr/local/
README.md
View file @
c989d1ab
...
...
@@ -43,6 +43,7 @@ To get started using this toolchain, one needs:
*
`CONFIG_BPF_JIT=y`
*
`CONFIG_HAVE_BPF_JIT=y`
*
`CONFIG_BPF_EVENTS=y`
[optional, for kprobes]
*
Linux kernel headers, 4.1 or newer
*
LLVM 3.7 or newer, compiled with BPF support (default=on)
*
Clang 3.7, built from the same tree as LLVM
*
pyroute2, version X.X (currently master, tag TBD) or newer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment