Searched refs:ftrace_profile_stat (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c429 struct ftrace_profile_stat { struct
448 static DEFINE_PER_CPU(struct ftrace_profile_stat, ftrace_profile_stats);
479 struct ftrace_profile_stat *stat =
480 container_of(trace, struct ftrace_profile_stat, stat);
596 static void ftrace_profile_reset(struct ftrace_profile_stat *stat)
612 static int ftrace_profile_pages_init(struct ftrace_profile_stat *stat)
670 struct ftrace_profile_stat *stat;
718 ftrace_find_profiled_func(struct ftrace_profile_stat *stat, unsigned long ip)
738 static void ftrace_add_profile(struct ftrace_profile_stat *stat,
751 ftrace_profile_alloc(struct ftrace_profile_stat *sta
[all...]

Completed in 211 milliseconds