aboutsummaryrefslogtreecommitdiffstats
path: root/samples/kprobes (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-18samples/kprobes: Add ARM supportMarc Koderer1-0/+8
2021-01-11samples/kprobes: Remove misleading commentMarc Koderer1-1/+0
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-5/+5
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab2-2/+2
2020-08-20tracing: switch to kernel_clone()Christian Brauner1-2/+2
2020-08-20kprobes: switch to kernel_clone()Christian Brauner1-3/+3
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2-2/+2
2020-05-12samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu2-2/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2018-03-16arch: remove tile portArnd Bergmann1-8/+0
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-68/+1
2017-10-20kprobes: Remove the jprobes sample codeMasami Hiramatsu2-68/+1
2017-09-28samples/kprobes: Add s390 case in kprobe example moduleJohannes Thumshirn1-0/+8
2016-08-04samples/kretprobe: fix the wrong typeHuang Shijie1-2/+2
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie1-7/+5
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie1-3/+3
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie1-17/+12
2016-07-19kprobes: Add arm64 case in kprobe example moduleSandeepa Prabhu1-0/+9
2016-05-20samples/kprobes: print out the symbol name for the hooksHuang Shijie1-16/+16
2016-05-20samples/kprobes: add a new module parameterHuang Shijie1-1/+5
2016-05-20kprobes: add the "tls" argument for j_do_forkHuang Shijie1-1/+1
2015-10-01kprobes: use _do_fork() in samples to make them work againPetr Mladek3-12/+12
2014-09-26kprobes: update jprobe_example.c for do_fork() changeMichael Ellerman1-5/+4
2013-08-30tile: support kprobes on tilegxTony Lu1-0/+9
2010-08-05SAMPLES: kprobe_example: Make it print something on MIPS.David Daney1-0/+9
2009-08-16sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan1-0/+1
2008-03-04Kprobes: move kprobe examples to samples/Ananth N Mavinakayanahalli4-0/+270