Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dftrace.c77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), \
164 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init()
4609 mutex_lock(&ops->func_hash->regex_lock); in ftrace_regex_open()
4656 mutex_unlock(&ops->func_hash->regex_lock); in ftrace_regex_open()
5019 mutex_lock(&ops->func_hash->regex_lock); in process_mod_list()
5074 mutex_unlock(&ops->func_hash->regex_lock); in process_mod_list()
5397 mutex_lock(&probe->ops.func_hash->regex_lock); in register_ftrace_function_probe()
5811 mutex_lock(&ops->func_hash->regex_lock); in ftrace_set_hash()
5851 mutex_unlock(&ops->func_hash->regex_lock); in ftrace_set_hash()
7363 mutex_lock(&tr->ops->func_hash->regex_lock); in clear_mod_from_hashes()
[all …]
H A Dfgraph.c1007 mutex_init(&dst_ops->local_hash.regex_lock); in fgraph_init_ops()
/linux-6.15/include/linux/
H A Dftrace.h402 struct mutex regex_lock; member