Searched refs:syms (Results 1 – 1 of 1) sorted by relevance
93 const char **syms; in fprobe_init() local121 syms = kcalloc(count, sizeof(char *), GFP_KERNEL); in fprobe_init()122 if (!syms) { in fprobe_init()129 syms[i] = strsep(&p, ","); in fprobe_init()131 ret = register_fprobe_syms(&sample_probe, syms, count); in fprobe_init()132 kfree(syms); in fprobe_init()
Completed in 8 milliseconds