Lines Matching defs:global_ops
126 struct ftrace_ops global_ops;
1091 struct ftrace_ops global_ops = {
1095 INIT_OPS_HASH(global_ops)
1980 if (ops->func_hash != &global_ops.local_hash)
1984 * If the ops shares the global_ops hash, then we need to update
1991 if (op->func_hash == &global_ops.local_hash)
4592 iter->ops = &global_ops;
4617 iter->ops = &global_ops;
4642 iter->ops = &global_ops;
4666 iter->ops = &global_ops;
5033 * If this is the shared global_ops filter, then we need to
5037 if (ops->func_hash != &global_ops.local_hash)
5041 if (op->func_hash == &global_ops.local_hash &&
6737 ops->func_hash = &global_ops.local_hash;
6834 ftrace_set_regex(&global_ops, buf, len, reset, 1);
6850 ftrace_set_regex(&global_ops, buf, len, reset, 0);
6961 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1);
6963 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0);
7519 ftrace_create_filter_files(&global_ops, d_tracer);
8449 struct ftrace_ops global_ops = {
8473 tr->ops = &global_ops;
8474 if (!global_ops.private)
8475 global_ops.private = tr;