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

/linux-master/kernel/trace/
H A Dftrace.c1067 .local_hash.filter_hash = EMPTY_HASH,
1290 free_ftrace_hash(ops->func_hash->filter_hash);
1384 ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash);
1386 ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash);
1458 /* IPMODIFY should be updated only when filter_hash updating */
1488 return (ftrace_hash_empty(hash->filter_hash) ||
1489 __ftrace_lookup_ip(hash->filter_hash, ip)) &&
1498 * It's a match if the ip is in the ops->filter_hash or
1499 * the filter_hash does not exist or is empty,
1522 rcu_assign_pointer(hash.filter_hash, op
1697 __ftrace_hash_rec_update(struct ftrace_ops *ops, int filter_hash, bool inc) argument
1879 ftrace_hash_rec_disable(struct ftrace_ops *ops, int filter_hash) argument
1885 ftrace_hash_rec_enable(struct ftrace_ops *ops, int filter_hash) argument
1891 ftrace_hash_rec_update_modify(struct ftrace_ops *ops, int filter_hash, int inc) argument
1914 ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash) argument
1920 ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash) argument
5886 int filter_hash; local
[all...]
H A Dfprobe.c267 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h637 struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT]; member in struct:mlx4_en_priv
H A Den_netdev.c287 return &priv->filter_hash[bucket_idx];
/linux-master/include/linux/
H A Dftrace.h300 struct ftrace_hash __rcu *filter_hash; member in struct:ftrace_ops_hash

Completed in 147 milliseconds