Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c3463 struct ftrace_ops_hash *ops_hash, struct ftrace_ops_hash *subops_hash) in add_next_hash() argument
3469 if (ftrace_hash_empty(ops_hash->filter_hash) || in add_next_hash()
3478 WARN_ON_ONCE(!ftrace_hash_empty(ops_hash->notrace_hash)); in add_next_hash()
3480 size_bits = max(ops_hash->filter_hash->size_bits, in add_next_hash()
3490 ret = append_hash(filter_hash, ops_hash->filter_hash, in add_next_hash()
3514 size_bits = max(ops_hash->notrace_hash->size_bits, in add_next_hash()
3520 ret = intersect_hash(notrace_hash, ops_hash->notrace_hash, in add_next_hash()