Home
last modified time | relevance | path

Searched refs:ftrace_set_filter_ips (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dftrace.h598 int ftrace_set_filter_ips(struct ftrace_ops *ops, unsigned long *ips,
887 #define ftrace_set_filter_ips(ops, ips, cnt, remove, reset) ({ -ENODEV; }) macro
/openbmc/linux/kernel/trace/
H A Dfprobe.c314 ret = ftrace_set_filter_ips(&fp->ops, addrs, num, 0, 0); in register_fprobe_ips()
H A Dftrace.c5663 int ftrace_set_filter_ips(struct ftrace_ops *ops, unsigned long *ips, in ftrace_set_filter_ips() function
5669 EXPORT_SYMBOL_GPL(ftrace_set_filter_ips);