Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-06 Thread Steven Rostedt
On Wed, 05 Feb 2014 08:31:17 +0900
Namhyung Kim  wrote:

> >
> > Currently, I'm working on some bugs at work as well as some things I
> > found in mainline. I'll be reviewing these when I get a chance.
> 
> Great, thanks!

Just an update. I looked at them and ran them though some minor tests
(nothing major yet) and they seem fine. I've added them to the end of
my 3.15 queue, but I wont be posting those patches to linux-next until
after 3.14-rc2, where I'll rebase that work on.

Hopefully 3.14-rc2 will not introduce more bugs and have all the fixes
of 3.14-rc1 requires. Makes testing my code easier, instead of having
to keep adding "fixup" patches that fix other people's code in order to
get my tests working.

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-06 Thread Steven Rostedt
On Wed, 05 Feb 2014 08:31:17 +0900
Namhyung Kim namhy...@kernel.org wrote:

 
  Currently, I'm working on some bugs at work as well as some things I
  found in mainline. I'll be reviewing these when I get a chance.
 
 Great, thanks!

Just an update. I looked at them and ran them though some minor tests
(nothing major yet) and they seem fine. I've added them to the end of
my 3.15 queue, but I wont be posting those patches to linux-next until
after 3.14-rc2, where I'll rebase that work on.

Hopefully 3.14-rc2 will not introduce more bugs and have all the fixes
of 3.14-rc1 requires. Makes testing my code easier, instead of having
to keep adding fixup patches that fix other people's code in order to
get my tests working.

