Home
last modified time | relevance | path

Searched refs:arch_kprobe_get_kallsym (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dkprobes.h450 int arch_kprobe_get_kallsym(unsigned int *symnum, unsigned long *value,
/openbmc/linux/kernel/
H A Dkprobes.c2528 int __weak arch_kprobe_get_kallsym(unsigned int *symnum, unsigned long *value, in arch_kprobe_get_kallsym() function
2545 if (!arch_kprobe_get_kallsym(&symnum, value, type, sym)) in kprobe_get_kallsym()