ftrace_profile_stats  424 kernel/trace/ftrace.c static DEFINE_PER_CPU(struct ftrace_profile_stat, ftrace_profile_stats);
ftrace_profile_stats  649 kernel/trace/ftrace.c 	stat = &per_cpu(ftrace_profile_stats, cpu);
ftrace_profile_stats  772 kernel/trace/ftrace.c 	stat = this_cpu_ptr(&ftrace_profile_stats);
ftrace_profile_stats  822 kernel/trace/ftrace.c 	stat = this_cpu_ptr(&ftrace_profile_stats);
ftrace_profile_stats  970 kernel/trace/ftrace.c 		stat = &per_cpu(ftrace_profile_stats, cpu);