Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dftrace.c1744 if (FTRACE_WARN_ON(ftrace_rec_count(rec) == 0)) in __ftrace_hash_rec_update()
1763 if (ftrace_rec_count(rec) > 0 && in __ftrace_hash_rec_update()
1777 if (ftrace_rec_count(rec) == 1 && in __ftrace_hash_rec_update()
2049 pr_cont(" (%ld)%s", ftrace_rec_count(rec), in ftrace_bug()
2091 if (enable && ftrace_rec_count(rec)) in ftrace_check_record()
2119 if (ftrace_rec_count(rec) == 1) { in ftrace_check_record()
2157 if (ftrace_rec_count(rec) == 1) { in ftrace_check_record()
2191 if (!ftrace_rec_count(rec)) in ftrace_check_record()
2471 (ftrace_rec_count(rec) == 1)) { in ftrace_get_addr_new()
3680 ftrace_rec_count(rec), in t_show()
[all …]
/linux/include/linux/
A Dftrace.h505 #define ftrace_rec_count(rec) ((rec)->flags & FTRACE_REF_MAX) macro

Completed in 19 milliseconds