-
Notifications
You must be signed in to change notification settings - Fork 313
Comparing changes
Open a pull request
base repository: libbpf/libbpf-bootstrap
base: master
head repository: hack0z/libbpf-bootstrap
compare: master
- 8 commits
- 13 files changed
- 4 contributors
Commits on Jan 27, 2021
-
kprobe: minimal example of doing kprobe/kretprobe BPF programs
Add an example that shows how to use kprobes and kretprobes with libbpf. Describe the example in README.md. Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
Configuration menu - View commit details
-
Copy full SHA for 274ea13 - Browse repository at this point
Copy the full SHA 274ea13View commit details -
fentry: add minimal example of doing fentry/fexit BPF programs
Add an example that shows how to use fentry and fexit with libbpf. Describe the example in README.md. Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
Configuration menu - View commit details
-
Copy full SHA for 894bad4 - Browse repository at this point
Copy the full SHA 894bad4View commit details
Commits on Jan 28, 2021
-
libbpf: update to latest libbpf master
Update submodule reference to the latest Github master commit. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Configuration menu - View commit details
-
Copy full SHA for eb6709a - Browse repository at this point
Copy the full SHA eb6709aView commit details
Commits on Feb 3, 2021
-
makefile: use Linux UAPI headers distributed with libbpf
Avoid dependency on up-to-date Linux UAPI headers (mainly linux/bpf.h and linux/btf.h) by using headers distributed with libbpf for its own compilation needs. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Configuration menu - View commit details
-
Copy full SHA for 493021d - Browse repository at this point
Copy the full SHA 493021dView commit details
Commits on Feb 8, 2021
-
fentry, kprobe: attach fentry and kprobe examples to do_unlinkat()
Hook do_unlinkat() instead of bprm_execve() as bprm_execve() is a recent kernel change. Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
Configuration menu - View commit details
-
Copy full SHA for af5c68f - Browse repository at this point
Copy the full SHA af5c68fView commit details -
Positional or special parameters cannot be assigned using := way.
Configuration menu - View commit details
-
Copy full SHA for c126589 - Browse repository at this point
Copy the full SHA c126589View commit details
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a95b5bb - Browse repository at this point
Copy the full SHA a95b5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d90f48 - Browse repository at this point
Copy the full SHA 3d90f48View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master