Home
last modified time | relevance | path

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

/linux/samples/fprobe/
H A Dfprobe_example.c23 static struct fprobe sample_probe; variable
96 sample_probe.entry_handler = sample_entry_handler; in fprobe_init()
97 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
101 ret = register_fprobe(&sample_probe, symbol, in fprobe_init()
106 ret = register_fprobe_syms(&sample_probe, (const char **)&symbuf, 1); in fprobe_init()
131 ret = register_fprobe_syms(&sample_probe, syms, count); in fprobe_init()
145 unregister_fprobe(&sample_probe); in fprobe_exit()
148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()