Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dftrace.c434 struct ftrace_profile_stat { struct
453 static DEFINE_PER_CPU(struct ftrace_profile_stat, ftrace_profile_stats); argument
484 struct ftrace_profile_stat *stat = in function_stat_start()
485 container_of(trace, struct ftrace_profile_stat, stat); in function_stat_start()
601 static void ftrace_profile_reset(struct ftrace_profile_stat *stat) in ftrace_profile_reset()
617 int ftrace_profile_pages_init(struct ftrace_profile_stat *stat) in ftrace_profile_pages_init()
675 struct ftrace_profile_stat *stat; in ftrace_profile_init_cpu()
723 ftrace_find_profiled_func(struct ftrace_profile_stat *stat, unsigned long ip) in ftrace_find_profiled_func()
743 static void ftrace_add_profile(struct ftrace_profile_stat *stat, in ftrace_add_profile()
756 ftrace_profile_alloc(struct ftrace_profile_stat *stat, unsigned long ip) in ftrace_profile_alloc()
[all …]