]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf c2c: Support cascading options
authorJiri Olsa <jolsa@kernel.org>
Mon, 21 Nov 2016 21:33:31 +0000 (22:33 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 23 Nov 2016 13:44:06 +0000 (10:44 -0300)
commit3a5bfab60e59d9407b69f447702c4cd14326c825
treeec4faf0cd28afdb3efad6a81b9220f917f1c4099
parentd940baccc990c29f0343843db7cf669bb8e91a6f
perf c2c: Support cascading options

Adding support for cascading options added by Namhyung in:

  commit 369a2478973a ("tools lib subcmd: Support cascading options")

This way the report and record command share options with with c2c
command and can save some option duplicates. For now it's the 'v'
option.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1479764011-10732-7-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c