Re: [PATCH] SAMPLES: kprobe_example: Make it print something on ARM.

2015-02-04 Thread long.wanglong
On 2015/2/4 11:17, Masami Hiramatsu wrote: > (2015/02/04 11:56), Wang Long wrote: >> This KProbes example is a little useless if it doesn't print anything. >> For ARM print similar messages to those produced on x86 and PPC. > > BTW, I guess similar update required for s390, doesn't it? > yes, be

Re: [PATCH] SAMPLES: kprobe_example: Make it print something on ARM.

2015-02-03 Thread Masami Hiramatsu
(2015/02/04 11:56), Wang Long wrote: > This KProbes example is a little useless if it doesn't print anything. > For ARM print similar messages to those produced on x86 and PPC. BTW, I guess similar update required for s390, doesn't it? > > Signed-off-by: Wang Long Acked-by: Masami Hiramatsu

[PATCH] SAMPLES: kprobe_example: Make it print something on ARM.

2015-02-03 Thread Wang Long
This KProbes example is a little useless if it doesn't print anything. For ARM print similar messages to those produced on x86 and PPC. Signed-off-by: Wang Long --- samples/kprobes/kprobe_example.c | 9 + 1 file changed, 9 insertions(+) diff --git a/samples/kprobes/kprobe_example.c b/sa