Re: [PATCH v2 23/32] selftests/ftrace: Add function profiling stat testcase

2018-08-26 Thread Masami Hiramatsu
On Fri, 24 Aug 2018 19:20:18 -0400 Steven Rostedt wrote: > On Fri, 17 Aug 2018 01:40:02 +0900 > Masami Hiramatsu wrote: > > > Add a testcase for function profiling per-cpu statistics > > interface. There is already func_profile.tc, but that is > > mainly focusing on the combination of function-

Re: [PATCH v2 23/32] selftests/ftrace: Add function profiling stat testcase

2018-08-24 Thread Steven Rostedt
On Fri, 17 Aug 2018 01:40:02 +0900 Masami Hiramatsu wrote: > Add a testcase for function profiling per-cpu statistics > interface. There is already func_profile.tc, but that is > mainly focusing on the combination of function-profiler > and function tracer. This testcase ensures trace_stat > per-

[PATCH v2 23/32] selftests/ftrace: Add function profiling stat testcase

2018-08-16 Thread Masami Hiramatsu
Add a testcase for function profiling per-cpu statistics interface. There is already func_profile.tc, but that is mainly focusing on the combination of function-profiler and function tracer. This testcase ensures trace_stat per-cpu function statistics is correctly updated. Signed-off-by: Masami Hi