[PATCH V7 17/25] perf script: Always allow fields 'addr' and 'cpu' for auxtrace

2015-03-31 Thread Adrian Hunter
If a file contains AUX area tracing data then always allow fields 'addr' and 'cpu' to be selected as options for perf script. This is necessary because AUX area decoding may synthesize events with that information. Signed-off-by: Adrian Hunter --- tools/perf/builtin-script.c | 29

[PATCH V7 17/25] perf script: Always allow fields 'addr' and 'cpu' for auxtrace

2015-03-31 Thread Adrian Hunter
If a file contains AUX area tracing data then always allow fields 'addr' and 'cpu' to be selected as options for perf script. This is necessary because AUX area decoding may synthesize events with that information. Signed-off-by: Adrian Hunter adrian.hun...@intel.com ---