in_other_hash    1676 kernel/trace/ftrace.c 		int in_other_hash = 0;
in_other_hash    1692 kernel/trace/ftrace.c 			in_other_hash = !!ftrace_lookup_ip(other_hash, rec->ip);
in_other_hash    1704 kernel/trace/ftrace.c 			if (filter_hash && in_hash && !in_other_hash)
in_other_hash    1707 kernel/trace/ftrace.c 				 (in_other_hash || ftrace_hash_empty(other_hash)))