Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dftrace_internal.h11 extern struct ftrace_ops global_ops;
Dfgraph.c380 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
486 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
510 if (op != &global_ops && op != &graph_ops && in update_function_graph_func()
Dftrace.c126 struct ftrace_ops global_ops; variable
1064 struct ftrace_ops global_ops = { variable
1068 INIT_OPS_HASH(global_ops)
1898 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1909 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3953 iter->ops = &global_ops; in ftrace_avail_open()
3978 iter->ops = &global_ops; in ftrace_enabled_open()
4003 iter->ops = &global_ops; in ftrace_touched_open()
4027 iter->ops = &global_ops; in ftrace_avail_addrs_open()
4398 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
[all …]