Searched refs:ftrace_ops_test (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 1512 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test() function 1631 if (ftrace_ops_test(ops, rec->ip, rec)) { in test_rec_ops_needs_regs() 5085 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test() function 5143 ftrace_ops_test(op, ip, regs)) in ftrace_ops_control_func() 5174 if (ftrace_ops_test(op, ip, regs)) { in __ftrace_ops_list_func() 5799 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
|