Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
Dfgraph.c335 static struct ftrace_ops graph_ops = { variable
345 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
473 if (op != &global_ops && op != &graph_ops && in update_function_graph_func()
629 ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET); in register_ftrace_graph()
646 ftrace_shutdown(&graph_ops, FTRACE_STOP_FUNC_RET); in unregister_ftrace_graph()
/kernel/linux/linux-5.10/sound/soc/generic/
Daudio-graph-card.c54 static const struct snd_soc_ops graph_ops = { variable
324 dai_link->ops = &graph_ops; in graph_dai_link_of_dpcm()
400 dai_link->ops = &graph_ops; in graph_dai_link_of()