Home
last modified time | relevance | path

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

/Linux-v6.1/samples/fprobe/
Dfprobe_example.c87 char *p, *symbuf = NULL; in fprobe_init() local
100 symbuf = symbol; in fprobe_init()
101 ret = register_fprobe_syms(&sample_probe, (const char **)&symbuf, 1); in fprobe_init()
106 symbuf = kstrdup(symbol, GFP_KERNEL); in fprobe_init()
107 if (!symbuf) in fprobe_init()
109 p = symbuf; in fprobe_init()
118 kfree(symbuf); in fprobe_init()
122 p = symbuf; in fprobe_init()
128 kfree(symbuf); in fprobe_init()