Searched refs:kprobe_cache_get_kallsym (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | kprobes.h | 299 int kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum,
|
/kernel/linux/linux-5.10/kernel/ |
D | kprobes.c | 312 int kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, in kprobe_cache_get_kallsym() function 2429 if (!kprobe_cache_get_kallsym(&kprobe_insn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2432 if (!kprobe_cache_get_kallsym(&kprobe_optinsn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym()
|