Searched refs:notrace_hash (Results 1 – 2 of 2) sorted by relevance
1060 .notrace_hash = EMPTY_HASH,1207 free_ftrace_hash(ops->notrace_hash); in ftrace_free_filter()1366 struct ftrace_hash *notrace_hash; in ftrace_ops_test() local1370 notrace_hash = rcu_dereference_raw(ops->notrace_hash); in ftrace_ops_test()1374 (ftrace_hash_empty(notrace_hash) || in ftrace_ops_test()1375 !ftrace_lookup_ip(notrace_hash, ip))) in ftrace_ops_test()1466 other_hash = ops->notrace_hash; in __ftrace_hash_rec_update()1471 hash = ops->notrace_hash; in __ftrace_hash_rec_update()2090 ftrace_hash_empty(ops->notrace_hash); in ops_traces_mod()2117 if (ftrace_lookup_ip(ops->notrace_hash, rec->ip)) in ops_references_rec()[all …]
62 struct ftrace_hash *notrace_hash; member