Searched refs:global_ops (Results 1 – 1 of 1) sorted by relevance
119 static struct ftrace_ops global_ops; variable1147 static struct ftrace_ops global_ops = { variable1151 INIT_OPS_HASH(global_ops)1797 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()1808 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()3292 iter->ops = &global_ops; in ftrace_avail_open()3307 iter->ops = &global_ops; in ftrace_enabled_open()4086 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()4090 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()4236 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()[all …]