Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dftrace.c119 static struct ftrace_ops global_ops; variable
1070 static struct ftrace_ops global_ops = { variable
1074 INIT_OPS_HASH(global_ops)
1824 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1835 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
3505 iter->ops = &global_ops; in ftrace_avail_open()
3521 iter->ops = &global_ops; in ftrace_enabled_open()
3829 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
3833 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()
4775 ops->func_hash = &global_ops.local_hash; in ftrace_ops_set_global_filter()
[all …]