Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dftrace.c4379 struct ftrace_ops_hash old_hash_ops; in ftrace_hash_move_and_update_ops() local
4384 old_hash_ops.filter_hash = ops->func_hash->filter_hash; in ftrace_hash_move_and_update_ops()
4385 old_hash_ops.notrace_hash = ops->func_hash->notrace_hash; in ftrace_hash_move_and_update_ops()
4388 ftrace_ops_update_code(ops, &old_hash_ops); in ftrace_hash_move_and_update_ops()
4945 struct ftrace_ops_hash old_hash_ops; in unregister_ftrace_function_probe_func() local
4999 old_hash_ops.filter_hash = old_hash; in unregister_ftrace_function_probe_func()
5001 old_hash_ops.notrace_hash = NULL; in unregister_ftrace_function_probe_func()
5047 &old_hash_ops); in unregister_ftrace_function_probe_func()