Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace_internal.h11 extern struct ftrace_ops global_ops;
H A Dftrace.c127 struct ftrace_ops global_ops; variable
1070 struct ftrace_ops global_ops = { variable
1074 INIT_OPS_HASH(global_ops)
1930 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1941 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
4431 iter->ops = &global_ops; in ftrace_avail_open()
4456 iter->ops = &global_ops; in ftrace_enabled_open()
4481 iter->ops = &global_ops; in ftrace_touched_open()
4505 iter->ops = &global_ops; in ftrace_avail_addrs_open()
4872 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
[all …]