-- Steve

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-04 Thread Masami Hiramatsu
(2014/01/17 17:08), Namhyung Kim wrote:
> Hello,
> (Resending with LKML CC'ed)
> 
> This patchset tries to add support for recent multi buffer and event
> trigger changes to uprobes.  The multi buffer support patch is an
> updated version of Zovi's previous patch v6 [1].
> 
> Zovi, please tell me if you have any update and/or issues with this.
> 
> Masami and Oleg, I kept your Reviewed-by's in the patch since I think
> it's just an rebase.  Please take a look again to see whether I added
> some mistakes.

OK, this series looks good to me. Thank you for enhancing it!
Feel free to add my reviewed-by.

Reviewed-by: Masami Hiramatsu 

Thanks,

> 
> 
> You can also get it from 'uprobe/trigger-v1' branch in my tree
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
> 
> Any comments are welcome, thanks
> Namhyung
> 
> 
> [1] https://lkml.org/lkml/2013/7/4/165
> 
> Cc: Masami Hiramatsu 
> Cc: Oleg Nesterov 
> Cc: Srikar Dronamraju 
> Cc: zhangwei(Jovi) 
> Cc: Tom Zanussi   
> 
> 
> Namhyung Kim (4):
>   tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
>   tracing/uprobes: Move argument fetching to uprobe_dispatcher()
>   tracing/uprobes: Support event triggering
>   tracing/uprobes: Support mix of ftrace and perf
> 
> zhangwei(Jovi) (1):
>   tracing/uprobes: Support ftrace_event_file base multibuffer
> 
>  kernel/trace/trace_kprobe.c |  17 
>  kernel/trace/trace_probe.h  |  17 
>  kernel/trace/trace_uprobe.c | 191 
> +++-
>  3 files changed, 151 insertions(+), 74 deletions(-)
> 


-- 
Masami HIRAMATSU
IT Management Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu...@hitachi.com


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-04 Thread Namhyung Kim
Hi Steve,

On Mon, 3 Feb 2014 20:58:28 -0500, Steven Rostedt wrote:
> On Mon, 03 Feb 2014 14:06:12 +0900
> Namhyung Kim  wrote:
>
>> Ping!
>
> Hi Namhyung,
>
> I plan on getting these ready for the 3.15 queue. There was a bit too
> much in 3.14 to add these on top of at the last minute.

I'm fine with it.

>
> Currently, I'm working on some bugs at work as well as some things I
> found in mainline. I'll be reviewing these when I get a chance.

Great, thanks!
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-04 Thread Namhyung Kim
Hi Steve,

On Mon, 3 Feb 2014 20:58:28 -0500, Steven Rostedt wrote:
 On Mon, 03 Feb 2014 14:06:12 +0900
 Namhyung Kim namhy...@kernel.org wrote:

 Ping!

 Hi Namhyung,

 I plan on getting these ready for the 3.15 queue. There was a bit too
 much in 3.14 to add these on top of at the last minute.

I'm fine with it.


 Currently, I'm working on some bugs at work as well as some things I
 found in mainline. I'll be reviewing these when I get a chance.

Great, thanks!
Namhyung
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-04 Thread Masami Hiramatsu
(2014/01/17 17:08), Namhyung Kim wrote:
 Hello,
 (Resending with LKML CC'ed)
 
 This patchset tries to add support for recent multi buffer and event
 trigger changes to uprobes.  The multi buffer support patch is an
 updated version of Zovi's previous patch v6 [1].
 
 Zovi, please tell me if you have any update and/or issues with this.
 
 Masami and Oleg, I kept your Reviewed-by's in the patch since I think
 it's just an rebase.  Please take a look again to see whether I added
 some mistakes.

OK, this series looks good to me. Thank you for enhancing it!
Feel free to add my reviewed-by.

Reviewed-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com

Thanks,

 
 
 You can also get it from 'uprobe/trigger-v1' branch in my tree
 
   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
 
 Any comments are welcome, thanks
 Namhyung
 
 
 [1] https://lkml.org/lkml/2013/7/4/165
 
 Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com
 Cc: Oleg Nesterov o...@redhat.com
 Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com
 Cc: zhangwei(Jovi) jovi.zhang...@huawei.com
 Cc: Tom Zanussi tom.zanu...@linux.intel.com  
 
 
 Namhyung Kim (4):
   tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
   tracing/uprobes: Move argument fetching to uprobe_dispatcher()
   tracing/uprobes: Support event triggering
   tracing/uprobes: Support mix of ftrace and perf
 
 zhangwei(Jovi) (1):
   tracing/uprobes: Support ftrace_event_file base multibuffer
 
  kernel/trace/trace_kprobe.c |  17 
  kernel/trace/trace_probe.h  |  17 
  kernel/trace/trace_uprobe.c | 191 
 +++-
  3 files changed, 151 insertions(+), 74 deletions(-)
 


-- 
Masami HIRAMATSU
IT Management Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu...@hitachi.com


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-03 Thread Steven Rostedt
On Mon, 03 Feb 2014 14:06:12 +0900
Namhyung Kim  wrote:

> Ping!

Hi Namhyung,

I plan on getting these ready for the 3.15 queue. There was a bit too
much in 3.14 to add these on top of at the last minute.

Currently, I'm working on some bugs at work as well as some things I
found in mainline. I'll be reviewing these when I get a chance.

Thanks,

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-03 Thread Steven Rostedt
On Mon, 03 Feb 2014 14:06:12 +0900
Namhyung Kim namhy...@kernel.org wrote:

 Ping!

Hi Namhyung,

I plan on getting these ready for the 3.15 queue. There was a bit too
much in 3.14 to add these on top of at the last minute.

Currently, I'm working on some bugs at work as well as some things I
found in mainline. I'll be reviewing these when I get a chance.

Thanks,

-- Steve
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-02 Thread Namhyung Kim
Ping!

On Fri, 17 Jan 2014 17:08:35 +0900, Namhyung Kim wrote:
> Hello,
> (Resending with LKML CC'ed)
>
> This patchset tries to add support for recent multi buffer and event
> trigger changes to uprobes.  The multi buffer support patch is an
> updated version of Zovi's previous patch v6 [1].
>
> Zovi, please tell me if you have any update and/or issues with this.
>
> Masami and Oleg, I kept your Reviewed-by's in the patch since I think
> it's just an rebase.  Please take a look again to see whether I added
> some mistakes.
>
>
> You can also get it from 'uprobe/trigger-v1' branch in my tree
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
>
> Any comments are welcome, thanks
> Namhyung
>
>
> [1] https://lkml.org/lkml/2013/7/4/165
>
> Cc: Masami Hiramatsu 
> Cc: Oleg Nesterov 
> Cc: Srikar Dronamraju 
> Cc: zhangwei(Jovi) 
> Cc: Tom Zanussi   
>
>
> Namhyung Kim (4):
>   tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
>   tracing/uprobes: Move argument fetching to uprobe_dispatcher()
>   tracing/uprobes: Support event triggering
>   tracing/uprobes: Support mix of ftrace and perf
>
> zhangwei(Jovi) (1):
>   tracing/uprobes: Support ftrace_event_file base multibuffer
>
>  kernel/trace/trace_kprobe.c |  17 
>  kernel/trace/trace_probe.h  |  17 
>  kernel/trace/trace_uprobe.c | 191 
> +++-
>  3 files changed, 151 insertions(+), 74 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-02-02 Thread Namhyung Kim
Ping!

On Fri, 17 Jan 2014 17:08:35 +0900, Namhyung Kim wrote:
 Hello,
 (Resending with LKML CC'ed)

 This patchset tries to add support for recent multi buffer and event
 trigger changes to uprobes.  The multi buffer support patch is an
 updated version of Zovi's previous patch v6 [1].

 Zovi, please tell me if you have any update and/or issues with this.

 Masami and Oleg, I kept your Reviewed-by's in the patch since I think
 it's just an rebase.  Please take a look again to see whether I added
 some mistakes.


 You can also get it from 'uprobe/trigger-v1' branch in my tree

   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git

 Any comments are welcome, thanks
 Namhyung


 [1] https://lkml.org/lkml/2013/7/4/165

 Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com
 Cc: Oleg Nesterov o...@redhat.com
 Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com
 Cc: zhangwei(Jovi) jovi.zhang...@huawei.com
 Cc: Tom Zanussi tom.zanu...@linux.intel.com  


 Namhyung Kim (4):
   tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
   tracing/uprobes: Move argument fetching to uprobe_dispatcher()
   tracing/uprobes: Support event triggering
   tracing/uprobes: Support mix of ftrace and perf

 zhangwei(Jovi) (1):
   tracing/uprobes: Support ftrace_event_file base multibuffer

  kernel/trace/trace_kprobe.c |  17 
  kernel/trace/trace_probe.h  |  17 
  kernel/trace/trace_uprobe.c | 191 
 +++-
  3 files changed, 151 insertions(+), 74 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-01-22 Thread Namhyung Kim
Hi Jovi,

On Mon, Jan 20, 2014 at 2:10 AM, zhangwei(Jovi)
 wrote:
> Hi Namhyung,
>
> On 2014/1/17 16:08, Namhyung Kim wrote:
>> Hello,
>> (Resending with LKML CC'ed)
>>
>> This patchset tries to add support for recent multi buffer and event
>> trigger changes to uprobes.  The multi buffer support patch is an
>> updated version of Zovi's previous patch v6 [1].
>>
>> Zovi, please tell me if you have any update and/or issues with this.
>>
> No more update on [Patch 3/5] from my side.
> Thank you for resending this patch!

Apologies for misspelling your name again, and thanks for the reply. :)

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-01-22 Thread Namhyung Kim
Hi Jovi,

On Mon, Jan 20, 2014 at 2:10 AM, zhangwei(Jovi)
jovi.zhang...@huawei.com wrote:
 Hi Namhyung,

 On 2014/1/17 16:08, Namhyung Kim wrote:
 Hello,
 (Resending with LKML CC'ed)

 This patchset tries to add support for recent multi buffer and event
 trigger changes to uprobes.  The multi buffer support patch is an
 updated version of Zovi's previous patch v6 [1].

 Zovi, please tell me if you have any update and/or issues with this.

 No more update on [Patch 3/5] from my side.
 Thank you for resending this patch!

Apologies for misspelling your name again, and thanks for the reply. :)

Thanks,
Namhyung
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-01-19 Thread zhangwei(Jovi)
Hi Namhyung,

On 2014/1/17 16:08, Namhyung Kim wrote:
> Hello,
> (Resending with LKML CC'ed)
> 
> This patchset tries to add support for recent multi buffer and event
> trigger changes to uprobes.  The multi buffer support patch is an
> updated version of Zovi's previous patch v6 [1].
> 
> Zovi, please tell me if you have any update and/or issues with this.
> 
No more update on [Patch 3/5] from my side.
Thank you for resending this patch!

Jovi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-01-19 Thread zhangwei(Jovi)
Hi Namhyung,

On 2014/1/17 16:08, Namhyung Kim wrote:
 Hello,
 (Resending with LKML CC'ed)
 
 This patchset tries to add support for recent multi buffer and event
 trigger changes to uprobes.  The multi buffer support patch is an
 updated version of Zovi's previous patch v6 [1].
 
 Zovi, please tell me if you have any update and/or issues with this.
 
No more update on [Patch 3/5] from my side.
Thank you for resending this patch!

Jovi

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-01-17 Thread Namhyung Kim
Hello,
(Resending with LKML CC'ed)

This patchset tries to add support for recent multi buffer and event
trigger changes to uprobes.  The multi buffer support patch is an
updated version of Zovi's previous patch v6 [1].

Zovi, please tell me if you have any update and/or issues with this.

Masami and Oleg, I kept your Reviewed-by's in the patch since I think
it's just an rebase.  Please take a look again to see whether I added
some mistakes.


You can also get it from 'uprobe/trigger-v1' branch in my tree

  git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git

Any comments are welcome, thanks
Namhyung


[1] https://lkml.org/lkml/2013/7/4/165

Cc: Masami Hiramatsu 
Cc: Oleg Nesterov 
Cc: Srikar Dronamraju 
Cc: zhangwei(Jovi) 
Cc: Tom Zanussi   


Namhyung Kim (4):
  tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
  tracing/uprobes: Move argument fetching to uprobe_dispatcher()
  tracing/uprobes: Support event triggering
  tracing/uprobes: Support mix of ftrace and perf

zhangwei(Jovi) (1):
  tracing/uprobes: Support ftrace_event_file base multibuffer

 kernel/trace/trace_kprobe.c |  17 
 kernel/trace/trace_probe.h  |  17 
 kernel/trace/trace_uprobe.c | 191 +++-
 3 files changed, 151 insertions(+), 74 deletions(-)

-- 
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCHSET 0/5] tracing/uprobes: Support multi buffer and event trigger

2014-01-17 Thread Namhyung Kim
Hello,
(Resending with LKML CC'ed)

This patchset tries to add support for recent multi buffer and event
trigger changes to uprobes.  The multi buffer support patch is an
updated version of Zovi's previous patch v6 [1].

Zovi, please tell me if you have any update and/or issues with this.

Masami and Oleg, I kept your Reviewed-by's in the patch since I think
it's just an rebase.  Please take a look again to see whether I added
some mistakes.


You can also get it from 'uprobe/trigger-v1' branch in my tree

  git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git

Any comments are welcome, thanks
Namhyung


[1] https://lkml.org/lkml/2013/7/4/165

Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com
Cc: Oleg Nesterov o...@redhat.com
Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com
Cc: zhangwei(Jovi) jovi.zhang...@huawei.com
Cc: Tom Zanussi tom.zanu...@linux.intel.com  


Namhyung Kim (4):
  tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
  tracing/uprobes: Move argument fetching to uprobe_dispatcher()
  tracing/uprobes: Support event triggering
  tracing/uprobes: Support mix of ftrace and perf

zhangwei(Jovi) (1):
  tracing/uprobes: Support ftrace_event_file base multibuffer

 kernel/trace/trace_kprobe.c |  17 
 kernel/trace/trace_probe.h  |  17 
 kernel/trace/trace_uprobe.c | 191 +++-
 3 files changed, 151 insertions(+), 74 deletions(-)

-- 
1.7.11.7

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/