]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf record: Honor --quiet option properly
authorNamhyung Kim <namhyung@kernel.org>
Fri, 17 Feb 2017 08:17:42 +0000 (17:17 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 20 Feb 2017 14:50:36 +0000 (11:50 -0300)
commit68ba32352d51474d163d58e084b62a12bb610b21
tree95a6eae998b713d82e98485a74c1db92a297de5c
parenteddaef88961bbf2c0301f3216689d51fa7d0d472
perf record: Honor --quiet option properly

It should call perf_quiet_option() to suppress messages.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: kernel-team@lge.com
Link: http://lkml.kernel.org/r/20170217081742.17417-7-namhyung@kernel.org
[ Fix merge clash with 483635a9d080 ("perf record: Add -a as default target") ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c