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

/linux-master/kernel/trace/
H A Dftrace.c1066 .local_hash.notrace_hash = EMPTY_HASH,
1291 free_ftrace_hash(ops->func_hash->notrace_hash);
1490 (ftrace_hash_empty(hash->notrace_hash) ||
1491 !__ftrace_lookup_ip(hash->notrace_hash, ip));
1501 * the ip is not in the ops->notrace_hash.
1523 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash);
1718 * In the notrace_hash case:
1726 other_hash = ops->func_hash->notrace_hash;
1731 hash = ops->func_hash->notrace_hash;
[all...]
H A Dtrace.h956 struct ftrace_hash *notrace_hash; local
966 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash,
969 if (ftrace_lookup_ip(notrace_hash, addr))
/linux-master/include/linux/
H A Dftrace.h299 struct ftrace_hash __rcu *notrace_hash; member in struct:ftrace_ops_hash

Completed in 158 milliseconds