Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tracing/probes: Add fprobe events for tracing function entry and exit. | Masami Hiramatsu (Google) | 2023-06-06 | 1 | -0/+5 |
* | fprobe: Pass return address to the handlers | Masami Hiramatsu (Google) | 2023-06-06 | 1 | -2/+4 |
* | fprobe: Skip exit_handler if entry_handler returns !0 | Masami Hiramatsu (Google) | 2023-03-28 | 1 | -2/+2 |
* | fprobe: Add nr_maxactive to specify rethook_node pool size | Masami Hiramatsu (Google) | 2023-03-28 | 1 | -0/+2 |
* | fprobe: Pass entry_data to handlers | Masami Hiramatsu (Google) | 2023-03-28 | 1 | -2/+6 |
* | fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe | Masami Hiramatsu | 2022-03-17 | 1 | -0/+12 |
* | fprobe: Add exit_handler support | Masami Hiramatsu | 2022-03-17 | 1 | -0/+6 |
* | fprobe: Add ftrace based probe APIs | Masami Hiramatsu | 2022-03-17 | 1 | -0/+87 |