Home
last modified time | relevance | path

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

/samples/fprobe/
A Dfprobe_example.c93 const char **syms; in fprobe_init() local
121 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 2 milliseconds