Searched refs:ftrace_rec_count (Results 1 – 2 of 2) sorted by relevance
1792 if (FTRACE_WARN_ON(ftrace_rec_count(rec) == FTRACE_REF_MAX)) in __ftrace_hash_rec_update()1803 if (ftrace_rec_count(rec) == 1 && ops->trampoline) in __ftrace_hash_rec_update()1821 if (FTRACE_WARN_ON(ftrace_rec_count(rec) == 0)) in __ftrace_hash_rec_update()1840 if (ftrace_rec_count(rec) > 0 && in __ftrace_hash_rec_update()1854 if (ftrace_rec_count(rec) == 1 && in __ftrace_hash_rec_update()1871 ftrace_rec_count(rec) == 1 && in __ftrace_hash_rec_update()2192 pr_cont(" (%ld)%s%s", ftrace_rec_count(rec), in ftrace_bug()2235 if (enable && ftrace_rec_count(rec)) in ftrace_check_record()2264 if (ftrace_rec_count(rec) == 1) { in ftrace_check_record()2277 if (ftrace_rec_count(rec) == 1) { in ftrace_check_record()[all …]
711 #define ftrace_rec_count(rec) ((rec)->flags & FTRACE_REF_MAX) macro