Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfprobe.h94 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num);
106 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() function
/linux-6.15/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-6.15/Documentation/trace/
H A Dfprobe.rst38 register_fprobe_syms(). These functions register the fprobe with different types
55 And the register_fprobe_syms() enables a fprobe by symbol names.
62 register_fprobe_syms(&fp, syms, ARRAY_SIZE(syms));
/linux-6.15/lib/tests/
H A Dtest_fprobe.c137 KUNIT_EXPECT_EQ(test, 0, register_fprobe_syms(&fp, syms, 2)); in test_fprobe_syms()
/linux-6.15/kernel/trace/
H A Dfprobe.c748 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() function
766 EXPORT_SYMBOL_GPL(register_fprobe_syms);