Lines Matching refs:sym
133 .sym = KPROBE_INSN_PAGE_SYM,
198 PAGE_SIZE, false, c->sym); in __get_insn_slot()
223 kip->cache->sym); in collect_one_slot()
315 unsigned long *value, char *type, char *sym) in kprobe_cache_get_kallsym() argument
324 strscpy(sym, c->sym, KSYM_NAME_LEN); in kprobe_cache_get_kallsym()
351 .sym = KPROBE_OPTINSN_PAGE_SYM,
2178 int kprobe_on_func_entry(kprobe_opcode_t *addr, const char *sym, unsigned long offset) in kprobe_on_func_entry() argument
2181 kprobe_opcode_t *kp_addr = _kprobe_addr(addr, sym, offset, &on_func_entry); in kprobe_on_func_entry()
2518 char *type, char *sym) in arch_kprobe_get_kallsym() argument
2524 char *sym) in kprobe_get_kallsym() argument
2527 if (!kprobe_cache_get_kallsym(&kprobe_insn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym()
2530 if (!kprobe_cache_get_kallsym(&kprobe_optinsn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym()
2534 if (!arch_kprobe_get_kallsym(&symnum, value, type, sym)) in kprobe_get_kallsym()
2767 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe() argument
2780 if (sym) in report_probe()
2782 addr, kprobe_type, sym, offset, in report_probe()
2819 const char *sym = NULL; in show_kprobe_addr() local
2827 sym = kallsyms_lookup((unsigned long)p->addr, NULL, in show_kprobe_addr()
2831 report_probe(pi, kp, sym, offset, modname, p); in show_kprobe_addr()
2833 report_probe(pi, p, sym, offset, modname, NULL); in show_kprobe_addr()