hi, Oleg reported the -C option in record not work properly: http://marc.info/?l=linux-kernel&m=136017986313315&w=2
The issue seems to be that the '-C X' target is considered as task related when it comes to synthetizing threads. Adding the fix plus some automated test cases. Available in: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/linux.git perf/oleg1 jirka Cc: Arnaldo Carvalho de Melo <a...@ghostprotocols.net> Cc: Peter Zijlstra <a.p.zijls...@chello.nl> Cc: Ingo Molnar <mi...@elte.hu> Cc: Paul Mackerras <pau...@samba.org> Cc: Corey Ashford <cjash...@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweis...@gmail.com> Cc: Namhyung Kim <namhy...@kernel.org> Cc: David Ahern <dsah...@gmail.com> Cc: Oleg Nesterov <o...@redhat.com> --- Jiri Olsa (5): perf tools: Fix -C option for record command perf tests: Make attr script verbose friendly perf tests: Make attr script test event cpu perf tests: Add attr record -C cpu test perf tests: Add attr stat -C cpu test tools/perf/builtin-record.c | 6 ++++-- tools/perf/tests/attr.c | 9 +++++++-- tools/perf/tests/attr.py | 5 +++-- tools/perf/tests/attr/base-record | 1 + tools/perf/tests/attr/base-stat | 1 + tools/perf/tests/attr/test-record-C0 | 13 +++++++++++++ tools/perf/tests/attr/test-stat-C0 | 9 +++++++++ 7 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 tools/perf/tests/attr/test-record-C0 create mode 100644 tools/perf/tests/attr/test-stat-C0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/