aboutsummaryrefslogtreecommitdiffstats
path: root/samples/kprobes
AgeCommit message (Expand)Author
2023-02-25samples/kprobes: Add LoongArch supportTiezhu Yang
2022-07-12samples: Use KSYM_NAME_LEN for kprobesTiezhu Yang
2021-10-26samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-20samples/kprobes: Fix typo in handler_post()Tiezhu Yang
2021-05-20samples/kprobes: Fix typo in handler_fault()Tiezhu Yang
2021-04-26samples/kprobes: Add riscv supportJisheng Zhang
2021-01-18samples/kprobes: Add ARM supportMarc Koderer
2021-01-11samples/kprobes: Remove misleading commentMarc Koderer
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab
2020-08-20tracing: switch to kernel_clone()Christian Brauner
2020-08-20kprobes: switch to kernel_clone()Christian Brauner
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2020-05-12samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-03-16arch: remove tile portArnd Bergmann
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-10-20kprobes: Remove the jprobes sample codeMasami Hiramatsu
2017-09-28samples/kprobes: Add s390 case in kprobe example moduleJohannes Thumshirn
2016-08-04samples/kretprobe: fix the wrong typeHuang Shijie
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie
2016-07-19kprobes: Add arm64 case in kprobe example moduleSandeepa Prabhu
2016-05-20samples/kprobes: print out the symbol name for the hooksHuang Shijie
2016-05-20samples/kprobes: add a new module parameterHuang Shijie
2016-05-20kprobes: add the "tls" argument for j_do_forkHuang Shijie
2015-10-01kprobes: use _do_fork() in samples to make them work againPetr Mladek
2014-09-26kprobes: update jprobe_example.c for do_fork() changeMichael Ellerman
2013-08-30tile: support kprobes on tilegxTony Lu
2010-08-05SAMPLES: kprobe_example: Make it print something on MIPS.David Daney
2009-08-16sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan
2008-03-04Kprobes: move kprobe examples to samples/Ananth N Mavinakayanahalli