Lines Matching refs:global_ops

119 static struct ftrace_ops global_ops;  variable
1157 static struct ftrace_ops global_ops = { variable
1161 INIT_OPS_HASH(global_ops)
1807 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1818 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3302 iter->ops = &global_ops; in ftrace_avail_open()
3317 iter->ops = &global_ops; in ftrace_enabled_open()
4103 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4107 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
4253 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
4269 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
4360 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); in set_ftrace_early_filters()
4362 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()
4772 ftrace_create_filter_files(&global_ops, d_tracer); in ftrace_init_dyn_tracefs()
5048 static struct ftrace_ops global_ops = { variable
5098 tr->ops = &global_ops; in ftrace_init_global_array_ops()
5640 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
5799 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
5823 if (op != &global_ops && op != &graph_ops && in update_function_graph_func()
5902 global_ops.trampoline = save_global_trampoline; in unregister_ftrace_graph()
5904 global_ops.flags |= FTRACE_OPS_FL_ALLOC_TRAMP; in unregister_ftrace_graph()