Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dftrace.c3417 struct ftrace_ops_hash *ops_hash, struct ftrace_ops_hash *subops_hash) in add_next_hash() argument
3423 if (ftrace_hash_empty(ops_hash->filter_hash) || in add_next_hash()
3432 WARN_ON_ONCE(!ftrace_hash_empty(ops_hash->notrace_hash)); in add_next_hash()
3434 size_bits = max(ops_hash->filter_hash->size_bits, in add_next_hash()
3444 ret = append_hash(filter_hash, ops_hash->filter_hash, in add_next_hash()
3468 size_bits = max(ops_hash->notrace_hash->size_bits, in add_next_hash()
3474 ret = intersect_hash(notrace_hash, ops_hash->notrace_hash, in add_next_hash()