Searched refs:allocate_fgraph_ops (Results 1 – 3 of 3) sorted by relevance
968 extern int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops);1138 #define allocate_fgraph_ops(tr, ops) ({ 0; }) macro
98 ret = allocate_fgraph_ops(tr, tr->ops); in ftrace_create_function_files()
409 int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops) in allocate_fgraph_ops() function