index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
bpf
/
tracex2_kern.c
Age
Commit message (
Expand
)
Author
2022-12-29
samples/bpf: Change _kern suffix to .bpf with syscall tracing program
Daniel T. Lee
2022-12-29
samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...
Daniel T. Lee
2022-12-29
samples/bpf: Use kyscall instead of kprobe in syscall tracing program
Daniel T. Lee
2022-11-04
samples/bpf: Fix tracex2 error: No such file or directory
Rong Tao
2020-05-19
samples, bpf: Refactor kprobe, tail call kern progs map definition
Daniel T. Lee
2020-05-19
samples, bpf: Refactor kprobe tracing user progs with libbpf
Daniel T. Lee
2020-01-20
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2019-10-08
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
Andrii Nakryiko
2016-04-14
bpf, samples: don't zero data when not needed
Daniel Borkmann
2016-04-06
samples/bpf: Enable powerpc support
Naveen N. Rao
2016-02-06
samples/bpf: update tracex[23] examples to use per-cpu maps
Alexei Starovoitov
2015-07-08
samples: bpf: enable trace samples for s390x
Michael Holzheu
2015-06-15
bpf: introduce current->pid, tgid, uid, gid, comm accessors
Alexei Starovoitov
2015-04-02
samples/bpf: Add counting example for kfree_skb() function calls and the writ...
Alexei Starovoitov