Searched refs:symbuf (Results 1 – 1 of 1) sorted by relevance
92 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()