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)
1824 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1835 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3709 iter->ops = &global_ops; in ftrace_avail_open()
3734 iter->ops = &global_ops; in ftrace_enabled_open()
4081 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4085 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
5431 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
5489 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
5505 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
5605 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); in set_ftrace_early_filters()
5607 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()
6148 ftrace_create_filter_files(&global_ops, d_tracer); in ftrace_init_dyn_tracefs()
6922 struct ftrace_ops global_ops = { variable
6950 tr->ops = &global_ops; in ftrace_init_global_array_ops()