Home
last modified time | relevance | path

Searched refs:kprobe_lookup_name (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dkprobes.h353 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset);
/Linux-v5.4/arch/powerpc/kernel/
Dkprobes.c41 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset) in kprobe_lookup_name() function
/Linux-v5.4/kernel/
Dkprobes.c62 kprobe_opcode_t * __weak kprobe_lookup_name(const char *name, in kprobe_lookup_name() function
1438 addr = (unsigned long)kprobe_lookup_name(symname, 0); in within_kprobe_blacklist()
1458 addr = kprobe_lookup_name(symbol_name, offset); in _kprobe_addr()
2273 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()