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

/linux-master/include/linux/
H A Dfprobe.h67 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num);
79 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) function
/linux-master/samples/fprobe/
H A Dfprobe_example.c106 ret = register_fprobe_syms(&sample_probe, (const char **)&symbuf, 1);
131 ret = register_fprobe_syms(&sample_probe, syms, count);
/linux-master/lib/
H A Dtest_fprobe.c160 KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2));
205 KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2));
/linux-master/kernel/trace/
H A Dfprobe.c319 * register_fprobe_syms() - Register fprobe to ftrace by symbols.
329 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) function
347 EXPORT_SYMBOL_GPL(register_fprobe_syms); variable

Completed in 120 milliseconds