kprobe_multi_link_handler
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: ✅void kprobe_multi_link_handler(struct fprobe *fp, long unsigned int entry_ip, struct pt_regs *regs);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/trace/bpf_trace.c (ffffffff81257490)
Location: kernel/trace/bpf_trace.c:2417
Inline: False
Symbols:
ffffffff81257490-ffffffff8125758f: kprobe_multi_link_handler (STB_LOCAL)
6.2
: ✅void kprobe_multi_link_handler(struct fprobe *fp, long unsigned int fentry_ip, struct pt_regs *regs);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/trace/bpf_trace.c (ffffffff812a6e70)
Location: kernel/trace/bpf_trace.c:2652
Inline: False
Symbols:
ffffffff812a6e70-ffffffff812a6f6f: kprobe_multi_link_handler (STB_LOCAL)
6.5
: ✅int kprobe_multi_link_handler(struct fprobe *fp, long unsigned int fentry_ip, long unsigned int ret_ip, struct pt_regs *regs, void *data);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/trace/bpf_trace.c (ffffffff812c9070)
Location: kernel/trace/bpf_trace.c:2661
Inline: False
Symbols:
ffffffff812c9070-ffffffff812c9090: kprobe_multi_link_handler (STB_LOCAL)
6.8
: ✅int kprobe_multi_link_handler(struct fprobe *fp, long unsigned int fentry_ip, long unsigned int ret_ip, struct pt_regs *regs, void *data);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/trace/bpf_trace.c (ffffffff812e60b0)
Location: kernel/trace/bpf_trace.c:2809
Inline: False
Symbols:
ffffffff812e60b0-ffffffff812e60d0: kprobe_multi_link_handler (STB_LOCAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.19
and 6.2
⚠️long unsigned int fentry_ip
long unsigned int entry_ip
6.2
and 6.5
⚠️long unsigned int ret_ip
void *data
fp, fentry_ip, regs
➡️ fp, fentry_ip, ret_ip, regs, data
void
➡️ int
6.5
and 6.8
✅