Searched refs:ftrace_ops_test (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | ftrace_internal.h | 14 int ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs); 36 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test() function
|
D | fgraph.c | 461 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
|
D | ftrace.c | 1477 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test() function 1635 if (ftrace_ops_test(ops, rec->ip, rec)) { in test_rec_ops_needs_regs() 7550 ftrace_ops_test(op, ip, regs)) { in __ftrace_ops_list_func()
|