Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.h968 extern int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops);
1138 #define allocate_fgraph_ops(tr, ops) ({ 0; }) macro
H A Dtrace_functions.c98 ret = allocate_fgraph_ops(tr, tr->ops); in ftrace_create_function_files()
H A Dtrace_functions_graph.c409 int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops) in allocate_fgraph_ops() function