Re: [PATCH V4 09/24] perf record: Add AUX area tracing Snapshot Mode support

2015-05-04 Thread Jiri Olsa
On Thu, Apr 30, 2015 at 05:37:32PM +0300, Adrian Hunter wrote: > Add a new option and support for Instruction > Tracing Snapshot Mode. When the new option is > selected, no AUX area tracing data is > captured until a signal (SIGUSR2) is received. > > Signed-off-by: Adrian Hunter Acked-by: Jiri

[PATCH V4 09/24] perf record: Add AUX area tracing Snapshot Mode support

2015-04-30 Thread Adrian Hunter
Add a new option and support for Instruction Tracing Snapshot Mode. When the new option is selected, no AUX area tracing data is captured until a signal (SIGUSR2) is received. Signed-off-by: Adrian Hunter --- tools/perf/Documentation/perf-record.txt | 7 ++ tools/perf/builtin-record.c