Re: [PATCH v6 04/21] selftests: ftrace: Add a testcase for probepoint

2018-03-23 Thread Steven Rostedt
On Sat, 17 Mar 2018 21:40:31 +0900 Masami Hiramatsu wrote: > Add a testcase for probe point definition. This tests > symbol, address and symbol+offset syntax. The offset > must be positive and smaller than UINT_MAX. > > Signed-off-by: Masami Hiramatsu > I've pulled the first 4 patches into my

[PATCH v6 04/21] selftests: ftrace: Add a testcase for probepoint

2018-03-17 Thread Masami Hiramatsu
Add a testcase for probe point definition. This tests symbol, address and symbol+offset syntax. The offset must be positive and smaller than UINT_MAX. Signed-off-by: Masami Hiramatsu --- .../selftests/ftrace/test.d/kprobe/probepoint.tc | 43 1 file changed, 43 insertions