Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkprobes.h362 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset);
/Linux-v4.19/arch/powerpc/kernel/
Dkprobes.c54 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset) in kprobe_lookup_name() function
/Linux-v4.19/kernel/
Dkprobes.c75 kprobe_opcode_t * __weak kprobe_lookup_name(const char *name, in kprobe_lookup_name() function
1414 addr = kprobe_lookup_name(symbol_name, offset); in _kprobe_addr()
2190 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()