Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace_internal.h11 extern struct ftrace_ops global_ops;
H A Dftrace.c126 struct ftrace_ops global_ops; variable
1091 struct ftrace_ops global_ops = { variable
1095 INIT_OPS_HASH(global_ops)
1962 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1973 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
4574 iter->ops = &global_ops; in ftrace_avail_open()
4599 iter->ops = &global_ops; in ftrace_enabled_open()
4624 iter->ops = &global_ops; in ftrace_touched_open()
4648 iter->ops = &global_ops; in ftrace_avail_addrs_open()
5019 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
[all …]