Lines Matching refs:global_ops
120 struct ftrace_ops global_ops; variable
1038 struct ftrace_ops global_ops = { variable
1042 INIT_OPS_HASH(global_ops)
1825 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1836 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3708 iter->ops = &global_ops; in ftrace_avail_open()
3733 iter->ops = &global_ops; in ftrace_enabled_open()
4080 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4084 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
5399 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
5457 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
5473 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
5573 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); in set_ftrace_early_filters()
5575 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()
6113 ftrace_create_filter_files(&global_ops, d_tracer); in ftrace_init_dyn_tracefs()
6885 struct ftrace_ops global_ops = { variable
6914 tr->ops = &global_ops; in ftrace_init_global_array_ops()