Re: [PATCH 06/17] perf: Add ability to attach user stack dump to sample

2012-07-25 Thread Jiri Olsa
On Wed, Jul 25, 2012 at 06:36:28PM +0200, Frederic Weisbecker wrote: > On Sun, Jul 22, 2012 at 02:14:29PM +0200, Jiri Olsa wrote: > > Introducing PERF_SAMPLE_STACK_USER sample type bit to trigger > > the dump of the user level stack on sample. The size of the > > dump is specified by

Re: [PATCH 06/17] perf: Add ability to attach user stack dump to sample

2012-07-25 Thread Frederic Weisbecker
On Sun, Jul 22, 2012 at 02:14:29PM +0200, Jiri Olsa wrote: > Introducing PERF_SAMPLE_STACK_USER sample type bit to trigger > the dump of the user level stack on sample. The size of the > dump is specified by sample_stack_user value. > > Being able to dump parts of the user stack, starting from

Re: [PATCH 06/17] perf: Add ability to attach user stack dump to sample

2012-07-25 Thread Frederic Weisbecker
On Sun, Jul 22, 2012 at 02:14:29PM +0200, Jiri Olsa wrote: Introducing PERF_SAMPLE_STACK_USER sample type bit to trigger the dump of the user level stack on sample. The size of the dump is specified by sample_stack_user value. Being able to dump parts of the user stack, starting from the

Re: [PATCH 06/17] perf: Add ability to attach user stack dump to sample

2012-07-25 Thread Jiri Olsa
On Wed, Jul 25, 2012 at 06:36:28PM +0200, Frederic Weisbecker wrote: On Sun, Jul 22, 2012 at 02:14:29PM +0200, Jiri Olsa wrote: Introducing PERF_SAMPLE_STACK_USER sample type bit to trigger the dump of the user level stack on sample. The size of the dump is specified by sample_stack_user