Home
last modified time | relevance | path

Searched refs:ftrace_hash_empty (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/trace/
Dftrace.c1220 static bool __always_inline ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty() function
1232 if (ftrace_hash_empty(hash)) in ftrace_lookup_ip()
1382 if (ftrace_hash_empty(hash)) in alloc_and_copy_ftrace_hash()
1493 return (ftrace_hash_empty(hash->filter_hash) || in hash_contains_ip()
1495 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()
1671 if (ftrace_hash_empty(hash)) in __ftrace_hash_rec_update()
1681 if (ftrace_hash_empty(hash)) in __ftrace_hash_rec_update()
1714 (in_other_hash || ftrace_hash_empty(other_hash))) in __ftrace_hash_rec_update()
1912 if (ftrace_hash_empty(hash)) in ftrace_hash_ipmodify_enable()
1923 if (ftrace_hash_empty(hash)) in ftrace_hash_ipmodify_disable()
[all …]