Searched refs:kprobe_lookup_name (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dkprobes.h407 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset);
/linux-master/arch/powerpc/kernel/
H A Dkprobes.c44 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset) function
121 /* XXX try and fold the magic of kprobe_lookup_name() in this */
/linux-master/kernel/
H A Dkprobes.c70 kprobe_opcode_t * __weak kprobe_lookup_name(const char *name, function
1410 addr = (unsigned long)kprobe_lookup_name(symname, 0);
1457 * NOTE: kprobe_lookup_name() does *NOT* fold the offset
1460 addr = kprobe_lookup_name(symbol_name, offset);
2715 kprobe_lookup_name(kretprobe_blacklist[i].name, 0);
/linux-master/kernel/trace/
H A Dtrace_kprobe.c466 addr = (unsigned long)kprobe_lookup_name(symname, 0);

Completed in 201 milliseconds