Lines Matching refs:ftrace_profile
413 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()
717 static struct ftrace_profile *
720 struct ftrace_profile *rec; in ftrace_find_profiled_func()
739 struct ftrace_profile *rec) in ftrace_add_profile()
750 static struct ftrace_profile *
753 struct ftrace_profile *rec = NULL; in ftrace_profile_alloc()
788 struct ftrace_profile *rec; in function_profile_call()
842 struct ftrace_profile *rec; in profile_graph_return()