Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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) in register_fprobe_syms() function
/Linux-v6.6/samples/fprobe/
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-v6.6/lib/
Dtest_fprobe.c160 KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2)); in test_fprobe_syms()
205 KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2)); in test_fprobe_nest()
/Linux-v6.6/kernel/trace/
Dfprobe.c339 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() function
357 EXPORT_SYMBOL_GPL(register_fprobe_syms);
/Linux-v6.6/Documentation/trace/
Dfprobe.rst37 register_fprobe_syms(). These functions register the fprobe with different types
54 And the register_fprobe_syms() enables a fprobe by symbol names.
61 register_fprobe_syms(&fp, syms, ARRAY_SIZE(syms));