Lines Matching refs:global_ops
122 struct ftrace_ops global_ops; variable
1033 struct ftrace_ops global_ops = { variable
1037 INIT_OPS_HASH(global_ops)
1849 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1860 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3832 iter->ops = &global_ops; in ftrace_avail_open()
3857 iter->ops = &global_ops; in ftrace_enabled_open()
4227 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4231 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
5872 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
5930 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
5946 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
6046 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); in set_ftrace_early_filters()
6048 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()
6593 ftrace_create_filter_files(&global_ops, d_tracer); in ftrace_init_dyn_tracefs()
7452 struct ftrace_ops global_ops = { variable
7476 tr->ops = &global_ops; in ftrace_init_global_array_ops()