Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dftrace.c413 struct ftrace_profile { struct
426 struct ftrace_profile records[]; argument
441 (PROFILE_RECORDS_SIZE / sizeof(struct ftrace_profile))
456 struct ftrace_profile *rec = v; in function_stat_next()
492 const struct ftrace_profile *a = p1; in function_stat_cmp()
493 const struct ftrace_profile *b = p2; in function_stat_cmp()
506 const struct ftrace_profile *a = p1; in function_stat_cmp()
507 const struct ftrace_profile *b = p2; in function_stat_cmp()
534 struct ftrace_profile *rec = v; in function_stat_show()
714 static struct ftrace_profile *
[all …]