Searched refs:func_hash (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c76 .func_hash = &opsname.local_hash, \
164 ops->func_hash = &ops->local_hash;
1290 free_ftrace_hash(ops->func_hash->filter_hash);
1291 free_ftrace_hash(ops->func_hash->notrace_hash);
1522 rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash);
1523 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash);
1725 hash = ops->func_hash->filter_hash;
1726 other_hash = ops->func_hash->notrace_hash;
1731 hash = ops->func_hash->notrace_hash;
1732 other_hash = ops->func_hash
[all...]
H A Dfgraph.c22 .func_hash = val, \
/linux-master/include/linux/
H A Dftrace.h333 struct ftrace_ops_hash *func_hash; member in struct:ftrace_ops

Completed in 142 milliseconds