aboutsummaryrefslogtreecommitdiff
path: root/samples/kprobes
AgeCommit message (Expand)AuthorFilesLines
2023-10-10samples: kprobes: Fixes a typoGravatar Atul Kumar Pant 1-1/+1
2023-02-25samples/kprobes: Add LoongArch supportGravatar Tiezhu Yang 1-0/+8
2022-07-12samples: Use KSYM_NAME_LEN for kprobesGravatar Tiezhu Yang 2-6/+4
2021-10-26samples/kretprobes: Fix return value if register_kretprobe() failedGravatar Tiezhu Yang 1-1/+1
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-15/+16
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-15/+0
2021-05-20samples/kprobes: Fix typo in handler_post()Gravatar Tiezhu Yang 1-16/+17
2021-05-20samples/kprobes: Fix typo in handler_fault()Gravatar Tiezhu Yang 1-1/+1
2021-04-26samples/kprobes: Add riscv supportGravatar Jisheng Zhang 1-0/+8
2021-01-18samples/kprobes: Add ARM supportGravatar Marc Koderer 1-0/+8
2021-01-11samples/kprobes: Remove misleading commentGravatar Marc Koderer 1-1/+0
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+5
2020-09-10docs: trace: fix the location of kprobes.rstGravatar Mauro Carvalho Chehab 2-2/+2
2020-08-20tracing: switch to kernel_clone()Gravatar Christian Brauner 1-2/+2
2020-08-20kprobes: switch to kernel_clone()Gravatar Christian Brauner 1-3/+3
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingGravatar Mauro Carvalho Chehab 2-2/+2
2020-05-12samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Gravatar Masami Hiramatsu 2-2/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 2-0/+2
2018-03-16arch: remove tile portGravatar Arnd Bergmann 1-8/+0
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-68/+1
2017-10-20kprobes: Remove the jprobes sample codeGravatar Masami Hiramatsu 2-68/+1
2017-09-28samples/kprobes: Add s390 case in kprobe example moduleGravatar Johannes Thumshirn 1-0/+8
2016-08-04samples/kretprobe: fix the wrong typeGravatar Huang Shijie 1-2/+2
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-7/+5
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-3/+3
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-17/+12
2016-07-19kprobes: Add arm64 case in kprobe example moduleGravatar Sandeepa Prabhu 1-0/+9
2016-05-20samples/kprobes: print out the symbol name for the hooksGravatar Huang Shijie 1-16/+16
2016-05-20samples/kprobes: add a new module parameterGravatar Huang Shijie 1-1/+5
2016-05-20kprobes: add the "tls" argument for j_do_forkGravatar Huang Shijie 1-1/+1
2015-10-01kprobes: use _do_fork() in samples to make them work againGravatar Petr Mladek 3-12/+12
2014-09-26kprobes: update jprobe_example.c for do_fork() changeGravatar Michael Ellerman 1-5/+4
2013-08-30tile: support kprobes on tilegxGravatar Tony Lu 1-0/+9
2010-08-05SAMPLES: kprobe_example: Make it print something on MIPS.Gravatar David Daney 1-0/+9
2009-08-16sparc64: cheaper asm/uaccess.h inclusionGravatar Alexey Dobriyan 1-0/+1
2008-03-04Kprobes: move kprobe examples to samples/Gravatar Ananth N Mavinakayanahalli 4-0/+270