Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfprobe.h95 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num);
109 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() function
/linux/samples/fprobe/
H A Dfprobe_example.c106 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()
/linux/lib/tests/
H A Dtest_fprobe.c138 KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2)); in test_fprobe_syms()
/linux/kernel/trace/
H A Dfprobe.c1030 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() function
1048 EXPORT_SYMBOL_GPL(register_fprobe_syms);