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

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

Completed in 140 milliseconds