Lines Matching refs:global_ops
127 struct ftrace_ops global_ops; variable
1070 struct ftrace_ops global_ops = { variable
1074 INIT_OPS_HASH(global_ops)
1934 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1945 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
4483 iter->ops = &global_ops; in ftrace_avail_open()
4508 iter->ops = &global_ops; in ftrace_enabled_open()
4533 iter->ops = &global_ops; in ftrace_touched_open()
4557 iter->ops = &global_ops; in ftrace_avail_addrs_open()
4924 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4928 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
6232 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
6329 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
6345 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
6452 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); in set_ftrace_early_filters()
6454 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()
7013 ftrace_create_filter_files(&global_ops, d_tracer); in ftrace_init_dyn_tracefs()
7933 struct ftrace_ops global_ops = { variable
7957 tr->ops = &global_ops; in ftrace_init_global_array_ops()
7958 if (!global_ops.private) in ftrace_init_global_array_ops()
7959 global_ops.private = tr; in ftrace_init_global_array_ops()