Re: [PATCH V7 05/25] perf record: Add basic AUX area tracing support

2015-04-01 Thread Jiri Olsa
On Tue, Mar 31, 2015 at 02:38:34PM +0300, Adrian Hunter wrote: > Amend the perf record tool to read the > AUX area tracing mmap and synthesize > AUX area tracing events. > > Signed-off-by: Adrian Hunter Acked-by: Jiri Olsa > --- > tools/perf/builtin-record.c | 81 >

Re: [PATCH V7 05/25] perf record: Add basic AUX area tracing support

2015-04-01 Thread Jiri Olsa
On Tue, Mar 31, 2015 at 02:38:34PM +0300, Adrian Hunter wrote: Amend the perf record tool to read the AUX area tracing mmap and synthesize AUX area tracing events. Signed-off-by: Adrian Hunter adrian.hun...@intel.com Acked-by: Jiri Olsa jo...@kernel.org --- tools/perf/builtin-record.c |

[PATCH V7 05/25] perf record: Add basic AUX area tracing support

2015-03-31 Thread Adrian Hunter
Amend the perf record tool to read the AUX area tracing mmap and synthesize AUX area tracing events. Signed-off-by: Adrian Hunter --- tools/perf/builtin-record.c | 81 ++--- 1 file changed, 77 insertions(+), 4 deletions(-) diff --git

[PATCH V7 05/25] perf record: Add basic AUX area tracing support

2015-03-31 Thread Adrian Hunter
Amend the perf record tool to read the AUX area tracing mmap and synthesize AUX area tracing events. Signed-off-by: Adrian Hunter adrian.hun...@intel.com --- tools/perf/builtin-record.c | 81 ++--- 1 file changed, 77 insertions(+), 4 deletions(-) diff