Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dftrace.c1067 .local_hash.filter_hash = EMPTY_HASH,
1289 free_ftrace_hash(ops->func_hash->filter_hash); in ftrace_free_filter()
1385 ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash);
1387 ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash);
1489 return (ftrace_hash_empty(hash->filter_hash) || in hash_contains_ip()
1490 __ftrace_lookup_ip(hash->filter_hash, ip)) && in hash_contains_ip()
1523 rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash); in ftrace_ops_test()
1698 int filter_hash, in __ftrace_hash_rec_update() argument
1724 if (filter_hash) { in __ftrace_hash_rec_update()
1725 hash = ops->func_hash->filter_hash; in __ftrace_hash_rec_update()
[all …]
Dfprobe.c277 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash); in register_fprobe()
/Linux-v6.6/include/linux/
Dftrace.h300 struct ftrace_hash __rcu *filter_hash; member
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h637 struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT]; member
Den_netdev.c286 return &priv->filter_hash[bucket_idx]; in filter_hash_bucket()