Searched refs:kprobe_lookup_name (Results 1 – 3 of 3) sorted by relevance
353 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset);
41 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset) in kprobe_lookup_name() function
62 kprobe_opcode_t * __weak kprobe_lookup_name(const char *name, in kprobe_lookup_name() function1438 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()