Searched refs:ftrace_lookup_symbols (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | ftrace.h | 393 int ftrace_lookup_symbols(const char **sorted_syms, size_t cnt, unsigned long *addrs); 404 static inline int ftrace_lookup_symbols(const char **sorted_syms, size_t cnt, unsigned long *addrs) in ftrace_lookup_symbols() function
|
/openbmc/linux/kernel/trace/ |
H A D | fprobe.c | 171 if (!ftrace_lookup_symbols(syms, num, addrs)) in get_ftrace_locations()
|
H A D | bpf_trace.c | 2956 err = ftrace_lookup_symbols(us.syms, cnt, addrs); in bpf_kprobe_multi_link_attach()
|
H A D | ftrace.c | 8159 int ftrace_lookup_symbols(const char **sorted_syms, size_t cnt, unsigned long *addrs) in ftrace_lookup_symbols() function
|