Searched refs:global_ops (Results 1 – 2 of 2) sorted by relevance
11 extern struct ftrace_ops global_ops;
126 struct ftrace_ops global_ops; variable1091 struct ftrace_ops global_ops = { variable1095 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 …]