Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/trace/
Dtrace.h930 extern void init_array_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops);
1100 #define init_array_fgraph_ops(tr, ops) do { } while (0) macro
Dtrace_functions_graph.c410 __init void init_array_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops) in init_array_fgraph_ops() function
Dftrace.c7864 init_array_fgraph_ops(tr, tr->ops); in ftrace_init_global_array_ops()