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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dftrace.c277 struct ftrace_profile_stat { struct
297 static DEFINE_PER_CPU(struct ftrace_profile_stat, ftrace_profile_stats);
327 struct ftrace_profile_stat *stat =
328 container_of(trace, struct ftrace_profile_stat, stat);
433 static void ftrace_profile_reset(struct ftrace_profile_stat *stat)
449 int ftrace_profile_pages_init(struct ftrace_profile_stat *stat)
508 struct ftrace_profile_stat *stat;
563 ftrace_find_profiled_func(struct ftrace_profile_stat *stat, unsigned long ip)
584 static void ftrace_add_profile(struct ftrace_profile_stat *stat,
597 ftrace_profile_alloc(struct ftrace_profile_stat *sta
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dftrace.c277 struct ftrace_profile_stat { struct
297 static DEFINE_PER_CPU(struct ftrace_profile_stat, ftrace_profile_stats);
327 struct ftrace_profile_stat *stat =
328 container_of(trace, struct ftrace_profile_stat, stat);
433 static void ftrace_profile_reset(struct ftrace_profile_stat *stat)
449 int ftrace_profile_pages_init(struct ftrace_profile_stat *stat)
508 struct ftrace_profile_stat *stat;
563 ftrace_find_profiled_func(struct ftrace_profile_stat *stat, unsigned long ip)
584 static void ftrace_add_profile(struct ftrace_profile_stat *stat,
597 ftrace_profile_alloc(struct ftrace_profile_stat *sta
[all...]

Completed in 110 milliseconds