summaryrefslogtreecommitdiffstats
path: root/samples/fprobe
AgeCommit message (Expand)AuthorLines
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)-1/+1
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)-1/+1
2024-06-12fprobe: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)-2/+4
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)-2/+3
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)-2/+4
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-07-12fprobe/samples: Make sample_probe staticsunliming-1/+1
2022-06-24fprobe, samples: Add module parameter descriptionsMasami Hiramatsu (Google)-0/+7
2022-06-17fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)-4/+25
2022-03-17fprobe: Add sample program for fprobeMasami Hiramatsu-0/+123