Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dftrace.c1036 .local_hash.filter_hash = EMPTY_HASH,
1254 free_ftrace_hash(ops->func_hash->filter_hash); in ftrace_free_filter()
1349 ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash);
1351 ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash);
1453 return (ftrace_hash_empty(hash->filter_hash) || in hash_contains_ip()
1454 __ftrace_lookup_ip(hash->filter_hash, ip)) && in hash_contains_ip()
1487 rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash); in ftrace_ops_test()
1661 int filter_hash, in __ftrace_hash_rec_update() argument
1687 if (filter_hash) { in __ftrace_hash_rec_update()
1688 hash = ops->func_hash->filter_hash; in __ftrace_hash_rec_update()
[all …]
Dfprobe.c212 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash); in register_fprobe()
/Linux-v6.1/include/linux/
Dftrace.h252 struct ftrace_hash __rcu *filter_hash; member
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h627 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()