Home
last modified time | relevance | path

Searched refs:symbuf (Results 1 – 2 of 2) sorted by relevance

/linux/samples/fprobe/
H A Dfprobe_example.c92 char *p, *symbuf = NULL; in fprobe_init() local
105 symbuf = symbol; in fprobe_init()
106 ret = register_fprobe_syms(&sample_probe, (const char **)&symbuf, 1); in fprobe_init()
111 symbuf = kstrdup(symbol, GFP_KERNEL); in fprobe_init()
112 if (!symbuf) in fprobe_init()
114 p = symbuf; in fprobe_init()
123 kfree(symbuf); in fprobe_init()
127 p = symbuf; in fprobe_init()
133 kfree(symbuf); in fprobe_init()
/linux/kernel/
H A Dkprobes.c1555 char symbuf[KSYM_NAME_LEN]; in is_cfi_preamble_symbol() local
1557 if (lookup_symbol_name(addr, symbuf)) in is_cfi_preamble_symbol()
1560 return str_has_prefix("__cfi_", symbuf) || in is_cfi_preamble_symbol()
1561 str_has_prefix("__pfx_", symbuf); in is_cfi_preamble_symbol()