summaryrefslogtreecommitdiff
path: root/samples/fprobe
AgeCommit message (Expand)Author
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-12fprobe/samples: Make sample_probe staticsunliming
2022-06-24fprobe, samples: Add module parameter descriptionsMasami Hiramatsu (Google)
2022-06-17fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)
2022-03-17fprobe: Add sample program for fprobeMasami Hiramatsu