index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
kprobes
Age
Commit message (
Expand
)
Author
2021-04-26
samples/kprobes: Add riscv support
Jisheng Zhang
2021-01-18
samples/kprobes: Add ARM support
Marc Koderer
2021-01-11
samples/kprobes: Remove misleading comment
Marc Koderer
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-09-10
docs: trace: fix the location of kprobes.rst
Mauro Carvalho Chehab
2020-08-20
tracing: switch to kernel_clone()
Christian Brauner
2020-08-20
kprobes: switch to kernel_clone()
Christian Brauner
2020-06-19
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
2020-05-12
samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.
Masami Hiramatsu
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2018-03-16
arch: remove tile port
Arnd Bergmann
2017-11-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-10-20
kprobes: Remove the jprobes sample code
Masami Hiramatsu
2017-09-28
samples/kprobes: Add s390 case in kprobe example module
Johannes Thumshirn
2016-08-04
samples/kretprobe: fix the wrong type
Huang Shijie
2016-08-04
samples/kretprobe: convert the printk to pr_info/pr_err
Huang Shijie
2016-08-04
samples/jprobe: convert the printk to pr_info/pr_err
Huang Shijie
2016-08-04
samples/kprobe: convert the printk to pr_info/pr_err
Huang Shijie
2016-07-19
kprobes: Add arm64 case in kprobe example module
Sandeepa Prabhu
2016-05-20
samples/kprobes: print out the symbol name for the hooks
Huang Shijie
2016-05-20
samples/kprobes: add a new module parameter
Huang Shijie
2016-05-20
kprobes: add the "tls" argument for j_do_fork
Huang Shijie
2015-10-01
kprobes: use _do_fork() in samples to make them work again
Petr Mladek
2014-09-26
kprobes: update jprobe_example.c for do_fork() change
Michael Ellerman
2013-08-30
tile: support kprobes on tilegx
Tony Lu
2010-08-05
SAMPLES: kprobe_example: Make it print something on MIPS.
David Daney
2009-08-16
sparc64: cheaper asm/uaccess.h inclusion
Alexey Dobriyan
2008-03-04
Kprobes: move kprobe examples to samples/
Ananth N Mavinakayanahalli