perf top: Set target.system_wide
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 May 2012 19:33:56 +0000 (16:33 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 May 2012 19:46:03 +0000 (16:46 -0300)
commit10b47d54154ce711e4c4438aff10f0215b2ab8eb
treee8919d8752195205e44ad3d68b775b13004f7849
parent9389a46043c8f091dc8f8d8e25a5c1355f8bcc9b
perf top: Set target.system_wide

Check if neither of --pid, --tid or --uid was specified and if so, set
system_wide appropriately.

Namhyung's patch would make using any of the above target specifiers
emit a warning in perf_target__validate, since it would see
target.system_wide set and one of the others as well.

So set system_wide after validation.

Suggested-by: David Ahern <dsahern@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-6e4zrji1uw0rinfyoitl0wi4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c