register_fprobe_syms
int register_fprobe_syms(struct fprobe *fp, const char **syms, int num);
EXPORT_SYMBOL_GPL(register_fprobe_syms);
KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2));
ret = register_fprobe_syms(&sample_probe, (const char **)&symbuf, 1);
ret = register_fprobe_syms(&sample_probe, syms, count);