Lines Matching refs:sym
130 .sym = KPROBE_INSN_PAGE_SYM,
192 PAGE_SIZE, false, c->sym); in __get_insn_slot()
218 kip->cache->sym); in collect_one_slot()
317 unsigned long *value, char *type, char *sym) in kprobe_cache_get_kallsym() argument
326 strscpy(sym, c->sym, KSYM_NAME_LEN); in kprobe_cache_get_kallsym()
353 .sym = KPROBE_OPTINSN_PAGE_SYM,
2160 int kprobe_on_func_entry(kprobe_opcode_t *addr, const char *sym, unsigned long offset) in kprobe_on_func_entry() argument
2163 kprobe_opcode_t *kp_addr = _kprobe_addr(addr, sym, offset, &on_func_entry); in kprobe_on_func_entry()
2456 char *type, char *sym) in arch_kprobe_get_kallsym() argument
2462 char *sym) in kprobe_get_kallsym() argument
2465 if (!kprobe_cache_get_kallsym(&kprobe_insn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym()
2468 if (!kprobe_cache_get_kallsym(&kprobe_optinsn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym()
2472 if (!arch_kprobe_get_kallsym(&symnum, value, type, sym)) in kprobe_get_kallsym()
2731 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe() argument
2744 if (sym) in report_probe()
2746 addr, kprobe_type, sym, offset, in report_probe()
2783 const char *sym; in show_kprobe_addr() local
2791 sym = kallsyms_lookup((unsigned long)p->addr, NULL, in show_kprobe_addr()
2795 report_probe(pi, kp, sym, offset, modname, p); in show_kprobe_addr()
2797 report_probe(pi, p, sym, offset, modname, NULL); in show_kprobe_addr()