Home
last modified time | relevance | path

Searched refs:global_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dfgraph.c345 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
449 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
473 if (op != &global_ops && op != &graph_ops && in update_function_graph_func()
H A Dftrace_internal.h8 extern struct ftrace_ops global_ops;
H A Dftrace.c120 struct ftrace_ops global_ops; variable
1038 struct ftrace_ops global_ops = { variable
1042 INIT_OPS_HASH(global_ops)
1826 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1837 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3716 iter->ops = &global_ops; in ftrace_avail_open()
3741 iter->ops = &global_ops; in ftrace_enabled_open()
4088 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
4092 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
5439 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
[all …]