Home
last modified time | relevance | path

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

/Linux-v6.1/samples/fprobe/
Dfprobe_example.c23 static struct fprobe sample_probe; variable
91 sample_probe.entry_handler = sample_entry_handler; in fprobe_init()
92 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
96 ret = register_fprobe(&sample_probe, symbol, in fprobe_init()
101 ret = register_fprobe_syms(&sample_probe, (const char **)&symbuf, 1); in fprobe_init()
126 ret = register_fprobe_syms(&sample_probe, syms, count); in fprobe_init()
140 unregister_fprobe(&sample_probe); in fprobe_exit()
143 symbol, nhit, sample_probe.nmissed); in fprobe_exit()