global_ops 322 kernel/trace/fgraph.c ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash) global_ops 422 kernel/trace/fgraph.c if (!ftrace_ops_test(&global_ops, trace->func, NULL)) global_ops 446 kernel/trace/fgraph.c if (op != &global_ops && op != &graph_ops && global_ops 122 kernel/trace/ftrace.c struct ftrace_ops global_ops; global_ops 1047 kernel/trace/ftrace.c struct ftrace_ops global_ops = { global_ops 1051 kernel/trace/ftrace.c INIT_OPS_HASH(global_ops) global_ops 1808 kernel/trace/ftrace.c if (ops->func_hash != &global_ops.local_hash) global_ops 1819 kernel/trace/ftrace.c if (op->func_hash == &global_ops.local_hash) global_ops 3504 kernel/trace/ftrace.c iter->ops = &global_ops; global_ops 3529 kernel/trace/ftrace.c iter->ops = &global_ops; global_ops 3876 kernel/trace/ftrace.c if (ops->func_hash != &global_ops.local_hash) global_ops 3880 kernel/trace/ftrace.c if (op->func_hash == &global_ops.local_hash && global_ops 4834 kernel/trace/ftrace.c ops->func_hash = &global_ops.local_hash; global_ops 4892 kernel/trace/ftrace.c ftrace_set_regex(&global_ops, buf, len, reset, 1); global_ops 4908 kernel/trace/ftrace.c ftrace_set_regex(&global_ops, buf, len, reset, 0); global_ops 5008 kernel/trace/ftrace.c ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1); global_ops 5010 kernel/trace/ftrace.c ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); global_ops 5548 kernel/trace/ftrace.c ftrace_create_filter_files(&global_ops, d_tracer); global_ops 6249 kernel/trace/ftrace.c struct ftrace_ops global_ops = { global_ops 6278 kernel/trace/ftrace.c tr->ops = &global_ops; global_ops 30 kernel/trace/ftrace_internal.h extern struct ftrace_ops global_ops;