Home
last modified time | relevance | path

Searched refs:graph_ops (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dfgraph.c990 static struct ftrace_ops graph_ops = { variable
1211 if (!(graph_ops.flags & FTRACE_OPS_FL_INITIALIZED)) in fgraph_update_pid_func()
1214 list_for_each_entry(op, &graph_ops.subop_list, list) { in fgraph_update_pid_func()
1391 ret = ftrace_startup_subops(&graph_ops, &gops->ops, command); in register_ftrace_graph()
1433 ftrace_shutdown_subops(&graph_ops, &gops->ops, command); in unregister_ftrace_graph()
/linux/sound/soc/generic/
H A Daudio-graph-card2.c380 static const struct snd_soc_ops graph_ops = { variable
830 dai_link->ops = &graph_ops; in graph_link_init()