[PATCH 36/37] perf auxtrace: Add CPU filter support

2017-05-19 Thread Adrian Hunter
Decoding auxtrace data can take a long time. To avoid decoding unnecessarily, filter auxtrace data that is collected per-cpu before it is decoded. Signed-off-by: Adrian Hunter --- tools/perf/builtin-report.c | 1 + tools/perf/builtin-script.c | 1 +

[PATCH 36/37] perf auxtrace: Add CPU filter support

2017-05-19 Thread Adrian Hunter
Decoding auxtrace data can take a long time. To avoid decoding unnecessarily, filter auxtrace data that is collected per-cpu before it is decoded. Signed-off-by: Adrian Hunter --- tools/perf/builtin-report.c | 1 + tools/perf/builtin-script.c | 1 + tools/perf/util/auxtrace.c | 10 ++