Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dftrace.c382 struct ftrace_profile { struct
395 struct ftrace_profile records[]; argument
410 (PROFILE_RECORDS_SIZE / sizeof(struct ftrace_profile))
425 struct ftrace_profile *rec = v; in function_stat_next()
461 const struct ftrace_profile *a = p1; in function_stat_cmp()
462 const struct ftrace_profile *b = p2; in function_stat_cmp()
475 const struct ftrace_profile *a = p1; in function_stat_cmp()
476 const struct ftrace_profile *b = p2; in function_stat_cmp()
503 struct ftrace_profile *rec = v; in function_stat_show()
686 static struct ftrace_profile *
[all …]