Lines Matching refs:global_ops
126 struct ftrace_ops global_ops; variable
1064 struct ftrace_ops global_ops = { variable
1068 INIT_OPS_HASH(global_ops)
1897 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1908 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3919 iter->ops = &global_ops; in ftrace_avail_open()
3944 iter->ops = &global_ops; in ftrace_enabled_open()
3969 iter->ops = &global_ops; in ftrace_touched_open()
3993 iter->ops = &global_ops; in ftrace_avail_addrs_open()
4364 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4368 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
5684 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
5750 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
5766 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
5866 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); in set_ftrace_early_filters()
5868 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()
6433 ftrace_create_filter_files(&global_ops, d_tracer); in ftrace_init_dyn_tracefs()
7306 struct ftrace_ops global_ops = { variable
7330 tr->ops = &global_ops; in ftrace_init_global_array_ops()