summaryrefslogtreecommitdiffstats
path: root/samples/kprobes/kprobe_example.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-12samples: Use KSYM_NAME_LEN for kprobesTiezhu Yang1-3/+2
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds1-15/+16
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-15/+0
2021-05-20samples/kprobes: Fix typo in handler_post()Tiezhu Yang1-16/+17
2021-05-20samples/kprobes: Fix typo in handler_fault()Tiezhu Yang1-1/+1
2021-04-26samples/kprobes: Add riscv supportJisheng Zhang1-0/+8
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/gi...Linus Torvalds1-3/+3
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab1-1/+1
2020-08-20kprobes: switch to kernel_clone()Christian Brauner1-3/+3
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab1-1/+1
2020-05-12samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu1-2/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-03-16arch: remove tile portArnd Bergmann1-8/+0
2017-09-28samples/kprobes: Add s390 case in kprobe example moduleJohannes Thumshirn1-0/+8
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
2015-10-01kprobes: use _do_fork() in samples to make them work againPetr Mladek1-3/+3
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
2008-03-04Kprobes: move kprobe examples to samples/Ananth N Mavinakayanahalli1-0/+91